A header for a groupbox
. It may contain either a text label, using the label
attribute, or child elements for a more complex caption.
More information is available in the XUL tutorial.
<groupbox> <caption label="My groupbox"/> </groupbox> <groupbox flex="1"> <caption> <checkbox label="A checked groupbox"/> </caption> </groupbox>
accesskey
label
attribute for the element.
crop
crop
attribute. An ellipsis will be used in place of the cropped text. If the box direction is reversed, the cropping is reversed.start
end
left
right
center
none
none
and the displayed text is larger than this maximum width, you may be able to use the max-width CSS property (or the maxwidth attribute) to override this size. For example, for a menuitem in a menu you can add the following CSS rule when you want to use the value none
:menupopup > menuitem, menupopup > menu { max-width: none; }
tabindex
tab
" key. Elements with a higher tabindex
are later in the tab sequence.
groupbox
, checkbox