|
t:tree2 |
|
<p>The <t:tree2> tag is a component that generates an HTML-based tree that gets its data from a backing bean. The tree's appearance can be customized through special attributes, enabling you to control the appearance of each of node in the tree. Other JSF components, such as h:outputText, h:graphicImage, and so on, can be contained by the nodes of the tree. The node exand/collapse behavior of the tree can be configured to use client-side or server-side toggling.</p>
Example
<t:tree2> </t:tree2>
Note: The official MyFaces Tomahawk documentation states that the attributes of this tag accept literal values or value-binding expressions. The Tomahawk implementation, however, ignores boolean value-bindings such as true and false in some attribute of this tag. Therefore, JSFToolbox for Dreamweaver detects the boolean literal style you are using (i.e. "true" or "true") and toggles the value in the same notation when you use the Properties panel.
|