blob: 91dc76f55fe78371ddde58b02e0592f098fe8ed1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
title: searchbutton
slug: Archive/Mozilla/XUL/Attribute/searchbutton
tags:
- XUL Attributes
- XUL Reference
translation_of: Archive/Mozilla/XUL/Attribute/Searchbutton
---
<div class="noinclude"><span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/ja/docs/XUL/XUL_Reference">XUL リファレンス HOME</a></span></div>
<dl> <dt><code id="a-searchbutton"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/searchbutton">searchbutton</a></code></dt> <dd>型: <em>論理型</em></dd> <dd><code>true</code> の場合、ユーザが search ボタンを押すか <code>Enter</code> キーを押した時のみ、search フィールドのコマンドイベントが発生します。<code>false</code> の場合、ユーザが値を変更するだけでコマンドイベントが発生します。この属性は <code>search</code> 型のテキストボックスにのみ適用されます。</dd>
</dl>
<div class="noinclude">
</div>
|