Node ID

NodeID|ParentID|Node text|Font Face|Font Type|Font Size|Red|Green|Blue|Expanded|
Normal Icon|Expanded Icon|Mouseover Icon|Url|Target Frame|Status Bar Text

Each node must be given a unique ID. There are no restrictions on the ID length and all alphanumeric characters are valid.

The tree structure is built by creating parent child relationships between this element and the Parent ID element.

So for example if you have 4 nodes, A, B ,C and D of which B, C, D are sub nodes of A then the NodeID and Parent ID of the four nodes would look like this,

A|root|...
B|A|...
C|A|...
D|A|...

Using this method the tree menu is able to handle an unlimited number of sub-levels.

This field is mandatory and must have a value of at least one character.