diff options
Diffstat (limited to 'files/ja/archive/mozilla/xul/method/removetab/index.html')
-rw-r--r-- | files/ja/archive/mozilla/xul/method/removetab/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/method/removetab/index.html b/files/ja/archive/mozilla/xul/method/removetab/index.html new file mode 100644 index 0000000000..b12cda0c25 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/removetab/index.html @@ -0,0 +1,18 @@ +--- +title: removeTab +slug: Archive/Mozilla/XUL/Method/removeTab +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/removeTab +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt> + <span id="m-removeTab"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/removeTab">removeTab( tabElement )</a></code></span></dt> + <dd> + 戻り値の型: <em>戻り値なし</em></dd> + <dd> + 与えられた <code><a href="/ja/docs/Mozilla/Tech/XUL/tab" title="tab">tab</a></code> 要素に対応する特定のタブ化されたページを削除します。 If only one tab is displayed, this method does nothing (unless the preference <code><a href="/ja/Mozilla/Preferences/Preference_reference/browser.tabs.closeWindowWithLastTab">browser.tabs.closeWindowWithLastTab</a></code> is <code>true</code>, in which case the window containing the tab is closed). If <code><a href="/ja/Mozilla/Preferences/Preference_reference/browser.tabs.autoHide">browser.tabs.autoHide</a></code> is <code>true</code>, the row of tabs will collapse if only one tab remains.</dd> +</dl> |