Constants: Tree Library

Parent: $root.$constants

kIconOnLeftNode icons are draw on the far left
kIconOnNodeNode icons are always next to node name
kIconSystemSetTree list node icons are positioned depending on the operating system
kNodeIconFixedThe node icon is always shown using a fixed iconid with no mode
kNodeIconLinkExpandThe node icon is linked to the expand/collapse state of the node
kNodeIconLinkLineThe node icon is linked to the current tree line
kTreeDataFlatListThe data for the tree is represented by a flat list
kTreeDataFlatListWithTagsThe data for the tree is represented by a flat list with a column for tag values
kTreeDataXMLIdsThe data for the tree is represented by a list containing the names of XML elements and attributes,and their ids
kTreeDataXMLPathsThe data for the tree is represented by a list containing XML element and attribute paths
kTreeDataXMLSaveTreeThe data for the tree is in the format generated by the $savetree method of the Omnis XML object