diff options
Diffstat (limited to 'files/ja/archive/mozilla/xul/property/currentset/index.html')
-rw-r--r-- | files/ja/archive/mozilla/xul/property/currentset/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/property/currentset/index.html b/files/ja/archive/mozilla/xul/property/currentset/index.html new file mode 100644 index 0000000000..98920bc4f5 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/currentset/index.html @@ -0,0 +1,17 @@ +--- +title: currentSet +slug: Archive/Mozilla/XUL/Property/currentSet +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/currentSet +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="XUL_Reference">XUL リファレンス</a></span></div> +<dl> + <dt><code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/currentSet">currentSet</a></span></code></dt> + <dd><strong><span class="highlightred">Firefox のみ</span></strong></dd> + <dd>型: <em>カンマで区切られた文字列型のリスト</em></dd> + <dd>現在 toolbar 上にある項目の ID のカンマで区切られたリストを保持します。スペースおよび区切り、伸縮自在のスペースは、ID の代わりにそれぞれ次の文字列が使用されます: "<code>spacer</code>", "<code>separator</code>", "<code>spring</code>"。空の toolbar の <code>currentSet</code> 値は <code>"__empty"</code> です。<br> + このプロパティを設定することによって、項目の現在の配置を変更できます。このプロパティを設定すると <code id="a-currentset"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/currentset">currentset</a></code> 属性が自動的に更新されないので注意してください。</dd> +</dl> |