aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/attribute/command/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/command/index.html')
-rw-r--r--files/ja/archive/mozilla/xul/attribute/command/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/command/index.html b/files/ja/archive/mozilla/xul/attribute/command/index.html
new file mode 100644
index 0000000000..6eef3fc7f8
--- /dev/null
+++ b/files/ja/archive/mozilla/xul/attribute/command/index.html
@@ -0,0 +1,22 @@
+---
+title: command
+slug: Archive/Mozilla/XUL/Attribute/command
+tags:
+ - XUL Attributes
+ - XUL Reference
+translation_of: Archive/Mozilla/XUL/Attribute/command
+---
+<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-command"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/command">command</a></code> </dt><dd> 型: <em>要素の id</em> </dd><dd> 要素に監視された <code><a href="/ja/docs/Mozilla/Tech/XUL/command" title="command">command</a></code> 要素の <code id="a-id"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/id">id</a></code> をセットします。 </dd></dl>
+<div class="noinclude">
+<h3 id="Example" name="Example">例</h3>
+<pre>&lt;command id="cmd_openhelp" oncommand="alert('Help');"/&gt;
+&lt;button label="Help" command="cmd_openhelp"/&gt;
+&lt;button label="More Help" command="cmd_openhelp"/&gt;
+</pre>
+<h3 id="See_also" name="See_also">参照</h3>
+<p><code><code><a href="/ja/docs/Mozilla/Tech/XUL/command" title="command">command</a></code></code> 要素、<code><code id="a-oncommand"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/oncommand">oncommand</a></code></code> 要素、<code><code><a href="/ja/docs/Mozilla/Tech/XUL/commandset" title="commandset">commandset</a></code></code> 要素</p>
+</div>
+<div class="noinclude">
+
+</div>