diff options
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/closebutton/index.html')
-rw-r--r-- | files/ja/archive/mozilla/xul/attribute/closebutton/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/closebutton/index.html b/files/ja/archive/mozilla/xul/attribute/closebutton/index.html new file mode 100644 index 0000000000..2d9943d51f --- /dev/null +++ b/files/ja/archive/mozilla/xul/attribute/closebutton/index.html @@ -0,0 +1,13 @@ +--- +title: closebutton +slug: Archive/Mozilla/XUL/Attribute/closebutton +tags: + - XUL Attributes + - XUL Reference +translation_of: Archive/Mozilla/XUL/Attribute/closebutton +--- +<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-closebutton"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/closebutton">closebutton</a></code> </dt><dd> 型: <em>論理型</em> </dd><dd> この属性が <code>true</code> に設定されている場合、<code><a href="/ja/docs/Mozilla/Tech/XUL/tabs" title="tabs">tabs</a></code> の行は、その端に "new tab" ボタンおよび "close" ボタンが追加されます。この機能は <code><a href="/ja/docs/Mozilla/Tech/XUL/tabbrowser" title="tabbrowser">tabbrowser</a></code> によって、タブの追加と閉じる操作を容易にするために使用されます。"new tab" ボタンおよび "close" ボタンに画像を設定するには、それらに <code><a href="https://developer.mozilla.org/ja/docs/XUL/Style/tabs-newbutton">tabs-newbutton</a></code> クラスおよび <code><a href="https://developer.mozilla.org/ja/docs/XUL/Style/tabs-closebutton">tabs-closebutton</a></code> クラスをそれぞれ適用します。 </dd></dl> +<div class="noinclude"> + +</div> |