aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/property/currentset/index.html
blob: 98920bc4f5889acf5c9216af0af8828de616f349 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>