Element html.tree.Tree

Substitution Groups:
html.IView

A graphical component that displays data in a hierarchical (tree) format.


Attributes
mandatory   String ID The component ID. Must be unique in its page.
optional   String CssClass The CSS class to apply to the topmost tree container (DIV).
Default: 'osuit-Tree'.
optional   enums.Scope StateScope StateScope details (TODO).

Named Children Elements
mandatory   html.tree.ITreeItemsProvider Content The component able to feed the tree with content (that is tree items).