--- title: separator slug: Archive/Mozilla/XUL/separator tags: - XUL Elements - XUL Reference translation_of: Archive/Mozilla/XUL/separator ---
« XUL リファレンス HOME [ | 属性 | プロパティ | メソッド | 関連項目 ]

要素間を区切る小さな隙間を作成します。この separator の形式は、ダイアログの一部を区切るために使用します。これは視覚的なバーではなく、小さなスペースを描画します。デフォルトのサイズが小さい点 (普通は 1.5 em) を除けば spacer と同等の機能を持ちます。

属性
orient
スタイルクラス
groove, groove-thin, thin

<separator class="groove-thin"/>

属性

orient
型: 下記の値のいずれか一つ
separator の描画が水平または垂直のどちらなのかを指定します。値は要素の区切り方と逆なので注意してください。

XUL 要素からの継承
align, allowevents, allownegativeassertions, class, coalesceduplicatearcs, collapsed, container, containment, context, contextmenu, datasources, dir, empty, equalsize, flags, flex, height, hidden, id, insertafter, insertbefore, left, maxheight, maxwidth, menu, minheight, minwidth, mousethrough, observes, ordinal, orient, pack, persist, popup, position, preference-editable, querytype, ref, removeelement, sortDirection, sortResource, sortResource2, statustext, style, template, tooltip, tooltiptext, top, uri, wait-cursor, width

プロパティ

XUL 要素からの継承
align, , allowEvents, , boxObject, builder, , , , className, , , , , collapsed, contextMenu, controllers, database, datasources, dir, , , flex, height, hidden, id, , , left, , maxHeight, maxWidth, menu, minHeight, minWidth, , , , , , , observes, ordinal, orient, , pack, , persist, , , , ref, resource, , , , , statusText, style, ,, tooltip, tooltipText, top, width

メソッド

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
通常、0.5em の細めの区切り。
要素
spacer, splitter, menuseparator, toolbarseparator, treeseparator.