--- title: groupbox slug: Archive/Mozilla/XUL/groupbox tags: - XUL Elements - XUL Reference translation_of: Archive/Mozilla/XUL/groupbox ---
一緒になった一塊の要素をまとめるための、周囲にフレームを描くボックスです。caption要素がgroupboxの内側に置かれる場合は、groupboxのトップに沿って、その要素がキャプションとして使われます。
詳しい情報が XULチュートリアルにあります。

<groupbox>
<caption label="Settings"/>
<radiogroup>
<radio label="Black and white"/>
<radio label="Colour"/>
</radiogroup>
<checkbox label="Enabled"/>
</groupbox>
XUL 要素からの継承 |
accessibleType | XUL 要素からの継承 |
XUL 要素からの継承
blur, click, doCommand, focus, getElementsByAttribute, getElementsByAttributeNS
DOM 要素からの継承
addEventListener(), appendChild(), compareDocumentPosition, dispatchEvent(), getAttribute(), getAttributeNode(), getAttributeNodeNS(), getAttributeNS(), getElementsByTagName(), getElementsByTagNameNS(), getFeature, getUserData, hasAttribute(), hasAttributeNS(), hasAttributes(), hasChildNodes(), insertBefore(), isEqualNode, isSameNode, isSupported(), lookupNamespaceURI, lookupPrefix, normalize(), removeAttribute(), removeAttributeNode(), removeAttributeNS(), removeChild(), removeEventListener(), replaceChild(), setAttribute(), setAttributeNode(), setAttributeNodeNS(), setAttributeNS(), setUserData