一緒になった一塊の要素をまとめるための、周囲にフレームを描くボックスです。caption
要素がgroupbox
の内側に置かれる場合は、groupbox
のトップに沿って、その要素がキャプションとして使われます。
詳しい情報が XULチュートリアルにあります。
- プロパティ
- accessibleType
例
<groupbox> <caption label="Settings"/> <radiogroup> <radio label="Black and white"/> <radio label="Colour"/> </radiogroup> <checkbox label="Enabled"/> </groupbox>
属性
XUL 要素からの継承 |
プロパティ
-
accessibleType
- 型: 整数型
- 要素の accessibility オブジェクトの種類を示す値。
メソッド
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
関連項目
- インタフェース
- nsIAccessibleProvider