RichFaces tree with column layout

asciid

New Member
I have a rich:tree which features various node of the following style:[Key] [Value], where key is a label and value is an input box or a select box, etc.I'd like to have all values in one column. As the tree can have different levels, it is hard work with a fixed width of the "key"-column.Basically I have this structure:
tree1.gif
but the input boxes shall all be lay out in one column.I suppose this can be achieved by using css, but I have no idea which div can be used as a reference for determining the width.Any suggestions?
 
Back
Top