XUL Programmer's Reference Manual | ||||||||||||||||||||
<treerow> | ||||||||||||||||||||
|
||||||||||||||||||||
<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.
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.
|
||||||||||||||||||||
selectedRow | ||||||||||||||||||||
Description
selectedRow is an optional attribute that specifies the current <treerow> as selected.Syntax <text selectedRow="[ true | false ]" />Example <text selectedRow="true" />Notes
|
Last updated: 02/22/01 Ian Oeschger