XUL:groupbox
From MDC
« XUL Reference home [ Examples | Attributes | Properties | Methods | Related ]
A box that draws a frame around it, intended to group a set of elements together. If a caption element is placed inside the groupbox, it will be used as a caption which appears along the top of the groupbox.
More information is available in the XUL tutorial.
- Properties
- accessibleType
[edit] Examples
<groupbox>
<caption label="Settings"/>
<radiogroup>
<radio label="Black and white"/>
<radio label="Colour"/>
</radiogroup>
<checkbox label="Enabled"/>
</groupbox>
[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
- Interfaces
- nsIAccessibleProvider
