<netui:treeHtmlAttribute> Tag

Set an attribute on the tree.

Syntax

<netui:treeHtmlAttribute
    [applyToDescendents="applyToDescendents"]
    attribute="attribute"
    [onDiv="onDiv"]
    [onIcon="onIcon"]
    [onSelectionLink="onSelectionLink"]
    value="value" />

Description

Set an attribute on the tree.

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

Apply the attribute to descendents of this node.
attribute
Required: Yes  |   Supports runtime evaluation: No  |   Data bindable: No

Sets the name of the attribute. This must be in the proper HTML Attribute form. For example, "onmouseclick" or "href".
onDiv
Required: No  |   Supports runtime evaluation: No  |   Data bindable: Yes

Set the attribute value on the item <div>.
onIcon
Required: No  |   Supports runtime evaluation: No  |   Data bindable: Yes

Set the attribute value on the icon
onSelectionLink
Required: No  |   Supports runtime evaluation: No  |   Data bindable: Yes

Set the attribute value on the link around the icon.
value
Required: Yes  |   Supports runtime evaluation: No  |   Data bindable: Yes

Sets the HTML attribute value.

 

Related Topics

<netui:tree> Tag

TreeElement