diff options
Diffstat (limited to 'files/ja/archive/mozilla/xul/property/selecteditem/index.html')
-rw-r--r-- | files/ja/archive/mozilla/xul/property/selecteditem/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/property/selecteditem/index.html b/files/ja/archive/mozilla/xul/property/selecteditem/index.html new file mode 100644 index 0000000000..2ace3a95c1 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/selecteditem/index.html @@ -0,0 +1,14 @@ +--- +title: selectedItem +slug: Archive/Mozilla/XUL/Property/selectedItem +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/selectedItem +--- +<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/selectedItem">selectedItem</a></span></code> </dt><dd> 型: <em>要素</em> </dd><dd> 選択できる要素がある要素の、現在選択されている項目を保持します。項目が選択されていないときは、この値は <code>null</code> になります。この値の設定によって項目を選択することができます。値が、このプロパティまたは <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/selectedIndex">selectedIndex</a></span></code> プロパティを通じて変更されるか、ユーザによって変更された場合、select イベントが要素に送られます。 </dd></dl> +<p> </p> +<div class="noinclude"> + +</div> |