aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/method/removetab/index.html
blob: b12cda0c253c314fb8aa7dba8458209c1da78a70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>