You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Bravo Villegas Salvador Francisco <SB...@sigmatao.com> on 2008/09/01 18:56:25 UTC

How to modify tc:tree

Hi all,

I have the following tree.

 

<tc:tree id="onLineResult"

      value="#{sdpTreeBacker.newTree}"

      state="#{sdpTreeBacker.treeState}"

      idReference="userObject.id"

      nameReference="userObject.name"

      disabledReference="userObject.disabled"

showIcons="true"

      showJunctions="true"

      showRoot="true"

      showRootJunction="true"

      selectable="none"

      mutable="false">

</tc:tree>

 

And I need to know how to modify the basic structure of the component

Because we need to add more columns in the nodes of the tree

 

Any Idea?

 

Regards,

Salvador B.