Form items / Form item types |
Defines a tree view widget.
A TREE form item type defines a treeview to show a structured tree of data records with an optional a set of columns.
The TREE form item defines tree view widget to show a structured set of data records, bound to a screen array.
Tree view definitions are very similar to regular TABLE elements; before reading further about tree views, you should be familiar with table elements.
The first column in the TREE must be the field defining the text of the tree-view nodes.
The screen array definition must have exactly the same number of columns as the TREE form item.
Some front-ends support different presentation and behavior options, which can be controlled by a STYLE attribute. For more details, see Common style attributes and Table style attributes.
For more details about tree view programming, see Tree views.