Mozilla XUL Element and Script Reference

Contents  Quick Reference

Outlinercol

Describes a column within an outliner. Each outlinercol element is used for each successive column.

Attributes:

Attributes inherited from XUL Element

cycler

If true, then the column is a cycler column. In the case, clicking on a cell in the column will alternate its state between on and off. This is used, for example im a mail window, for a column that indicates that the message is read or unread with a small mark in the cell. If false, the cell is a regular text cell.

hidden

This attribute, when set to true, hides the column. The user can show the column by selecting it from a drop-down at the end of the column header row.

primary

If set to true, the column will have indentation and twisties drawn to the left of it to indicate the hierarchy level of the rows. If no column has the primary attribute set to true, the tree will not contain any nested rows.

sort

Set this to a RDF property to have the data in the column sorted based on that property. The property will generally be the same as that of the cell labels.

sortActive

This should be set to true for the column which should be sorted by default.

sortDirection

Set this attribute to set the direction the column is sorted. The user may change the sort direction by clicking the column headers.

Properties and Methods:

Properties and Methods inherited from XUL Element