<netui:treePropertyOverride> Tag

Overrides the tree properties.

Syntax

<netui:treePropertyOverride
    [expansionAction="expansionAction"]
    [iconRoot="iconRoot"]
    [imageRoot="imageRoot"]
    [itemIcon="itemIcon"]
    [lastLineJoinImage="lastLineJoinImage"]
    [lastNodeCollapsedImage="lastNodeCollapsedImage"]
    [lastNodeExpandedImage="lastNodeExpandedImage"]
    [lineJoinImage="lineJoinImage"]
    [nodeCollapsedImage="nodeCollapsedImage"]
    [nodeExpandedImage="nodeExpandedImage"]
    [selectionAction="selectionAction"]
    [verticalLineImage="verticalLineImage"] />

Description

Overrides the tree properties.

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

Sets the action used for expanding and contracting tree nodes.
iconRoot
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: No

The directory containing the icon images for tree items.
imageRoot
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: Yes

Sets the name of the directory containing the images for our icons, relative to the page including this tag.
itemIcon
Required: No  |   Supports runtime evaluation: No  |   Data bindable: Yes

Sets the default icon for tree nodes for a blank area of the tree. (Defaults to "linelastnode.gif").
lastLineJoinImage
Required: No  |   Supports runtime evaluation: No  |   Data bindable: Yes

Sets the image name for a blank area of the tree. (Defaults to "linelastnode.gif").
lastNodeCollapsedImage
Required: No  |   Supports runtime evaluation: No  |   Data bindable: Yes

Sets the image name for a closed non-leaf node with no line below it. (Defaults to "handlerightlast.gif").
lastNodeExpandedImage
Required: No  |   Supports runtime evaluation: No  |   Data bindable: Yes

Sets the image name for an open non-leaf node with no line below it. (Defaults to "handledownlast.gif").
lineJoinImage
Required: No  |   Supports runtime evaluation: No  |   Data bindable: Yes

Sets the image name for an area with a line through it. (Defaults to "linemiddlenode.gif").
nodeCollapsedImage
Required: No  |   Supports runtime evaluation: No  |   Data bindable: Yes

Sets the image name for a closed non-leaf node with a line below it. (Defaults to "handlerightmiddle.gif").
nodeExpandedImage
Required: No  |   Supports runtime evaluation: No  |   Data bindable: Yes

Sets the image name for an open non-leaf node with a line below it. (Defaults to "handledownmiddle.gif").
selectionAction
Required: No  |   Supports runtime evaluation: No  |   Data bindable: Yes

Sets the action used for expanding and contracting tree nodes.
verticalLineImage
Required: No  |   Supports runtime evaluation: No  |   Data bindable: Yes

Sets the image name for an area with a line through it. (Defaults to "linevertical.gif").