XUL:treerow
From MDC
« XUL Reference home [ Examples | Attributes | Properties | Methods | Related ]
A single row in a tree. It should be placed inside a treeitem element. Children of the treerow should be treecell elements. If child rows are necessary, they should be placed in a treechildren element inside the parent treeitem.
More information is available in the XUL tutorial.
- Attributes
- properties
[edit] Examples
(example needed)
[edit] Attributes
- properties
- Type: space-separated list of property names
- Sets the properties of the element, which can be used to style the element. For more information, see Styling a Tree.
|
Inherited from XUL element |
[edit] Properties
|
Inherited from XUL element Inherited from DOM element |
[edit] Methods
|
Inherited from XUL element Inherited from DOM element |
[edit] Related
- Elements
- tree, treecols, treecol, treechildren, treeitem, treecell and treeseparator.