diff options
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/close/index.html')
-rw-r--r-- | files/ja/archive/mozilla/xul/attribute/close/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/close/index.html b/files/ja/archive/mozilla/xul/attribute/close/index.html new file mode 100644 index 0000000000..b00908a897 --- /dev/null +++ b/files/ja/archive/mozilla/xul/attribute/close/index.html @@ -0,0 +1,20 @@ +--- +title: close +slug: Archive/Mozilla/XUL/Attribute/close +tags: + - XUL Attributes + - XUL Reference +translation_of: Archive/Mozilla/XUL/Attribute/close +--- +<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-close"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/close">close</a></code> </dt> +<dd>型: <em>真偽値</em></dd> + + +<dd>panel に titlebar がある時、panel の <code>close</code> 属性を <code>true</code> に設定すると、 titlebar にクローズボタンが表示されます。 +このクローズボタンを押すとパネルは閉じられます。</dd> + +</dl> |