aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/property/buttons/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/archive/mozilla/xul/property/buttons/index.html')
-rw-r--r--files/ja/archive/mozilla/xul/property/buttons/index.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/files/ja/archive/mozilla/xul/property/buttons/index.html b/files/ja/archive/mozilla/xul/property/buttons/index.html
deleted file mode 100644
index f2633f998c..0000000000
--- a/files/ja/archive/mozilla/xul/property/buttons/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: buttons
-slug: Archive/Mozilla/XUL/Property/buttons
-tags:
- - XUL Properties
- - XUL Reference
-translation_of: Archive/Mozilla/XUL/Property/buttons
----
-<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/buttons">buttons</a></span></code></dt>
- <dd>型: <em>下記の値をカンマで区切ったリスト</em></dd>
- <dd>ダイアログボックス中に現れるボタンをカンマで区切ったリスト。ボタンはユーザのプラットフォームに適した位置に置かれ、基本的なイベントハンドリングが自動で行われます。次の値をリストで使用することができます:
-<ul>
- <li><code>accept</code>: 押下すると変更を許諾する OKボタンです。このボタンがデフォルトになります。</li>
- <li><code>cancel</code>: 操作を中止するキャンセルボタンです。</li>
- <li><code>help</code>: ダイアログについてのヘルプを表示するヘルプボタンです。</li>
- <li><code>disclosure</code>: 追加の情報を表示するボタンです。これはボタンになるか、情報を表示する三角形になります。</li>
- <li><code>extra1</code>: 任意で追加されるボタンです。<code><code id="a-buttonlabelextra1"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/buttonlabelextra1">buttonlabelextra1</a></code></code> 属性でこのボタンのラベルを設定することができます。</li>
- <li><code>extra2</code>: 任意で追加されるもう一つのボタンです。<code><code id="a-buttonlabelextra2"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/buttonlabelextra2">buttonlabelextra2</a></code></code> 属性でこのボタンのラベルを設定することができます。</li>
-</ul>
-</dd>
-</dl>