diff options
Diffstat (limited to 'files/ja/archive/mozilla/xul/method/replacegroup/index.html')
-rw-r--r-- | files/ja/archive/mozilla/xul/method/replacegroup/index.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/files/ja/archive/mozilla/xul/method/replacegroup/index.html b/files/ja/archive/mozilla/xul/method/replacegroup/index.html deleted file mode 100644 index 71dd58cb88..0000000000 --- a/files/ja/archive/mozilla/xul/method/replacegroup/index.html +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: replaceGroup -slug: Archive/Mozilla/XUL/Method/replaceGroup -tags: - - XUL Methods - - XUL Reference -translation_of: Archive/Mozilla/XUL/Method/replaceGroup ---- -<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-replaceGroup"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/replaceGroup">replaceGroup( group )</a></code></span></dt> - <dd><strong>Firefox では使用不可</strong></dd> - <dd>戻り値の型: <em>セッション履歴オブジェクトの配列</em></dd> - <dd>既存のタブを新しいセットで置き換えます。置き換え前のタブの方が多い場合は、余りのタブは削除されません。先に既存のタブを削除して完全に置き換えるには <span id="m-removeTab"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/removeTab">removeTab</a></code></span> メソッドを使用してください。引数は読み込む各ドキュメントオブジェクトの配列です。オブジェクトはスクリプトで定義され、読み込むページの URL の <code>URI</code> プロパティを含みます。<code>referrerURI</code> プロパティは、リファラページを設定するために任意で使用されます。このメソッドは、削除されたタブのセッション履歴オブジェクトの配列を返します。</dd> -</dl> |