diff options
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/checkstate/index.html')
-rw-r--r-- | files/ja/archive/mozilla/xul/attribute/checkstate/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/checkstate/index.html b/files/ja/archive/mozilla/xul/attribute/checkstate/index.html new file mode 100644 index 0000000000..6b47b238f7 --- /dev/null +++ b/files/ja/archive/mozilla/xul/attribute/checkstate/index.html @@ -0,0 +1,13 @@ +--- +title: checkState +slug: Archive/Mozilla/XUL/Attribute/checkState +tags: + - XUL Attributes + - XUL Reference +translation_of: Archive/Mozilla/XUL/Attribute/checkState +--- +<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-checkState"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/checkState">checkState</a></code> </dt><dd> 型: <em>整数型</em>, 値は <code>0</code> または <code>1</code>, <code>2</code> </dd><dd> この属性は、0 および 1, 2 の button の 3 つの状態を作成するために使用します。状態が 0 または 1 の場合、button を押すと反対の状態に切り替わります。状態が 2 の場合、button を押すと状態 0 に切り替わります。これは、チェック状態を手動で調整するための 3 番目の状態を除き、checkbox のように動作する button を意味します。異なる方法で状態を調整したいときは、<code id="a-autoCheck"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/autoCheck">autoCheck</a></code> 属性を <code>false</code> に設定し、状態をスクリプトで調整してください。チェック状態を持つ button は <code id="a-type"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/type">type</a></code> 属性が <code>checkbox</code> に設定されていなければなりません。この属性に設定可能な定数は <a href="/ja/NsIDOMXULButtonElement" title="ja/NsIDOMXULButtonElement">nsIDOMXULButtonElement</a> インタフェース内にあります。 </dd></dl> +<div class="noinclude"> + +</div> |