aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/attribute/buttons/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/buttons/index.html')
-rw-r--r--files/ja/archive/mozilla/xul/attribute/buttons/index.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/buttons/index.html b/files/ja/archive/mozilla/xul/attribute/buttons/index.html
deleted file mode 100644
index d4746c84c9..0000000000
--- a/files/ja/archive/mozilla/xul/attribute/buttons/index.html
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: buttons
-slug: Archive/Mozilla/XUL/Attribute/buttons
-tags:
- - XUL Attributes
- - XUL Reference
-translation_of: Archive/Mozilla/XUL/Attribute/buttons
----
-<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-buttons"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/buttons">buttons</a></code> </dt><dd> 型: <em>カンマで区切られた下記の値のリスト</em> </dd><dd> ダイアログボックス中に現れるボタンをカンマで区切ったリスト。ボタンはユーザのプラットフォームに適した位置に置かれ、基本的なイベントハンドリングが自動で行われます。次の値をリストで使用することができます。 </dd></dl>
-<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>
-<div class="blockIndicator note"><strong>註:</strong> ダイアログボックス内にボタンを表示したくないときは、属性の値に "," (カンマ 1 つ) を設定してください。</div>
-<div class="noinclude">
-
-</div>