blob: 4eaf24fe64b73962d3675e7edc80e84a5c18cee6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
title: menulist.select
slug: Archive/Mozilla/XUL/Method/menulist.select
tags:
- XUL Methods
- XUL Reference
translation_of: Archive/Mozilla/XUL/Method/menulist.select
---
<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-menulist.select"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/menulist.select">menulist.selectselect()</a></code></span> </dt><dd> 戻り値の型: <em>戻り値なし</em> </dd><dd> <code><a href="/ja/docs/Mozilla/Tech/XUL/menulist" title="menulist">menulist</a></code> の textbox 内のテキストすべてを選択します。このメソッドは <code id="a-editable"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/editable">editable</a></code> な menulist にのみ適用されます。 </dd></dl>
<div class="noinclude">
</div>
|