diff options
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/separator.orient/index.html')
-rw-r--r-- | files/ja/archive/mozilla/xul/attribute/separator.orient/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/separator.orient/index.html b/files/ja/archive/mozilla/xul/attribute/separator.orient/index.html new file mode 100644 index 0000000000..7399218e23 --- /dev/null +++ b/files/ja/archive/mozilla/xul/attribute/separator.orient/index.html @@ -0,0 +1,20 @@ +--- +title: separator.orient +slug: Archive/Mozilla/XUL/Attribute/separator.orient +tags: + - XUL Attributes + - XUL Reference +translation_of: Archive/Mozilla/XUL/Attribute/separator.orient +--- +<div class="noinclude"><span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/ja/docs/XUL/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl><dt> <code id="a-separator.orient"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/separator.orient">orient</a></code> </dt><dd> 型: <em>下記の値のいずれか一つ</em> </dd><dd> <code><code><a href="/ja/docs/Mozilla/Tech/XUL/separator" title="separator">separator</a></code></code> の描画が水平または垂直のどちらなのかを指定します。値は要素の区切り方と逆なので注意してください。 </dd></dl> +<ul> <li><code>horizontal</code>: separator は縦方向に置かれた要素を区切ります。</li> <li><code>vertical</code>: separator は横方向に置かれた要素を区切ります。</li> +</ul> +<div class="noinclude"> +<h3 id="See_also" name="See_also">参照</h3> +<ul> <li><code><code id="a-orient"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/orient">orient</a></code></code></li> +</ul> +</div> +<div class="noinclude"> + +</div> |