XUL:statusbar
From MDC
« XUL Reference home [ Examples | Attributes | Properties | Methods | Related ]
An element used to create a status bar, usually placed along the bottom of a window. It is virtually equivalent to a standard box, but may be rendered differently. Contains statusbarpanels.
- Properties
- accessibleType
[edit] Examples
<statusbar> <statusbarpanel label="Left panel"/> <spacer flex="1"/> <progressmeter mode="determined" value="82"/> <statusbarpanel label="Right panel"/> </statusbar>
[edit] Attributes
|
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 |
[edit] Related
- Elements
- statusbarpanel
- Interfaces
- nsIAccessibleProvider