blob: a950c1820a25ea300adea06153905f1f3f046518 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
title: getSearchAt
slug: Archive/Mozilla/XUL/Method/getSearchAt
tags:
- XUL Methods
- XUL Reference
translation_of: Archive/Mozilla/XUL/Method/getSearchAt
---
<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-getSearchAt"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getSearchAt">getSearchAt( index )</a></code></span></dt>
<dd>戻り値の型: <em>文字列型</em></dd>
<dd>与えられた <var>index</var> の検索コンポーネントを返す。コンポーネントは <code id="a-autocompletesearch"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/autocompletesearch">autocompletesearch</a></code> 属性で設定されます。</dd>
</dl>
|