diff options
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/commandupdater/index.html')
-rw-r--r-- | files/ja/archive/mozilla/xul/attribute/commandupdater/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/commandupdater/index.html b/files/ja/archive/mozilla/xul/attribute/commandupdater/index.html new file mode 100644 index 0000000000..952f23de89 --- /dev/null +++ b/files/ja/archive/mozilla/xul/attribute/commandupdater/index.html @@ -0,0 +1,18 @@ +--- +title: commandupdater +slug: Archive/Mozilla/XUL/Attribute/commandupdater +tags: + - XUL Attributes + - XUL Reference +translation_of: Archive/Mozilla/XUL/Attribute/commandupdater +--- +<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-commandupdater"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/commandupdater">commandupdater</a></code></dt> + <dd> + 型: <em>論理型</em></dd> + <dd> + <code>true</code> の場合、commandset はコマンドの更新のために使用されます。一般的には、イベントが発生した時の Undo や Cut など、menu コマンドの更新に使用されます。例えば、Cut コマンドは何かが選択された時のみ効果があるため、commandupdater は select イベントが発生した時に使用されます。</dd> +</dl> |