blob: bff268ac2253f0d2772bef2f3d304c801452bf55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
title: emptyText
slug: Archive/Mozilla/XUL/Property/emptyText
tags:
- XUL Properties
- XUL Reference
translation_of: Archive/Mozilla/XUL/Property/emptyText
---
<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/emptyText">emptyText</a></span></code> <span class="inlineIndicator deprecated deprecatedInline" title="(Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)">非推奨 Gecko 2</span></dt> <dd>型: <em>文字列型</em></dd> <dd>textbox が値を持たないときに表示される文字列の取得/設定。これは、Gecko 2.0 で <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/placeholder">placeholder</a></span></code> プロパティに代わりました。この古い属性名は互換性のために残されていますが、使用している場合はコードを更新すべきです。</dd>
</dl>
<div class="noinclude">
</div>
|