diff options
Diffstat (limited to 'files/ja/archive/mozilla/xul/property/selectedtab/index.html')
-rw-r--r-- | files/ja/archive/mozilla/xul/property/selectedtab/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/property/selectedtab/index.html b/files/ja/archive/mozilla/xul/property/selectedtab/index.html new file mode 100644 index 0000000000..9a41dd5041 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/selectedtab/index.html @@ -0,0 +1,13 @@ +--- +title: selectedTab +slug: Archive/Mozilla/XUL/Property/selectedTab +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/selectedTab +--- +<div class="noinclude"><span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="XUL_Reference">XUL リファレンス</a></span></div> +<dl><dt> <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/selectedTab">selectedTab</a></span></code> </dt><dd> 型: <em>tab 要素</em> </dd><dd> 現在選択されたタブへの参照。これは常に <code><a href="/ja/docs/Mozilla/Tech/XUL/tabs" title="tabs">tabs</a></code> 要素内の <code><a href="/ja/docs/Mozilla/Tech/XUL/tab" title="tab">tab</a></code> 要素の一つになります。現在選択されたタブを変更するには、このプロパティに値を割り当ててください。 </dd></dl> +<div class="noinclude"> + +</div> |