XUL Programmer's Reference Manual

<treeitem>
Attributes Common Children
id treehead
container treechildren
open  

 

<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

Description

The 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" />

Notes

The default value for the container attribute is "false".

 


 
 

Last updated: 13:10 1/26/00 Ian Oeschger