aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/attribute/oncommand/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/oncommand/index.html')
-rw-r--r--files/ja/archive/mozilla/xul/attribute/oncommand/index.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/oncommand/index.html b/files/ja/archive/mozilla/xul/attribute/oncommand/index.html
deleted file mode 100644
index 8692fa07d4..0000000000
--- a/files/ja/archive/mozilla/xul/attribute/oncommand/index.html
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: oncommand
-slug: Archive/Mozilla/XUL/Attribute/oncommand
-tags:
- - XUL Attributes
- - XUL Reference
-translation_of: Archive/Mozilla/XUL/Attribute/oncommand
----
-<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-oncommand"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/oncommand">oncommand</a></code> </dt><dd> 型: <em>スクリプトコード</em> </dd><dd> このイベントハンドラは command が活性化した時、呼び出されます。これは、ユーザがメニュー項目を選択したり command に割り当てられたキーボードショートカットが押したりした場合に起こります。 </dd></dl>
-<div class="noinclude">
-<h4 id="Example" name="Example">例</h4>
-<pre>&lt;button label="ここをクリック" oncommand="alert('やぁ')"/&gt;
-</pre>
-<h4 id="See_also" name="See_also">参照</h4>
-<p><code><code><a href="/ja/docs/Mozilla/Tech/XUL/command" title="command">command</a></code></code> 要素</p>
-</div>
-<div class="noinclude">
-
-</div>