blob: 952f23de894721cea20cddcdef72ea8416abac2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>
|