diff options
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/autofillaftermatch/index.html')
-rw-r--r-- | files/ja/archive/mozilla/xul/attribute/autofillaftermatch/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/autofillaftermatch/index.html b/files/ja/archive/mozilla/xul/attribute/autofillaftermatch/index.html new file mode 100644 index 0000000000..41cde181e3 --- /dev/null +++ b/files/ja/archive/mozilla/xul/attribute/autofillaftermatch/index.html @@ -0,0 +1,14 @@ +--- +title: autoFillAfterMatch +slug: Archive/Mozilla/XUL/Attribute/autoFillAfterMatch +tags: + - XUL Attributes + - XUL Reference +translation_of: Archive/Mozilla/XUL/Attribute/autoFillAfterMatch +--- +<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-autoFillAfterMatch"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/autoFillAfterMatch">autoFillAfterMatch</a></code> <span class="inlineIndicator obsolete obsoleteInline" title="(Firefox 3.5 / Thunderbird 3.0 / SeaMonkey 2.0)">Gecko 1.9.1 で廃止</span></dt> + <dd>型: <em>論理型</em></dd> + <dd><code>true</code> に設定した場合、最もマッチするテキスト全体が入力したものの後に表示されます。<code>false</code> の場合、まだ入力していない部分のテキストのみが入力されます。この機能を使用するには <code id="a-textbox.autoFill"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/textbox.autoFill">textbox.autoFill</a></code> 属性が <code>true</code> に設定されていなければなりません。Gecko1.9.1 より、この属性は <code id="a-completedefaultindex"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/completedefaultindex">completedefaultindex</a></code> 属性に置き換わっています。</dd> +</dl> |