XUL:listheader
From MDC
« XUL Reference home [ Examples | Attributes | Properties | Methods | Related ]
A header for a single column in a listbox.
- Attributes
- disabled
- Properties
- acesssibleType
[edit] Examples
<listbox>
<listhead>
<listheader label="Name"/>
<listheader label="Occupation"/>
</listhead>
<listitem>
<listcell label="George"/>
<listcell label="House Painter"/>
</listitem>
<listitem>
<listcell label="Mary Ellen"/>
<listcell label="Candle Maker"/>
</listitem>
<listitem>
<listcell label="Roger"/>
<listcell label="Swashbuckler"/>
</listitem>
</listbox>
[edit] Attributes
- disabled
- Type: boolean
- Indicates whether the element is disabled or not. If this element is set to
truethe element is disabled. Disabled elements are usually drawn with grayed-out text. If the element is disabled, it does not respond to user actions, it cannot be focused, and thecommandevent will not fire.
|
Inherited from XUL element |
[edit] Properties
- accessibleType
- Type: integer
- A value indicating the type of accessibility object for the element.
|
Inherited from XUL element Inherited from DOM element |
[edit] Methods
|
Inherited from XUL element Inherited from DOM element |
