diff options
Diffstat (limited to 'files/ja/archive/mozilla/xul/method/advanceselectedtab/index.html')
| -rw-r--r-- | files/ja/archive/mozilla/xul/method/advanceselectedtab/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/method/advanceselectedtab/index.html b/files/ja/archive/mozilla/xul/method/advanceselectedtab/index.html new file mode 100644 index 0000000000..304d69d4ab --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/advanceselectedtab/index.html @@ -0,0 +1,15 @@ +--- +title: advanceSelectedTab +slug: Archive/Mozilla/XUL/Method/advanceSelectedTab +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/advanceSelectedTab +--- +<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-advanceSelectedTab"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/advanceSelectedTab">advanceSelectedTab( dir, wrap )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値なし</em></dd> + <dd>引数 <var>dir</var> に <code>1</code> を設定すると、現在選択されているタブが次のタブに変更されます。同様に <code>-1</code> を設定すると、現在選択されているタブが前のタブに変更されます。<var>wrap</var> 引数を <code>true</code> に設定すると、最初または最後のタブに到達した場合、それぞれの次は最後または最初のタブからになります。</dd> +</dl> |
