XUL:listhead
From MDC
« XUL Reference home [ Examples | Attributes | Properties | Methods | Related ]
A header row of a listbox. It is usual to place listheader elements inside the listhead, one for each column.
- Attributes
- disabled
- Properties
- acesssibleType, disabled
[edit] Examples
(example needed)
[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 |