<netui:treeContent> Tag

Set the additional content that will be displayed on the right of the label of a tree.

Description

Set the additional content that will be displayed on the right of the label of a tree.

Example

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>

Related Topics

<netui:tree> Tag

TreeElement