--- title: separator slug: Archive/Mozilla/XUL/separator tags: - XUL Elements - XUL Reference translation_of: Archive/Mozilla/XUL/separator ---
要素間を区切る小さな隙間を作成します。この separator の形式は、ダイアログの一部を区切るために使用します。これは視覚的なバーではなく、小さなスペースを描画します。デフォルトのサイズが小さい点 (普通は 1.5 em) を除けば spacer と同等の機能を持ちます。
<separator class="groove-thin"/>
horizontal: separator は縦方向に置かれた要素を区切ります。vertical: separator は横方向に置かれた要素を区切ります。XUL 要素からの継承 |
| 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
次のクラスは要素のスタイル付けに使用されます。これらのクラスは、ユーザの選択したテーマに自然に合うようにするため、要素のスタイルを直接変更する代わりに使用されます。
groove groove-thin thin spacer, splitter, menuseparator, toolbarseparator, treeseparator.