XUL Programmer's Reference Manual | ||||||||
<treeitem> | ||||||||
|
||||||||
<treeitem> is a container for child elements in the tree structure. A treeitem sits between the actual items (such as treerows or treecells, which are actual visible elements in the tree) and the treechildren or treehead containers.
|
||||||||
container | ||||||||
DescriptionThe container attribute specifies whether a given treeitem is a container or not. Syntax<treeitem container="true | false" /> Example<treeitem id="tab-data" value="leaf" container="false" /> NotesThe default value for the container attribute is "false".
|
Last updated: 13:10 1/26/00 Ian Oeschger