diff options
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/textbox.value/index.html')
-rw-r--r-- | files/ja/archive/mozilla/xul/attribute/textbox.value/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/textbox.value/index.html b/files/ja/archive/mozilla/xul/attribute/textbox.value/index.html new file mode 100644 index 0000000000..5aac9f3be6 --- /dev/null +++ b/files/ja/archive/mozilla/xul/attribute/textbox.value/index.html @@ -0,0 +1,18 @@ +--- +title: textbox.value +slug: Archive/Mozilla/XUL/Attribute/textbox.value +tags: + - XUL Attributes + - XUL Reference +translation_of: Archive/Mozilla/XUL/Attribute/textbox.value +--- +<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-textbox.value"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/textbox.value">value</a></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> デフォルト値が textbox に入力されます。この属性はデフォルト値のみが保持され、ユーザがテキストを入力しても変更されることはありません。更新された値を取得するには <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/value">value</a></span></code> プロパティを使用してください。数値ボックスのデフォルト値は、0 または <code>min</code> プロパティが返す最小値のどちらか大きいほうです。 </dd></dl> +<div class="noinclude"> +<h3 id="See_also" name="See_also">参照</h3> +<ul> <li><code id="a-value"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/value">value</a></code></li> +</ul> +</div> +<div class="noinclude"> + +</div> |