The DojoTreeNode record creates the elements that compose
a tree.
Properties
- children
- Defines the sub-elements of the node, encloses the sub-elements
in brackets, and separates each DojoTreeNode record with a comma.
children = [ new DojoTreeNode { id = node_id, text = node_text },
new DojoTreeNode { id = node_id, text = node_name }
]
- id
- The required identifier for this tree node
- text
- The name of the node