netui
netui:treeContent Tag
Set the additional content that will be displayed on the right of the label of a tree.
<netui:treeContent>
... JSP content ...
</netui:treeContent>
Set the additional content that will be displayed on the right of the label of a tree.
The following example shows a <netui:tree> tag with both a
child <netui:treeLabel> and <netui:treeContent> tag that form the
label and the additional text displayed to the righ of the label for the
root folder of the tree.
<netui:tree dataSource="pageFlow.myTree" selectionAction="postback" tagId="myTree">
<netui:treeItem expanded="true" >
<netui:treeLabel>Root Folder</netui:treeLabel>
<netui:treeContent>Content to right of label: Root Folder</netui:treeContent>
</netui:treeItem>
</netui:tree>
Tag Information |
Tag Class | org.apache.beehive.netui.tags.tree.TreeContent |
TagExtraInfo Class | None |
Body Content | scriptless |
Display Name | None |
See Also
<netui:tree> Tag
org.apache.beehive.netui.tags.tree.TreeElement