XUL:hbox
From MDC
« XUL Reference home [ Examples | Attributes | Properties | Methods | Related ]
A container element which can contain any number of child elements. This is equivalent to the box element.
More information is available in the XUL tutorial.
[edit] Example
<!-- Two button on the right --> <hbox> <spacer flex="1"/> <button label="Connect"/> <button label="Ping" /> </hbox>
[edit] Attributes
|
Inherited from XUL element |
[edit] Properties
|
Inherited from XUL element Inherited from DOM element |
[edit] Methods
|
Inherited from XUL element Inherited from DOM element |