<netui:treeItem> Tag

Syntax

<netui:treeItem
    [action="action"]
    [clientAction="clientAction"]
    [disabled="disabled"]
    [expandOnServer="expandOnServer"]
    [expanded="expanded"]
    [href="href"]
    [icon="icon"]
    [scope="scope"]
    [tagId="tagId"]
    [target="target"]
    [title="title"] />

Attributes
action
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable:

clientAction
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable:

disabled
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable:

expandOnServer
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable:

expanded
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable:

href
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable:

icon
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable:

scope
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable:

tagId
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable:

target
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable:

title
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable:


 
Example

In this first sample, a Node contained by a parent Node or Tree will display with the label of "Login" and when clicked, will navigate to the Login pageflow.

<netui:node label="Login" action="/netui/login/Login.jpf" />

In this next sample, a Node contained by a parent Node or Tree will display with the label of "Human Resources" and icon "folder16.gif" and most likely will have child Node tags because it does not have an action and starts expanded.

<netui:node label="Human Resources" icon="folder16.gif" expanded="true">

Related Topics

<netui:tree> Tag

TreeElement