XUL Programmer's Reference Manual

<treerow>
Attributes Common Children
id treecell
   

 

<treerow> is the actual row in the tree structure. It is comparable to the <td> element in HTML tables. The following tags are roughly analogous to their HTML table counterparts.
 
Table Tree
table tree
caption treecaption
colgroup treecolgroup
col treecol
thead treehead
tbody treechildren, treeitem
tfoot treefoot
tr treerow
td treecell
Treehead and treechildren elements both have treerow as a child, which in turn defines <treecell> elements as children.
 

See <tree> for more information on tree structures.
 


 

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