Node Setup XML

When data is collected using the Load on Demand URL (above), these settings will be applied to the context collected and displayed within the tree. Each element value indicates the column from the data which contains the setting.

EnableContextMenu

A true/false indication that the item should be displayed with a context menu.

ToolTip

The text displayed when an item is hovered over.

HoveredImageUrl

The URL to the image displayed when an item is hovered over.

HoveredCssClass

The CSS Class style used when an item is hovered over.

ImageUrl

The URL for the image to be used for the item.

BackColor

The HEX background color of each node.

BorderColor

The HEX border color of each node.

BorderStyle

The border style used for each node.

BorderWidth

The border width of each node, measured in points.

FontBold

A true/false indication that the text should be bolded.

FontItalic

A true/false indication that the text should be Italic.

FontName

The name of the server font to be used for each node.

FontOverline

A true/false indication that a line should be displayed over the text.

FontSize

The size of the displayed text, measured in points.

FontStrikeout

A true/false indication that the text should be struck.

FontUnderline

A true/false indication that the text should be underlined.

DisabledCssClass

The CSS Class style to use if the item is disabled and cannot be expanded.

DisabledImageUrl

The URL to the image to use if the item is disabled and cannot be expanded.

Expanded

A true/false indication that the item should be expanded by default.

ExpandedImageUrl

The URL to the image to use if the item is expanded

ForeColor

The HEX font color of each node.

Selected

A true/false indication that the item is pre-selected.

SelectedCssClass

The CSS Class style name to use when an item is selected.

SelectedImageUrl

The URL of the image to use when an item shown as selected.

TabIndex

The tab index order of the context menu item.

Target

The target window, frame, or browser that will be used when an item is clicked.

Visible

A true/false indication that the item should be displayed.

Width

The width of each node, measured in points.

Example:

<GC>

<C>

<EnableContextMenu>IsList</EnableContextMenu>

<ExpandMode>TreeExpandMode</ExpandMode>

<ImageUrl>ImgUrl</ImageUrl>

<Expanded>IsParent</Expanded>

</C>

</GC>

Back to Top