diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/archive/mozilla/xul/property | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/archive/mozilla/xul/property')
267 files changed, 3901 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/property/accessible/index.html b/files/ja/archive/mozilla/xul/property/accessible/index.html new file mode 100644 index 0000000000..6bb3dc8ad3 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/accessible/index.html @@ -0,0 +1,13 @@ +--- +title: accessible +slug: Archive/Mozilla/XUL/Property/accessible +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/accessible +--- +<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/accessible">accessible</a></span></code> </dt><dd> 型: <em><a href="/ja/nsIAccessible" title="ja/nsIAccessible">nsIAccessible</a></em> </dd><dd> 要素の accessibility object を返す。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/accessibletype/index.html b/files/ja/archive/mozilla/xul/property/accessibletype/index.html new file mode 100644 index 0000000000..2c79caae58 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/accessibletype/index.html @@ -0,0 +1,18 @@ +--- +title: accessibleType +slug: Archive/Mozilla/XUL/Property/accessibleType +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/accessibleType +--- +<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/accessibleType">accessibleType</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> 要素の accessibility オブジェクトの種類を示す値。 </dd></dl> +<div class="noinclude"> +<p>使用可能な値:</p> +<table> <tbody> <tr> <th>定数</th> <th>値</th> </tr> <tr> <td>XULAlert</td> <td>1001</td> </tr> <tr> <td>XULButton</td> <td>1002</td> </tr> <tr> <td>XULCheckbox</td> <td>1003</td> </tr> <tr> <td>XULColorPicker</td> <td>1004</td> </tr> <tr> <td>XULColorPickerTile</td> <td>1005</td> </tr> <tr> <td>XULCombobox</td> <td>1006</td> </tr> <tr> <td>XULDropmarker</td> <td>1007</td> </tr> <tr> <td>XULGroupbox</td> <td>1008</td> </tr> <tr> <td>XULImage</td> <td>1009</td> </tr> <tr> <td>XULLink</td> <td>100A</td> </tr> <tr> <td>XULListbox</td> <td>100B</td> </tr> <tr> <td>XULListCell</td> <td>1026</td> </tr> <tr> <td>XULListHead</td> <td>1024</td> </tr> <tr> <td>XULListHeader</td> <td>1025</td> </tr> <tr> <td>XULListitem</td> <td>100C</td> </tr> <tr> <td>XULMenubar</td> <td>100D</td> </tr> <tr> <td>XULMenuitem</td> <td>100E</td> </tr> <tr> <td>XULMenupopup</td> <td>100F</td> </tr> <tr> <td>XULMenuSeparator</td> <td>1010</td> </tr> <tr> <td>XULPane</td> <td>1011</td> </tr> <tr> <td>XULProgressMeter</td> <td>1012</td> </tr> <tr> <td>XULScale</td> <td>1013</td> </tr> <tr> <td>XULStatusBar</td> <td>1014</td> </tr> <tr> <td>XULRadioButton</td> <td>1015</td> </tr> <tr> <td>XULRadioGroup</td> <td>1016</td> </tr> <tr> <td>XULTab</td> <td>1017</td> </tr> <tr> <td>XULTabBox</td> <td>1018</td> </tr> <tr> <td>XULTabs</td> <td>1019</td> </tr> <tr> <td>XULText</td> <td>101A</td> </tr> <tr> <td>XULTextBox</td> <td>101B</td> </tr> <tr> <td>XULThumb</td> <td>101C</td> </tr> <tr> <td>XULTree</td> <td>101D</td> </tr> <tr> <td>XULTreeColumns</td> <td>101E</td> </tr> <tr> <td>XULTreeColumnItem</td> <td>101F</td> </tr> <tr> <td>XULToolbar</td> <td>1020</td> </tr> <tr> <td>XULToolbarSeparator</td> <td>1021</td> </tr> <tr> <td>XULTooltip</td> <td>1022</td> </tr> <tr> <td>XULToolbarButton</td> <td>1023</td> </tr> </tbody> +</table> +</div> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/accesskey/index.html b/files/ja/archive/mozilla/xul/property/accesskey/index.html new file mode 100644 index 0000000000..22a76e49de --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/accesskey/index.html @@ -0,0 +1,14 @@ +--- +title: accessKey +slug: Archive/Mozilla/XUL/Property/accessKey +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/accessKey +--- +<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/accessKey">accessKey</a></span></code></dt> + <dd>型: <em>文字型</em></dd> + <dd><code id="a-accesskey"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/accesskey">accesskey</a></code> 属性の値の取得と設定。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/align/index.html b/files/ja/archive/mozilla/xul/property/align/index.html new file mode 100644 index 0000000000..4766614e9f --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/align/index.html @@ -0,0 +1,13 @@ +--- +title: align +slug: Archive/Mozilla/XUL/Property/align +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/align +--- +<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/align">align</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> <code id="a-align"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/align">align</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/allnotifications/index.html b/files/ja/archive/mozilla/xul/property/allnotifications/index.html new file mode 100644 index 0000000000..db01b00785 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/allnotifications/index.html @@ -0,0 +1,18 @@ +--- +title: allNotifications +slug: Archive/Mozilla/XUL/Property/allNotifications +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/allNotifications +--- +<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/allNotifications">allNotifications</a></span></code></dt> + <dd> + 型: <em>nodeList</em></dd> + <dd> + すべての通知の NodeList。このプロパティは読み取り専用です。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/allowevents/index.html b/files/ja/archive/mozilla/xul/property/allowevents/index.html new file mode 100644 index 0000000000..3acbbacaf3 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/allowevents/index.html @@ -0,0 +1,13 @@ +--- +title: allowEvents +slug: Archive/Mozilla/XUL/Property/allowEvents +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/allowEvents +--- +<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/allowEvents">allowEvents</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-allowevents"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/allowevents">allowevents</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/alwaysopenpopup/index.html b/files/ja/archive/mozilla/xul/property/alwaysopenpopup/index.html new file mode 100644 index 0000000000..b0f3ef83fa --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/alwaysopenpopup/index.html @@ -0,0 +1,13 @@ +--- +title: alwaysOpenPopup +slug: Archive/Mozilla/XUL/Property/alwaysOpenPopup +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/alwaysOpenPopup +--- +<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/alwaysOpenPopup">alwaysOpenPopup</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-alwaysopenpopup"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/alwaysopenpopup">alwaysopenpopup</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/amindicator/index.html b/files/ja/archive/mozilla/xul/property/amindicator/index.html new file mode 100644 index 0000000000..b2cf1fd4cf --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/amindicator/index.html @@ -0,0 +1,13 @@ +--- +title: amIndicator +slug: Archive/Mozilla/XUL/Property/amIndicator +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/amIndicator +--- +<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/amIndicator">amIndicator</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> 設定された文字列は、午前と午後の区別表示に使用されます。初期値は <code>AM</code> です。この値はユーザが使用するロケールに合わせる事もできます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/anchornode/index.html b/files/ja/archive/mozilla/xul/property/anchornode/index.html new file mode 100644 index 0000000000..5b2649c35b --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/anchornode/index.html @@ -0,0 +1,16 @@ +--- +title: anchorNode +slug: Archive/Mozilla/XUL/Property/anchorNode +tags: + - XUL + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/anchorNode +--- +<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/anchorNode">anchorNode</a></span></code> <span class="inlineIndicator readOnly readOnlyInline" title="This value may not be changed.">読取専用 </span></dt> + <dd>型: <em><code><a href="/ja/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMElement" title="">nsIDOMElement</a></code></em></dd> + <dd>この読み取り専用プロパティは、ポップアップを開いたときにアンカーとして指定された DOM ノードを保持しています。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/applocale/index.html b/files/ja/archive/mozilla/xul/property/applocale/index.html new file mode 100644 index 0000000000..2ef28b1773 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/applocale/index.html @@ -0,0 +1,24 @@ +--- +title: appLocale +slug: Archive/Mozilla/XUL/Property/appLocale +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/appLocale +--- +<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/appLocale">appLocale</a></span></code> <span class="icon-only-inline" title="これは廃止されたAPIであり、今後の動作は保障されていません。ご注意下さい。"><i class="icon-trash"> </i></span></dt> + <dd> + 型: <em><a href="/ja/docs/NsILocale" title="NsILocale">nsILocale</a></em></dd> + <dd> + ユーザのロケールについての情報を保持する XPCOM オブジェクトを返す。これは <a href="/ja/docs/NsILocale" title="NsILocale">nsILocale</a> を実装するオブジェクトです。</dd> +</dl> +<div class="noinclude"> +<div class="blockIndicator geckoMinVer standardNote"> + <div style="text-align: center; font-weight: bold; padding-bottom: 0.5em;">Gecko 1.9.1 note</div> + <div>このプロパティは Gecko 1.9.1 で削除されました。</div> +</div> +</div> diff --git a/files/ja/archive/mozilla/xul/property/autocheck/index.html b/files/ja/archive/mozilla/xul/property/autocheck/index.html new file mode 100644 index 0000000000..59d2a8f81d --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/autocheck/index.html @@ -0,0 +1,13 @@ +--- +title: autoCheck +slug: Archive/Mozilla/XUL/Property/autoCheck +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/autoCheck +--- +<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/autoCheck">autoCheck</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-autoCheck"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/autoCheck">autoCheck</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/autofill/index.html b/files/ja/archive/mozilla/xul/property/autofill/index.html new file mode 100644 index 0000000000..c4c5ef2a21 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/autofill/index.html @@ -0,0 +1,13 @@ +--- +title: autoFill +slug: Archive/Mozilla/XUL/Property/autoFill +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/autoFill +--- +<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/autoFill">autoFill</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-autoFill"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/autoFill">autoFill</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/autofillaftermatch/index.html b/files/ja/archive/mozilla/xul/property/autofillaftermatch/index.html new file mode 100644 index 0000000000..992bdb06cc --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/autofillaftermatch/index.html @@ -0,0 +1,18 @@ +--- +title: autoFillAfterMatch +slug: Archive/Mozilla/XUL/Property/autoFillAfterMatch +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/autoFillAfterMatch +--- +<div><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/autoFillAfterMatch">autoFillAfterMatch</a></span></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 id="a-autoFillAfterMatch"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/autoFillAfterMatch">autoFillAfterMatch</a></code> 属性の値の取得と設定。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/boxobject/index.html b/files/ja/archive/mozilla/xul/property/boxobject/index.html new file mode 100644 index 0000000000..5a4e5f20bb --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/boxobject/index.html @@ -0,0 +1,13 @@ +--- +title: boxObject +slug: Archive/Mozilla/XUL/Property/boxObject +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/boxObject +--- +<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/boxObject">boxObject</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIBoxObject" title="ja/NsIBoxObject">nsIBoxObject</a></em> </dd><dd> このプロパティは box から得られた要素に利用可能です。この box は最も表示される XUL 要素です。XUL でない要素のための boxObject は <a href="/ja/DOM/document.getBoxObjectFor" title="ja/DOM/document.getBoxObjectFor">getBoxObjectFor</a> メソッドを使用して取得することができます。このプロパティは<a href="/ja/XUL_Tutorial/Box_Objects" title="ja/XUL_Tutorial/Box_Objects">チュートリアル</a>でさらに説明されています。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/browser.preferences/index.html b/files/ja/archive/mozilla/xul/property/browser.preferences/index.html new file mode 100644 index 0000000000..584f927dce --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/browser.preferences/index.html @@ -0,0 +1,18 @@ +--- +title: browser.preferences +slug: Archive/Mozilla/XUL/Property/browser.preferences +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/browser.preferences +--- +<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/browser.preferences">preferences</a></span></code></dt> + <dd> + 型: <em><a href="/ja/docs/NsIPrefService" title="NsIPrefService">nsIPrefService</a></em></dd> + <dd> + この読み取り専用のプロパティは、ユーザ設定の取得と設定を行う <a href="/ja/docs/NsIPref" title="NsIPref">nsIPref</a> オブジェクトを含みます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/browsers/index.html b/files/ja/archive/mozilla/xul/property/browsers/index.html new file mode 100644 index 0000000000..95deb0c941 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/browsers/index.html @@ -0,0 +1,13 @@ +--- +title: browsers +slug: Archive/Mozilla/XUL/Property/browsers +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/browsers +--- +<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/browsers">browsers</a></span></code> </dt><dd> 型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/browser" title="browser">browser</a></code> 要素のノードリスト</em> </dd><dd> <code><a href="/ja/docs/Mozilla/Tech/XUL/tabbrowser" title="tabbrowser">tabbrowser</a></code> 内の <code><a href="/ja/docs/Mozilla/Tech/XUL/browser" title="browser">browser</a></code> 要素のリストを保持します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/builder/index.html b/files/ja/archive/mozilla/xul/property/builder/index.html new file mode 100644 index 0000000000..1ae65b0b8b --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/builder/index.html @@ -0,0 +1,13 @@ +--- +title: builder +slug: Archive/Mozilla/XUL/Property/builder +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/builder +--- +<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/builder">builder</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIXULTemplateBuilder" title="ja/NsIXULTemplateBuilder">nsIXULTemplateBuilder</a></em> </dd><dd> テンプレートから生成されるコンテンツに対して、その生成に責任を持つ <a href="/ja/XPCOM" title="ja/XPCOM">XPCOM</a> オブジェクトです。スクリプトでは、template の内容を再生成させたい場合にのみ必要です。これは rule を手動で調整したときに必要です。コンテンツを再構築するには builder の <code>rebuild</code> メソッドを呼び出してください。 </dd></dl> <dl><dd> 例えば <code>myTree</code> ツリーへの参照が与えられた場合、次の例はそのコンテンツを再構築します: <code>myTree.builder.rebuild();</code> </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/builderview/index.html b/files/ja/archive/mozilla/xul/property/builderview/index.html new file mode 100644 index 0000000000..97ea51ea59 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/builderview/index.html @@ -0,0 +1,13 @@ +--- +title: builderView +slug: Archive/Mozilla/XUL/Property/builderView +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/builderView +--- +<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/builderView">builderView</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIXULTreeBuilder" title="ja/NsIXULTreeBuilder">nsIXULTreeBuilder</a></em> </dd><dd> <code><a href="/ja/docs/Mozilla/Tech/XUL/tree" title="tree">tree</a></code> データを構築する tree builder への参照。builder は、tree 内の各行のための RDF リソースへのアクセスを提供し、列のデータを並べ替えられるようにします。Mozilla の最近のバージョンでは、<code>builderView</code> プロパティは <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/view">view</a></span></code> プロパティの別名です。これら二つのインタフェースは <a href="/ja/JavaScript" title="ja/JavaScript">JavaScript</a> で一つのインタフェースに合わさっています。このプロパティは読み取り専用です。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/buttons/index.html b/files/ja/archive/mozilla/xul/property/buttons/index.html new file mode 100644 index 0000000000..f2633f998c --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/buttons/index.html @@ -0,0 +1,24 @@ +--- +title: buttons +slug: Archive/Mozilla/XUL/Property/buttons +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/buttons +--- +<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/buttons">buttons</a></span></code></dt> + <dd>型: <em>下記の値をカンマで区切ったリスト</em></dd> + <dd>ダイアログボックス中に現れるボタンをカンマで区切ったリスト。ボタンはユーザのプラットフォームに適した位置に置かれ、基本的なイベントハンドリングが自動で行われます。次の値をリストで使用することができます: +<ul> + <li><code>accept</code>: 押下すると変更を許諾する OKボタンです。このボタンがデフォルトになります。</li> + <li><code>cancel</code>: 操作を中止するキャンセルボタンです。</li> + <li><code>help</code>: ダイアログについてのヘルプを表示するヘルプボタンです。</li> + <li><code>disclosure</code>: 追加の情報を表示するボタンです。これはボタンになるか、情報を表示する三角形になります。</li> + <li><code>extra1</code>: 任意で追加されるボタンです。<code><code id="a-buttonlabelextra1"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/buttonlabelextra1">buttonlabelextra1</a></code></code> 属性でこのボタンのラベルを設定することができます。</li> + <li><code>extra2</code>: 任意で追加されるもう一つのボタンです。<code><code id="a-buttonlabelextra2"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/buttonlabelextra2">buttonlabelextra2</a></code></code> 属性でこのボタンのラベルを設定することができます。</li> +</ul> +</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/canadvance/index.html b/files/ja/archive/mozilla/xul/property/canadvance/index.html new file mode 100644 index 0000000000..d00d6bf8e8 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/canadvance/index.html @@ -0,0 +1,13 @@ +--- +title: canAdvance +slug: Archive/Mozilla/XUL/Property/canAdvance +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/canAdvance +--- +<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/canAdvance">canAdvance</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> このプロパティは、ユーザが Next ボタンを押して次のページへ進めるとき、<code>true</code> に設定されます。このプロパティが <code>false</code> の場合、ユーザは次のページへ移動することができません。ユーザが次のページへ進めることを示すには、このプロパティを <code>true</code> に設定します。次のページへの移動を拒否するには <code>false</code> に設定します。これは Next ボタン (wizard の最後のページでは Finish ボタン) を有効または無効にします。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/cangoback/index.html b/files/ja/archive/mozilla/xul/property/cangoback/index.html new file mode 100644 index 0000000000..70e486aa4b --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/cangoback/index.html @@ -0,0 +1,13 @@ +--- +title: canGoBack +slug: Archive/Mozilla/XUL/Property/canGoBack +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/canGoBack +--- +<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/canGoBack">canGoBack</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> セッション履歴で前のページに移動できるとき、このプロパティは true になり、Back ボタンが有効になります。このプロパティは読み取り専用です。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/cangoforward/index.html b/files/ja/archive/mozilla/xul/property/cangoforward/index.html new file mode 100644 index 0000000000..0d956adec7 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/cangoforward/index.html @@ -0,0 +1,13 @@ +--- +title: canGoForward +slug: Archive/Mozilla/XUL/Property/canGoForward +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/canGoForward +--- +<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/canGoForward">canGoForward</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> セッション履歴で次のページに移動できるとき、このプロパティは <code>true</code> になり、Forward ボタンが有効になります。このプロパティは読み取り専用です。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/canrewind/index.html b/files/ja/archive/mozilla/xul/property/canrewind/index.html new file mode 100644 index 0000000000..a74d1ddfe8 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/canrewind/index.html @@ -0,0 +1,13 @@ +--- +title: canRewind +slug: Archive/Mozilla/XUL/Property/canRewind +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/canRewind +--- +<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/canRewind">canRewind</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> このプロパティは、ユーザが Back ボタンを押して前のページへ戻れるとき、true に設定されます。このプロパティが false の場合、ユーザは前のページへ移動することができません。ユーザが前のページへ戻れることを示すには、このプロパティを true に設定します。前のページへの移動を拒否するには false に設定します。これは Back ボタンを有効または無効にします。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/checked/index.html b/files/ja/archive/mozilla/xul/property/checked/index.html new file mode 100644 index 0000000000..9547b5de89 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/checked/index.html @@ -0,0 +1,13 @@ +--- +title: checked +slug: Archive/Mozilla/XUL/Property/checked +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/checked +--- +<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/checked">checked</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-checked"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/checked">checked</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/checkstate/index.html b/files/ja/archive/mozilla/xul/property/checkstate/index.html new file mode 100644 index 0000000000..10be85f6f3 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/checkstate/index.html @@ -0,0 +1,13 @@ +--- +title: checkState +slug: Archive/Mozilla/XUL/Property/checkState +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/checkState +--- +<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/checkState">checkState</a></span></code> </dt><dd> 型: <em>整数型</em>, 値は <code>0</code> または <code>1</code>, <code>2</code> </dd><dd> <code id="a-checkState"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/checkState">checkState</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/child/index.html b/files/ja/archive/mozilla/xul/property/child/index.html new file mode 100644 index 0000000000..6567105b7d --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/child/index.html @@ -0,0 +1,13 @@ +--- +title: child +slug: Archive/Mozilla/XUL/Property/child +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/child +--- +<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/child">child</a></span></code> </dt><dd> 型: <em>?</em> </dd><dd> コンテナ要素によって参照される要素の、子になると予想されるノードを参照する変数。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/children/index.html b/files/ja/archive/mozilla/xul/property/children/index.html new file mode 100644 index 0000000000..2bdbfe469f --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/children/index.html @@ -0,0 +1,13 @@ +--- +title: children +slug: Archive/Mozilla/XUL/Property/children +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/children +--- +<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/children">children</a></span></code> </dt><dd> 型: <em>要素の配列</em> </dd><dd> <code><a href="/ja/docs/Mozilla/Tech/XUL/richlistbox" title="richlistbox">richlistbox</a></code> 内の項目のリストを返す。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/classname/index.html b/files/ja/archive/mozilla/xul/property/classname/index.html new file mode 100644 index 0000000000..da6f981be0 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/classname/index.html @@ -0,0 +1,13 @@ +--- +title: className +slug: Archive/Mozilla/XUL/Property/className +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/className +--- +<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/className">className</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> <code id="a-class"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/class">class</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/clickselectsall/index.html b/files/ja/archive/mozilla/xul/property/clickselectsall/index.html new file mode 100644 index 0000000000..000048fe8e --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/clickselectsall/index.html @@ -0,0 +1,13 @@ +--- +title: clickSelectsAll +slug: Archive/Mozilla/XUL/Property/clickSelectsAll +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/clickSelectsAll +--- +<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/clickSelectsAll">clickSelectsAll</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code>true</code> に設定した場合、フォーカスされた時、textbox の内容が選択されます。カーソルは変更無しで取り去られます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/collapsed/index.html b/files/ja/archive/mozilla/xul/property/collapsed/index.html new file mode 100644 index 0000000000..1f6f99d95a --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/collapsed/index.html @@ -0,0 +1,13 @@ +--- +title: collapsed +slug: Archive/Mozilla/XUL/Property/collapsed +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/collapsed +--- +<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/collapsed">collapsed</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-collapsed"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/collapsed">collapsed</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/color/index.html b/files/ja/archive/mozilla/xul/property/color/index.html new file mode 100644 index 0000000000..0301c0fa9c --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/color/index.html @@ -0,0 +1,15 @@ +--- +title: color +slug: Archive/Mozilla/XUL/Property/color +tags: + - MDC Project + - NeedsTechnicalReview + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/color +--- +<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/color">color</a></span></code> </dt><dd> 型: <em>color の文字列</em> </dd><dd> 現在選択されている色。これはユーザが色を選択すると変更されます。このプロパティに #RRGGBB 形式で文字列を割り当てることで選択された色を変更できます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/colorpicker.open/index.html b/files/ja/archive/mozilla/xul/property/colorpicker.open/index.html new file mode 100644 index 0000000000..fd02f16a63 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/colorpicker.open/index.html @@ -0,0 +1,13 @@ +--- +title: colorpicker.open +slug: Archive/Mozilla/XUL/Property/colorpicker.open +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/colorpicker.open +--- +<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/colorpicker.open">open</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> ボタン形式の <code><a href="/ja/docs/Mozilla/Tech/XUL/colorpicker" title="colorpicker">colorpicker</a></code> のための popup が開かれると <code>true</code> を返します。popup を開くには、この属性を <code>true</code> に設定し、閉じるには <code>false</code> に設定してください。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/columns/index.html b/files/ja/archive/mozilla/xul/property/columns/index.html new file mode 100644 index 0000000000..e433f3b33a --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/columns/index.html @@ -0,0 +1,18 @@ +--- +title: columns +slug: Archive/Mozilla/XUL/Property/columns +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/columns +--- +<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/columns">columns</a></span></code></dt> + <dd> + 型: <em><a href="/ja/NsITreeColumns" title="ja/NsITreeColumns">nsITreeColumns</a></em></dd> + <dd> + tree の列を <a href="/ja/NsITreeColumns" title="ja/NsITreeColumns">nsITreeColumns</a> オブジェクトとして返す。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/command/index.html b/files/ja/archive/mozilla/xul/property/command/index.html new file mode 100644 index 0000000000..b4f64e313a --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/command/index.html @@ -0,0 +1,13 @@ +--- +title: command +slug: Archive/Mozilla/XUL/Property/command +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/command +--- +<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/command">command</a></span></code> </dt><dd> 型: <em>要素の id</em> </dd><dd> <code id="a-command"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/command">command</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/commandmanager/index.html b/files/ja/archive/mozilla/xul/property/commandmanager/index.html new file mode 100644 index 0000000000..0c2467e58c --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/commandmanager/index.html @@ -0,0 +1,18 @@ +--- +title: commandManager +slug: Archive/Mozilla/XUL/Property/commandManager +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/commandManager +--- +<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/commandManager">commandManager</a></span></code></dt> + <dd> + 型: <em><a href="/ja/NsICommandManager" title="ja/NsICommandManager">nsICommandManager</a></em></dd> + <dd> + command manager は editor 上の操作を扱います。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/completedefaultindex/index.html b/files/ja/archive/mozilla/xul/property/completedefaultindex/index.html new file mode 100644 index 0000000000..6b1b504e0e --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/completedefaultindex/index.html @@ -0,0 +1,13 @@ +--- +title: completeDefaultIndex +slug: Archive/Mozilla/XUL/Property/completeDefaultIndex +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/completeDefaultIndex +--- +<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/completeDefaultIndex">completeDefaultIndex</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-completedefaultindex"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/completedefaultindex">completedefaultindex</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/container/index.html b/files/ja/archive/mozilla/xul/property/container/index.html new file mode 100644 index 0000000000..104db55d84 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/container/index.html @@ -0,0 +1,13 @@ +--- +title: container +slug: Archive/Mozilla/XUL/Property/container +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/container +--- +<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/container">container</a></span></code> </dt><dd> 型: <em>?</em> </dd><dd> コンテナになると予想されるノードを参照する変数。変数が <code><a href="/ja/docs/Mozilla/Tech/XUL/content" title="content">content</a></code> 要素上の <code id="a-uri"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/uri">uri</a></code> 属性と同じとき、リソースは条件にマッチするコンテナ要素になります。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/contentdocument/index.html b/files/ja/archive/mozilla/xul/property/contentdocument/index.html new file mode 100644 index 0000000000..152d0db538 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/contentdocument/index.html @@ -0,0 +1,13 @@ +--- +title: contentDocument +slug: Archive/Mozilla/XUL/Property/contentDocument +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/contentDocument +--- +<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/contentDocument">contentDocument</a></span></code> </dt><dd> 型: <em>document</em> </dd><dd> この読み取り専用のプロパティは要素内の document オブジェクトを含みます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/contentprincipal/index.html b/files/ja/archive/mozilla/xul/property/contentprincipal/index.html new file mode 100644 index 0000000000..73d36d48fb --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/contentprincipal/index.html @@ -0,0 +1,13 @@ +--- +title: contentPrincipal +slug: Archive/Mozilla/XUL/Property/contentPrincipal +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/contentPrincipal +--- +<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/contentPrincipal">contentPrincipal</a></span></code> </dt><dd> 型: <em>nsIPrincipal</em> </dd><dd> この読み取り専用のプロパティは browser に読み込まれたコンテンツの、セキュリティ関係の情報を提供する主部を含みます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/contenttitle/index.html b/files/ja/archive/mozilla/xul/property/contenttitle/index.html new file mode 100644 index 0000000000..adf0d93a4c --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/contenttitle/index.html @@ -0,0 +1,13 @@ +--- +title: contentTitle +slug: Archive/Mozilla/XUL/Property/contentTitle +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/contentTitle +--- +<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/contentTitle">contentTitle</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> この読み取り専用のプロパティは browser 内の document オブジェクトの title を含みます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/contentview/index.html b/files/ja/archive/mozilla/xul/property/contentview/index.html new file mode 100644 index 0000000000..f5570c0738 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/contentview/index.html @@ -0,0 +1,18 @@ +--- +title: contentView +slug: Archive/Mozilla/XUL/Property/contentView +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/contentView +--- +<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/contentView">contentView</a></span></code></dt> + <dd> + 型: <em><a href="/ja/NsITreeContentView" title="ja/NsITreeContentView">nsITreeContentView</a></em></dd> + <dd> + コンテンツビルダで構築された (<code id="a-flags"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/flags">flags</a></code> 設定を持たない) tree では、<code>contentView</code> は <code><a href="/ja/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsITreeContentView" title="">nsITreeContentView</a></code> への参照になります。このインタフェースは、与えられた行の index に対応する DOM 要素の取得や設定を行います。コンテンツビルダで構築されたものでない tree では取得する DOM ノードが存在しないため、<code><a href="/ja/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsITreeContentView" title="">nsITreeContentView</a></code> の関数を利用することはできません。Mozilla の最近のバージョンでは、<code><a href="/ja/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsITreeContentView" title="">nsITreeContentView</a></code> プロパティは <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/view">view</a></span></code> プロパティの別名です。これら 2 つのインタフェースは <a href="/ja/docs/JavaScript" title="JavaScript">JavaScript</a> で 1 つのインタフェースに合わさっています。このプロパティは読み取り専用です。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/contentvieweredit/index.html b/files/ja/archive/mozilla/xul/property/contentvieweredit/index.html new file mode 100644 index 0000000000..5ecc094b04 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/contentvieweredit/index.html @@ -0,0 +1,13 @@ +--- +title: contentViewerEdit +slug: Archive/Mozilla/XUL/Property/contentViewerEdit +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/contentViewerEdit +--- +<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/contentViewerEdit">contentViewerEdit</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIContentViewerEdit" title="ja/NsIContentViewerEdit">nsIContentViewerEdit</a></em> </dd><dd> この読み取り専用のプロパティは、document 上のクリップボード操作を扱う <a href="/ja/NsIContentViewerEdit" title="ja/NsIContentViewerEdit">nsIContentViewerEdit</a> を含みます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/contentviewerfile/index.html b/files/ja/archive/mozilla/xul/property/contentviewerfile/index.html new file mode 100644 index 0000000000..51635b37e1 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/contentviewerfile/index.html @@ -0,0 +1,13 @@ +--- +title: contentViewerFile +slug: Archive/Mozilla/XUL/Property/contentViewerFile +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/contentViewerFile +--- +<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/contentViewerFile">contentViewerFile</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIContentViewerFile" title="ja/NsIContentViewerFile">nsIContentViewerFile</a></em> </dd><dd> document の <a href="/ja/NsIContentViewerFile" title="ja/NsIContentViewerFile">nsIContentViewerFile</a> インタフェースへの参照。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/contentwindow/index.html b/files/ja/archive/mozilla/xul/property/contentwindow/index.html new file mode 100644 index 0000000000..9967f79aac --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/contentwindow/index.html @@ -0,0 +1,22 @@ +--- +title: contentWindow +slug: Archive/Mozilla/XUL/Property/contentWindow +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/contentWindow +--- +<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/contentWindow">contentWindow</a></span></code></dt> + <dd> + 型: <em>window</em></dd> + <dd> + この読み取り専用のプロパティは要素内の window オブジェクトを含みます。</dd> +</dl> +<div class="noinclude"> + +</div> +<p> </p> diff --git a/files/ja/archive/mozilla/xul/property/contextmenu/index.html b/files/ja/archive/mozilla/xul/property/contextmenu/index.html new file mode 100644 index 0000000000..bc4d1a903e --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/contextmenu/index.html @@ -0,0 +1,13 @@ +--- +title: contextMenu +slug: Archive/Mozilla/XUL/Property/contextMenu +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/contextMenu +--- +<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/contextMenu">contextMenu</a></span></code> </dt><dd> 型: <em>popup 要素の id</em> </dd><dd> <code id="a-contextmenu"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/contextmenu">contextmenu</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/control/index.html b/files/ja/archive/mozilla/xul/property/control/index.html new file mode 100644 index 0000000000..115d91af2f --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/control/index.html @@ -0,0 +1,30 @@ +--- +title: control +slug: Archive/Mozilla/XUL/Property/control +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/control +--- +<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/control">control</a></span></code> </dt> + <dd> + 型: <em>要素の id</em></dd> + <dd> + <code id="a-control"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/control">control</a></code> 属性の値の取得と設定。</dd> +</dl> +<div class="noinclude"> + <h3 id="See_also" name="See_also">参照</h3> + <ul> + <li><a href="/ja/XUL/Property/menuitem.control" title="ja/XUL/Property/menuitem.control">menuitem.control</a></li> + <li><a href="/ja/XUL/Property/radio.control" title="ja/XUL/Property/radio.control">radio.control</a></li> + <li><a href="/ja/XUL/Property/tab.control" title="ja/XUL/Property/tab.control">tab.control</a></li> + </ul> +</div> +<div class="noinclude"> + +</div> +<p> </p> diff --git a/files/ja/archive/mozilla/xul/property/controller/index.html b/files/ja/archive/mozilla/xul/property/controller/index.html new file mode 100644 index 0000000000..f656f4b6e8 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/controller/index.html @@ -0,0 +1,18 @@ +--- +title: controller +slug: Archive/Mozilla/XUL/Property/controller +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/controller +--- +<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/controller">controller</a></span></code></dt> + <dd> + 型: <em><a href="/ja/NsIAutoCompleteController" title="ja/NsIAutoCompleteController">nsIAutoCompleteController</a></em></dd> + <dd> + 自動補完要素のための controller を返す。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/controllers/index.html b/files/ja/archive/mozilla/xul/property/controllers/index.html new file mode 100644 index 0000000000..11201f6501 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/controllers/index.html @@ -0,0 +1,13 @@ +--- +title: controllers +slug: Archive/Mozilla/XUL/Property/controllers +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/controllers +--- +<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/controllers">controllers</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIControllers" title="ja/NsIControllers">nsIControllers</a></em> </dd><dd> 要素に取り付けられたコントローラのリスト。controller はコマンドに応答するために使用されます。document のコマンドディスパッチャはコマンドを扱う controller を、フォーカスされた要素のリストを使用して配置します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/crop/index.html b/files/ja/archive/mozilla/xul/property/crop/index.html new file mode 100644 index 0000000000..e8c9ff555f --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/crop/index.html @@ -0,0 +1,13 @@ +--- +title: crop +slug: Archive/Mozilla/XUL/Property/crop +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/crop +--- +<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/crop">crop</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> <code id="a-crop"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/crop">crop</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/current/index.html b/files/ja/archive/mozilla/xul/property/current/index.html new file mode 100644 index 0000000000..c795f54cb2 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/current/index.html @@ -0,0 +1,13 @@ +--- +title: current +slug: Archive/Mozilla/XUL/Property/current +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/current +--- +<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/current">current</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-current"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/current">current</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/currentindex/index.html b/files/ja/archive/mozilla/xul/property/currentindex/index.html new file mode 100644 index 0000000000..6346607dd8 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/currentindex/index.html @@ -0,0 +1,48 @@ +--- +title: currentIndex +slug: Archive/Mozilla/XUL/Property/currentIndex +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/currentIndex +--- +<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/currentIndex">currentIndex</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> 現在フォーカスされた <code><a href="/ja/docs/Mozilla/Tech/XUL/tree" title="tree">tree</a></code> 内の行の index を設定します。行がフォーカスされていない場合、値は <code>-1</code> になります。複数選択できる tree では、現在の index は選択された最後の行になります。このプロパティを選択の変更に使用してはいけません。代わりに、<code>tree.view.selection</code> を通して利用可能な <code><a href="/ja/NsITreeSelection" title="ja/NsITreeSelection">nsITreeSelection</a></code> オブジェクトのメソッドを使用してください。 </dd></dl> +<div class="noinclude"> +<pre>// セルのテキストを取得する方法の例 +<script language ="javascript"> +function treeRowClicked(){ + var tree = document.getElementById("my-tree"); + var selection = tree.view.selection; + var cellText = tree.view.getCellText(tree.currentIndex, tree.columns.getColumnAt(0)); + alert(cellText); +} +</script> + +<tree id="my-tree" seltype="single" onselect="treeRowClicked()"> + <treecols> + <treecol label="タイトル" flex="1"/><treecol label="URL" flex="1"/> + </treecols> + <treechildren> + <treeitem> + <treerow> + <treecell label="joe@somewhere.com"/> + <treecell label="最高機密計画"/> + </treerow> + </treeitem> + <treeitem> + <treerow> + <treecell label="mel@whereever.com"/> + <treecell label="昼食にしようか"/> + </treerow> + </treeitem> + </treechildren> +</tree> +</pre> +<h3 id="See_also" name="See_also">参照</h3> +<ul> <li><a href="/ja/XUL/Property/listbox.currentIndex" title="ja/XUL/Property/Listbox.currentIndex">Listbox.currentIndex</a></li> +</ul> +</div> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/currentitem/index.html b/files/ja/archive/mozilla/xul/property/currentitem/index.html new file mode 100644 index 0000000000..f924069155 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/currentitem/index.html @@ -0,0 +1,13 @@ +--- +title: currentItem +slug: Archive/Mozilla/XUL/Property/currentItem +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/currentItem +--- +<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/currentItem">currentItem</a></span></code> </dt><dd> 型: <em>listitem 要素</em> </dd><dd> リストボックス内の最後に選択された項目を返します。これは複数の項目を選択するリストボックスで役立ちます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/currentnotification/index.html b/files/ja/archive/mozilla/xul/property/currentnotification/index.html new file mode 100644 index 0000000000..b06d6d8c03 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/currentnotification/index.html @@ -0,0 +1,13 @@ +--- +title: currentNotification +slug: Archive/Mozilla/XUL/Property/currentNotification +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/currentNotification +--- +<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/currentNotification">currentNotification</a></span></code> </dt><dd> 型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/notification" title="notification">notification</a></code> 要素</em> </dd><dd> 現在表示されている <code><a href="/ja/docs/Mozilla/Tech/XUL/notification" title="notification">notification</a></code> 要素、または null。このプロパティは読み取り専用です。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/currentpage/index.html b/files/ja/archive/mozilla/xul/property/currentpage/index.html new file mode 100644 index 0000000000..351ef63ec6 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/currentpage/index.html @@ -0,0 +1,13 @@ +--- +title: currentPage +slug: Archive/Mozilla/XUL/Property/currentPage +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/currentPage +--- +<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/currentPage">currentPage</a></span></code> </dt><dd> 型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/wizardpage" title="wizardpage">wizardpage</a></code> 要素</em> </dd><dd> このプロパティは現在表示されている <code><a href="/ja/docs/Mozilla/Tech/XUL/wizardpage" title="wizardpage">wizardpage</a></code> 要素を返します。この値を調整して現在のページを変更することができます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/currentpane/index.html b/files/ja/archive/mozilla/xul/property/currentpane/index.html new file mode 100644 index 0000000000..bb31139beb --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/currentpane/index.html @@ -0,0 +1,13 @@ +--- +title: currentPane +slug: Archive/Mozilla/XUL/Property/currentPane +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/currentPane +--- +<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/currentPane">currentPane</a></span></code> </dt><dd> 型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/prefpane" title="prefpane">prefpane</a></code> 要素</em> </dd><dd> 現在表示されているペインへの参照。現在のペインを変更するには <span id="m-showPane"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/showPane">showPane</a></code></span> メソッドを使用してください。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/currentset/index.html b/files/ja/archive/mozilla/xul/property/currentset/index.html new file mode 100644 index 0000000000..98920bc4f5 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/currentset/index.html @@ -0,0 +1,17 @@ +--- +title: currentSet +slug: Archive/Mozilla/XUL/Property/currentSet +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/currentSet +--- +<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/currentSet">currentSet</a></span></code></dt> + <dd><strong><span class="highlightred">Firefox のみ</span></strong></dd> + <dd>型: <em>カンマで区切られた文字列型のリスト</em></dd> + <dd>現在 toolbar 上にある項目の ID のカンマで区切られたリストを保持します。スペースおよび区切り、伸縮自在のスペースは、ID の代わりにそれぞれ次の文字列が使用されます: "<code>spacer</code>", "<code>separator</code>", "<code>spring</code>"。空の toolbar の <code>currentSet</code> 値は <code>"__empty"</code> です。<br> + このプロパティを設定することによって、項目の現在の配置を変更できます。このプロパティを設定すると <code id="a-currentset"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/currentset">currentset</a></code> 属性が自動的に更新されないので注意してください。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/currenturi/index.html b/files/ja/archive/mozilla/xul/property/currenturi/index.html new file mode 100644 index 0000000000..140ddfcc25 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/currenturi/index.html @@ -0,0 +1,13 @@ +--- +title: currentURI +slug: Archive/Mozilla/XUL/Property/currentURI +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/currentURI +--- +<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/currentURI">currentURI</a></span></code> </dt><dd> 型: <a href="/ja/NsIURI" title="ja/NsIURI">nsIURI</a> </dd><dd> この読み取り専用のプロパティは現在読み込まれている URL を含みます。URL を変更するには <span id="m-loadURI"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/loadURI">loadURI</a></code></span> メソッドを使用してください。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/customtoolbarcount/index.html b/files/ja/archive/mozilla/xul/property/customtoolbarcount/index.html new file mode 100644 index 0000000000..0d040007d6 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/customtoolbarcount/index.html @@ -0,0 +1,16 @@ +--- +title: customToolbarCount +slug: Archive/Mozilla/XUL/Property/customToolbarCount +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/customToolbarCount +--- +<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/customToolbarCount">customToolbarCount</a></span></code></dt> + <dd><strong><span class="highlightred">Firefox のみ</span></strong></dd> + <dd>型: <em>整数型</em></dd> + <dd><code><a href="/ja/docs/Mozilla/Tech/XUL/toolbox" title="toolbox">toolbox</a></code> に含まれる現在のカスタム <code><a href="/ja/docs/Mozilla/Tech/XUL/toolbar" title="toolbar">toolbar</a></code> の数</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/database/index.html b/files/ja/archive/mozilla/xul/property/database/index.html new file mode 100644 index 0000000000..3299e10dfe --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/database/index.html @@ -0,0 +1,13 @@ +--- +title: database +slug: Archive/Mozilla/XUL/Property/database +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/database +--- +<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/database">database</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIRDFCompositeDataSource" title="ja/NsIRDFCompositeDataSource">nsIRDFCompositeDataSource</a></em> </dd><dd> すべての要素の datasources が結び付けられた時に作成される<span style="border-bottom: 1px dashed green;" title="the composite datasource">複合データソース</span>を返します。<code id="a-datasources"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/datasources">datasources</a></code> 属性を持たない要素に対しては <code>null</code> を設定してください。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/datasources/index.html b/files/ja/archive/mozilla/xul/property/datasources/index.html new file mode 100644 index 0000000000..118d6dca23 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/datasources/index.html @@ -0,0 +1,13 @@ +--- +title: datasources +slug: Archive/Mozilla/XUL/Property/datasources +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/datasources +--- +<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/datasources">datasources</a></span></code> </dt><dd> 型: <em>スペースで区切られたデータソース URI のリスト</em> </dd><dd> <code id="a-datasources"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/datasources">datasources</a></code> 属性の値の取得と設定。Mozilla の新しいバージョン (1.7 以降) では datasources がリロードされ、テンプレートが再構築されます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/date/index.html b/files/ja/archive/mozilla/xul/property/date/index.html new file mode 100644 index 0000000000..4b1a753bfa --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/date/index.html @@ -0,0 +1,18 @@ +--- +title: date +slug: Archive/Mozilla/XUL/Property/date +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/date +--- +<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/date">date</a></span></code></dt> + <dd> + 型: <em>整数型</em></dd> + <dd> + その月の現在選択されている日 (1 から 31 までの値)。選択された日を変更するにはこのプロパティを設定してください。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/dateleadingzero/index.html b/files/ja/archive/mozilla/xul/property/dateleadingzero/index.html new file mode 100644 index 0000000000..fdfc0787ec --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/dateleadingzero/index.html @@ -0,0 +1,18 @@ +--- +title: dateLeadingZero +slug: Archive/Mozilla/XUL/Property/dateLeadingZero +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/dateLeadingZero +--- +<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/dateLeadingZero">dateLeadingZero</a></span></code></dt> + <dd> + 型: <em>論理型</em></dd> + <dd> + 日付が 10 日より前の日で、先頭にゼロを加えて 2 桁で表示すべきかどうかを示す、読み取り専用の値</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/datepicker.open/index.html b/files/ja/archive/mozilla/xul/property/datepicker.open/index.html new file mode 100644 index 0000000000..6b3ee2493d --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/datepicker.open/index.html @@ -0,0 +1,18 @@ +--- +title: datepicker.open +slug: Archive/Mozilla/XUL/Property/datepicker.open +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/datepicker.open +--- +<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/datepicker.open">open</a></span></code></dt> + <dd> + 型: <em>論理型</em></dd> + <dd> + popup タイプの日付ピッカで、ポップアップが開いているかを指定します。ポップアップを開いたり閉じたりするにはこのプロパティを設定します。popup タイプではない日付ピッカでは、このプロパティは常に false です。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/datepicker.value/index.html b/files/ja/archive/mozilla/xul/property/datepicker.value/index.html new file mode 100644 index 0000000000..2c39c29c26 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/datepicker.value/index.html @@ -0,0 +1,18 @@ +--- +title: datepicker.value +slug: Archive/Mozilla/XUL/Property/datepicker.value +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/datepicker.value +--- +<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/datepicker.value">value</a></span></code></dt> + <dd> + 型: <em>文字列型</em></dd> + <dd> + <var>YYYY-MM-DD</var> 形式の現在選択されている日付。<code><code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/month">month</a></span></code></code> プロパティとは異なり、月は 01 から 12 の範囲です。選択されている日付を変更するにはこのプロパティを設定してください。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/datevalue/index.html b/files/ja/archive/mozilla/xul/property/datevalue/index.html new file mode 100644 index 0000000000..3b0f684aaf --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/datevalue/index.html @@ -0,0 +1,18 @@ +--- +title: dateValue +slug: Archive/Mozilla/XUL/Property/dateValue +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/dateValue +--- +<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/dateValue">dateValue</a></span></code></dt> + <dd> + 型: <em>Date</em></dd> + <dd> + <a href="/ja/docs/JavaScript/Reference/Global_Objects/Date" title="JavaScript/Reference/Global_Objects/Date">Date</a> オブジェクトとして datepicker に現在入力または選択されている日付</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/decimalplaces/index.html b/files/ja/archive/mozilla/xul/property/decimalplaces/index.html new file mode 100644 index 0000000000..055ffb3cb7 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/decimalplaces/index.html @@ -0,0 +1,14 @@ +--- +title: decimalPlaces +slug: Archive/Mozilla/XUL/Property/decimalPlaces +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/decimalPlaces +--- +<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/decimalPlaces">decimalPlaces</a></span></code></dt> + <dd>型: <em>整数型</em></dd> + <dd><code id="a-decimalplaces"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/decimalplaces">decimalplaces</a></code> 属性の値の取得と設定</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/decimalsymbol/index.html b/files/ja/archive/mozilla/xul/property/decimalsymbol/index.html new file mode 100644 index 0000000000..3506e9ff1e --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/decimalsymbol/index.html @@ -0,0 +1,14 @@ +--- +title: decimalSymbol +slug: Archive/Mozilla/XUL/Property/decimalSymbol +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/decimalSymbol +--- +<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/decimalSymbol">decimalSymbol</a></span></code></dt> + <dd>型: <em>文字列型</em></dd> + <dd>小数点に使用する文字。デフォルト値はピリオド (.) です。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/deck.selectedpanel/index.html b/files/ja/archive/mozilla/xul/property/deck.selectedpanel/index.html new file mode 100644 index 0000000000..168db2474e --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/deck.selectedpanel/index.html @@ -0,0 +1,13 @@ +--- +title: deck.selectedPanel +slug: Archive/Mozilla/XUL/Property/deck.selectedPanel +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/deck.selectedPanel +--- +<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/deck.selectedPanel">selectedPanel</a></span></code> </dt><dd> 型: <em>要素</em> </dd><dd> <code><a href="/ja/docs/Mozilla/Tech/XUL/deck" title="deck">deck</a></code> 要素内で現在選択されているパネルへの参照を保持します。このプロパティに値を割り当てると選択されたパネルを変更できます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/defaultbutton/index.html b/files/ja/archive/mozilla/xul/property/defaultbutton/index.html new file mode 100644 index 0000000000..5a7b24f984 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/defaultbutton/index.html @@ -0,0 +1,13 @@ +--- +title: defaultButton +slug: Archive/Mozilla/XUL/Property/defaultButton +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/defaultButton +--- +<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/defaultButton">defaultButton</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> 通常、この属性を設定すべきではありません。設定すると、ダイアログ内のデフォルトボタンを指定します。一般的に、これは Enter キーが押下された時にボタンが有効化されることを意味します。この属性には <code id="a-buttons"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/buttons">buttons</a></code> 属性で設定できる値と同じものを設定します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/defaultvalue/index.html b/files/ja/archive/mozilla/xul/property/defaultvalue/index.html new file mode 100644 index 0000000000..dbe2da357c --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/defaultvalue/index.html @@ -0,0 +1,18 @@ +--- +title: defaultValue +slug: Archive/Mozilla/XUL/Property/defaultValue +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/defaultValue +--- +<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/defaultValue">defaultValue</a></span></code> </dt> + <dd> + 型: <em>文字列型</em></dd> + <dd> + textbox のデフォルト値の取得と設定。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/description/index.html b/files/ja/archive/mozilla/xul/property/description/index.html new file mode 100644 index 0000000000..996b7a3d8d --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/description/index.html @@ -0,0 +1,13 @@ +--- +title: description +slug: Archive/Mozilla/XUL/Property/description +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/description +--- +<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/description">description</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> 現在選択されている <code><a href="/ja/docs/Mozilla/Tech/XUL/menuitem" title="menuitem">menuitem</a></code> の description の設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/dir/index.html b/files/ja/archive/mozilla/xul/property/dir/index.html new file mode 100644 index 0000000000..9d70d13df8 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/dir/index.html @@ -0,0 +1,13 @@ +--- +title: dir +slug: Archive/Mozilla/XUL/Property/dir +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/dir +--- +<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/dir">dir</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> <code id="a-dir"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/dir">dir</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/disableautocomplete/index.html b/files/ja/archive/mozilla/xul/property/disableautocomplete/index.html new file mode 100644 index 0000000000..38f3ee2bb0 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/disableautocomplete/index.html @@ -0,0 +1,13 @@ +--- +title: disableAutocomplete +slug: Archive/Mozilla/XUL/Property/disableAutocomplete +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/disableAutocomplete +--- +<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/disableAutocomplete">disableAutocomplete</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-disableAutocomplete"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/disableAutocomplete">disableAutocomplete</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/disableautoselect/index.html b/files/ja/archive/mozilla/xul/property/disableautoselect/index.html new file mode 100644 index 0000000000..9be6f154d1 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/disableautoselect/index.html @@ -0,0 +1,13 @@ +--- +title: disableautoselect +slug: Archive/Mozilla/XUL/Property/disableautoselect +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/disableautoselect +--- +<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/disableautoselect">disableautoselect</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-disableautoselect"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/disableautoselect">disableautoselect</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/disabled/index.html b/files/ja/archive/mozilla/xul/property/disabled/index.html new file mode 100644 index 0000000000..3b55fad495 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/disabled/index.html @@ -0,0 +1,13 @@ +--- +title: disabled +slug: Archive/Mozilla/XUL/Property/disabled +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/disabled +--- +<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/disabled">disabled</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-disabled"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/disabled">disabled</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/disablekeynavigation/index.html b/files/ja/archive/mozilla/xul/property/disablekeynavigation/index.html new file mode 100644 index 0000000000..b6feac94bf --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/disablekeynavigation/index.html @@ -0,0 +1,15 @@ +--- +title: disableKeyNavigation +slug: Archive/Mozilla/XUL/Property/disableKeyNavigation +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/disableKeyNavigation +--- +<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/disableKeyNavigation">disableKeyNavigation</a></span></code></dt> + <dd>型: <em>論理型</em></dd> + <dd><code id="a-disableKeyNavigation"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/disableKeyNavigation">disableKeyNavigation</a></code> 属性の値の取得と設定。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/dlgtype/index.html b/files/ja/archive/mozilla/xul/property/dlgtype/index.html new file mode 100644 index 0000000000..50615a1a30 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/dlgtype/index.html @@ -0,0 +1,13 @@ +--- +title: dlgType +slug: Archive/Mozilla/XUL/Property/dlgType +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/dlgType +--- +<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/dlgType">dlgType</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> <code id="a-dlgType"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/dlgType">dlgType</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/docshell/index.html b/files/ja/archive/mozilla/xul/property/docshell/index.html new file mode 100644 index 0000000000..394599dd67 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/docshell/index.html @@ -0,0 +1,13 @@ +--- +title: docShell +slug: Archive/Mozilla/XUL/Property/docShell +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/docShell +--- +<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/docShell">docShell</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIDocShell" title="ja/NsIDocShell">nsIDocShell</a></em> </dd><dd> この読み取り専用のプロパティは document の <a href="/ja/NsIDocShell" title="ja/NsIDocShell">nsIDocShell</a> オブジェクトを含みます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/documentcharsetinfo/index.html b/files/ja/archive/mozilla/xul/property/documentcharsetinfo/index.html new file mode 100644 index 0000000000..564476b52f --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/documentcharsetinfo/index.html @@ -0,0 +1,13 @@ +--- +title: documentCharsetInfo +slug: Archive/Mozilla/XUL/Property/documentCharsetInfo +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/documentCharsetInfo +--- +<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/documentCharsetInfo">documentCharsetInfo</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIDocumentCharsetInfo" title="ja/NsIDocumentCharsetInfo">nsIDocumentCharsetInfo</a></em> </dd><dd> この読み取り専用のプロパティは document の <a href="/ja/NsIDocumentCharsetInfo" title="ja/NsIDocumentCharsetInfo">nsIDocumentCharsetInfo</a> オブジェクトを含みます。このオブジェクトは document の表示に使用される文字セットを扱うために使用します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/editable/index.html b/files/ja/archive/mozilla/xul/property/editable/index.html new file mode 100644 index 0000000000..496a60d146 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/editable/index.html @@ -0,0 +1,18 @@ +--- +title: editable +slug: Archive/Mozilla/XUL/Property/editable +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/editable +--- +<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/editable">editable</a></span></code> </dt> + <dd> + 型: <em>論理型</em></dd> + <dd> + Returns <code>true</code> if the element is editable. Autocomplete fields are editable so this property always returns <code>true</code> for those.</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/editingcolumn/index.html b/files/ja/archive/mozilla/xul/property/editingcolumn/index.html new file mode 100644 index 0000000000..57b7de8cdb --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/editingcolumn/index.html @@ -0,0 +1,13 @@ +--- +title: editingColumn +slug: Archive/Mozilla/XUL/Property/editingColumn +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/editingColumn +--- +<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/editingColumn">editingColumn</a></span></code> </dt><dd> 型: <em><code><a href="/en/NsITreeColumn" title="en/NsITreeColumn">nsITreeColumn</a></code></em> </dd><dd> 現在編集中の <a href="/ja/XUL/tree" title="ja/XUL/tree">tree</a> セルの列。セルが編集中でないときは <code>null</code> になります。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/editingrow/index.html b/files/ja/archive/mozilla/xul/property/editingrow/index.html new file mode 100644 index 0000000000..43ae4ae20d --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/editingrow/index.html @@ -0,0 +1,13 @@ +--- +title: editingRow +slug: Archive/Mozilla/XUL/Property/editingRow +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/editingRow +--- +<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/editingRow">editingRow</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> 現在編集中の tree セルの行 index。セルが編集中でないときは <code>-1</code> になります。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/editingsession/index.html b/files/ja/archive/mozilla/xul/property/editingsession/index.html new file mode 100644 index 0000000000..437c4e625f --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/editingsession/index.html @@ -0,0 +1,13 @@ +--- +title: editingSession +slug: Archive/Mozilla/XUL/Property/editingSession +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/editingSession +--- +<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/editingSession">editingSession</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIEditingSession" title="ja/NsIEditingSession">nsIEditingSession</a></em> </dd><dd> editor の初期化に使用される editing session。通常、これを使用する必要はありません。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/editor/index.html b/files/ja/archive/mozilla/xul/property/editor/index.html new file mode 100644 index 0000000000..7bb803d743 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/editor/index.html @@ -0,0 +1,13 @@ +--- +title: editor +slug: Archive/Mozilla/XUL/Property/editor +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/editor +--- +<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/editor">editor</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIEditor" title="ja/NsIEditor">nsIEditor</a></em> </dd><dd> editable なテキストのための <a href="/ja/NsIEditor" title="ja/NsIEditor">nsIEditor</a> への参照。このプロパティは読み取り専用です。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/editortype/index.html b/files/ja/archive/mozilla/xul/property/editortype/index.html new file mode 100644 index 0000000000..5919d36f1f --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/editortype/index.html @@ -0,0 +1,15 @@ +--- +title: editortype +slug: Archive/Mozilla/XUL/Property/editortype +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/editortype +--- +<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/editortype">editortype</a></span></code> </dt><dd> 型: <em>下記の値のいずれか一つ</em> </dd><dd> 使用する editor の種類。この値は、editor 内の document の content type に依存して優先されます。 </dd></dl> +<ul> <li><code>html</code>: HTML エディタ。</li> <li><code>text</code>: テキストのみのエディタ。</li> +</ul> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/emptytext/index.html b/files/ja/archive/mozilla/xul/property/emptytext/index.html new file mode 100644 index 0000000000..bff268ac22 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/emptytext/index.html @@ -0,0 +1,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> diff --git a/files/ja/archive/mozilla/xul/property/enablecolumndrag/index.html b/files/ja/archive/mozilla/xul/property/enablecolumndrag/index.html new file mode 100644 index 0000000000..050325b4fb --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/enablecolumndrag/index.html @@ -0,0 +1,13 @@ +--- +title: enableColumnDrag +slug: Archive/Mozilla/XUL/Property/enableColumnDrag +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/enableColumnDrag +--- +<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/enableColumnDrag">enableColumnDrag</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code>true</code> に設定した場合、ユーザはコラムヘッダをドラッグして表示順を変更できます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/eventnode/index.html b/files/ja/archive/mozilla/xul/property/eventnode/index.html new file mode 100644 index 0000000000..35c5923bf5 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/eventnode/index.html @@ -0,0 +1,13 @@ +--- +title: eventNode +slug: Archive/Mozilla/XUL/Property/eventNode +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/eventNode +--- +<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/eventNode">eventNode</a></span></code> </dt><dd> 型: <em>EventTarget</em> </dd><dd> キーボード操作イベントリスナーが設定される位置のノードを指示します。このプロパティの初期値は <code id="a-eventnode"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/eventnode">eventnode</a></code> 属性の値によって決定されます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/findmode/index.html b/files/ja/archive/mozilla/xul/property/findmode/index.html new file mode 100644 index 0000000000..8ea9a9f6aa --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/findmode/index.html @@ -0,0 +1,18 @@ +--- +title: findMode +slug: Archive/Mozilla/XUL/Property/FindMode +translation_of: Archive/Mozilla/XUL/Property/FindMode +--- +<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/findMode">findMode</a></span></code> <span class="inlineIndicator readOnly readOnlyInline" title="This value may not be changed.">読取専用 </span></dt> + <dd>型 : <em>整数</em></dd> + <dd>検索モードで使用。指定可能な値は以下の何れかとなります。 +<ul> + <li><code>FIND_NORMAL</code> (0): 通常検索</li> + <li><code>FIND_TYPEAHEAD</code> (1): Typeahead 検索</li> + <li><code>FIND_LINKS</code> (2): リンク検索</li> +</ul> + +</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/firstordinalcolumn/index.html b/files/ja/archive/mozilla/xul/property/firstordinalcolumn/index.html new file mode 100644 index 0000000000..0ad1facbe7 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/firstordinalcolumn/index.html @@ -0,0 +1,13 @@ +--- +title: firstOrdinalColumn +slug: Archive/Mozilla/XUL/Property/firstOrdinalColumn +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/firstOrdinalColumn +--- +<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/firstOrdinalColumn">firstOrdinalColumn</a></span></code> </dt><dd> 型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/treecol" title="treecol">treecol</a></code> 要素</em> </dd><dd> 最初の <code><a href="/ja/docs/Mozilla/Tech/XUL/treecol" title="treecol">treecol</a></code> 要素への参照。tree 内に表示された最初の列とは限りません。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/firstpermanentchild/index.html b/files/ja/archive/mozilla/xul/property/firstpermanentchild/index.html new file mode 100644 index 0000000000..e7e406a4ea --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/firstpermanentchild/index.html @@ -0,0 +1,13 @@ +--- +title: firstPermanentChild +slug: Archive/Mozilla/XUL/Property/firstPermanentChild +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/firstPermanentChild +--- +<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/firstPermanentChild">firstPermanentChild</a></span></code> </dt><dd> <strong><span class="highlightred">Firefox のみ</span></strong> </dd><dd> 型: <em>要素</em> </dd><dd> <code><a href="/ja/docs/Mozilla/Tech/XUL/toolbar" title="toolbar">toolbar</a></code> の最初の永続的な子要素。永続的な子要素は、カスタマイズ不可で toolbar 上に残る要素です。この項目は、<code><a href="/ja/docs/Mozilla/Tech/XUL/toolbarpalette" title="toolbarpalette">toolbarpalette</a></code> 内で永続的でなくても、直接 toolbar 内に置かれます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/flex/index.html b/files/ja/archive/mozilla/xul/property/flex/index.html new file mode 100644 index 0000000000..12cf29a405 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/flex/index.html @@ -0,0 +1,13 @@ +--- +title: flex +slug: Archive/Mozilla/XUL/Property/flex +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/flex +--- +<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/flex">flex</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> <code id="a-flex"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/flex">flex</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/flexgroup/index.html b/files/ja/archive/mozilla/xul/property/flexgroup/index.html new file mode 100644 index 0000000000..667ffad4f8 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/flexgroup/index.html @@ -0,0 +1,18 @@ +--- +title: flexGroup +slug: Archive/Mozilla/XUL/Property/flexGroup +tags: + - XUL + - XUL Reference +translation_of: Archive/Mozilla/XUL/flexGroup +--- +<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/flexGroup">flexGroup</a></span></code></dt> + <dd> + Type: <em>整数値</em></dd> + <dd> + <a href="/ja/docs/XUL/Attribute/Flexgroup" title="XUL/Attribute/Flexgroup"><code id="a-flexgroup"></code></a><code id="a-flexgroup"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/flexgroup">flexgroup</a></code> 属性の値の取得 / 設定</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/focused/index.html b/files/ja/archive/mozilla/xul/property/focused/index.html new file mode 100644 index 0000000000..3889f4bec2 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/focused/index.html @@ -0,0 +1,13 @@ +--- +title: focused +slug: Archive/Mozilla/XUL/Property/focused +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/focused +--- +<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/focused">focused</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-focused"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/focused">focused</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/focuseditem/index.html b/files/ja/archive/mozilla/xul/property/focuseditem/index.html new file mode 100644 index 0000000000..4d9a0da56d --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/focuseditem/index.html @@ -0,0 +1,13 @@ +--- +title: focusedItem +slug: Archive/Mozilla/XUL/Property/focusedItem +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/focusedItem +--- +<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/focusedItem">focusedItem</a></span></code> </dt><dd> 型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/radio" title="radio">radio</a></code> 要素</em> </dd><dd> <code><a href="/ja/docs/Mozilla/Tech/XUL/radiogroup" title="radiogroup">radiogroup</a></code> 内で現在フォーカスされている項目を保持します。この項目は選択されているとは限りません。このプロパティの設定によってフォーカスされた項目を変更できます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/forcecomplete/index.html b/files/ja/archive/mozilla/xul/property/forcecomplete/index.html new file mode 100644 index 0000000000..08f0ae7785 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/forcecomplete/index.html @@ -0,0 +1,13 @@ +--- +title: forceComplete +slug: Archive/Mozilla/XUL/Property/forceComplete +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/forceComplete +--- +<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/forceComplete">forceComplete</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-forcecomplete"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/forcecomplete">forcecomplete</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/group/index.html b/files/ja/archive/mozilla/xul/property/group/index.html new file mode 100644 index 0000000000..1a6455e2b1 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/group/index.html @@ -0,0 +1,13 @@ +--- +title: group +slug: Archive/Mozilla/XUL/Property/group +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/group +--- +<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/group">group</a></span></code> </dt><dd> 型: <em>文字列型の group 名</em> </dd><dd> <code id="a-group"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/group">group</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/handlectrlpageupdown/index.html b/files/ja/archive/mozilla/xul/property/handlectrlpageupdown/index.html new file mode 100644 index 0000000000..c5bf8a6ad6 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/handlectrlpageupdown/index.html @@ -0,0 +1,13 @@ +--- +title: handleCtrlPageUpDown +slug: Archive/Mozilla/XUL/Property/handleCtrlPageUpDown +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/handleCtrlPageUpDown +--- +<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/handleCtrlPageUpDown">handleCtrlPageUpDown</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-handleCtrlPageUpDown"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/handleCtrlPageUpDown">handleCtrlPageUpDown</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/handlectrltab/index.html b/files/ja/archive/mozilla/xul/property/handlectrltab/index.html new file mode 100644 index 0000000000..f333f9d9c7 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/handlectrltab/index.html @@ -0,0 +1,13 @@ +--- +title: handleCtrlTab +slug: Archive/Mozilla/XUL/Property/handleCtrlTab +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/handleCtrlTab +--- +<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/handleCtrlTab">handleCtrlTab</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-handleCtrlTab"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/handleCtrlTab">handleCtrlTab</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/hasuservalue/index.html b/files/ja/archive/mozilla/xul/property/hasuservalue/index.html new file mode 100644 index 0000000000..16bc8b62ae --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/hasuservalue/index.html @@ -0,0 +1,10 @@ +--- +title: HasUserValue +slug: Archive/Mozilla/XUL/Property/HasUserValue +translation_of: Archive/Mozilla/XUL/Property/HasUserValue +--- +<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/hasUserValue">hasUserValue</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> preference がそのデフォルト値から変更されているとき、<code>true</code> を返します。</dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/height/index.html b/files/ja/archive/mozilla/xul/property/height/index.html new file mode 100644 index 0000000000..fba9e34bc6 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/height/index.html @@ -0,0 +1,13 @@ +--- +title: height +slug: Archive/Mozilla/XUL/Property/height +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/height +--- +<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/height">height</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> <code id="a-height"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/height">height</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/hidden/index.html b/files/ja/archive/mozilla/xul/property/hidden/index.html new file mode 100644 index 0000000000..d4445ff741 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/hidden/index.html @@ -0,0 +1,13 @@ +--- +title: hidden +slug: Archive/Mozilla/XUL/Property/hidden +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/hidden +--- +<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/hidden">hidden</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-hidden"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/hidden">hidden</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/hideseconds/index.html b/files/ja/archive/mozilla/xul/property/hideseconds/index.html new file mode 100644 index 0000000000..5ba64afa31 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/hideseconds/index.html @@ -0,0 +1,18 @@ +--- +title: hideSeconds +slug: Archive/Mozilla/XUL/Property/hideSeconds +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/hideSeconds +--- +<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/hideSeconds">hideSeconds</a></span></code></dt> + <dd> + 型: <em>論理型</em></dd> + <dd> + 秒フィールドが表示されているかどうかを示します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/highlightnonmatches/index.html b/files/ja/archive/mozilla/xul/property/highlightnonmatches/index.html new file mode 100644 index 0000000000..035177d437 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/highlightnonmatches/index.html @@ -0,0 +1,14 @@ +--- +title: highlightNonMatches +slug: Archive/Mozilla/XUL/Property/highlightNonMatches +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/HighlightNonMatches +--- +<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/highlightNonMatches">highlightNonMatches</a></span></code> </dt> <dd>型: <em>論理型</em></dd> <dd><code id="a-highlightnonmatches"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/highlightnonmatches">highlightnonmatches</a></code> 属性の値の取得と設定。</dd> +</dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/homepage/index.html b/files/ja/archive/mozilla/xul/property/homepage/index.html new file mode 100644 index 0000000000..4b7b31add1 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/homepage/index.html @@ -0,0 +1,13 @@ +--- +title: homePage +slug: Archive/Mozilla/XUL/Property/homePage +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/homePage +--- +<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/homePage">homePage</a></span></code> </dt><dd> 型: <em>ホームページ URL の文字列</em> </dd><dd> このプロパティはユーザのホームページ設定の値を保持します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/hour/index.html b/files/ja/archive/mozilla/xul/property/hour/index.html new file mode 100644 index 0000000000..c37dc96623 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/hour/index.html @@ -0,0 +1,18 @@ +--- +title: hour +slug: Archive/Mozilla/XUL/Property/hour +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/hour +--- +<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/hour">hour</a></span></code></dt> + <dd> + 型: <em>整数型</em></dd> + <dd> + 現在選択されている 0 から 23 までの時刻。選択された時刻を変更するには、このプロパティを設定します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/hourleadingzero/index.html b/files/ja/archive/mozilla/xul/property/hourleadingzero/index.html new file mode 100644 index 0000000000..b4485ed838 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/hourleadingzero/index.html @@ -0,0 +1,18 @@ +--- +title: hourLeadingZero +slug: Archive/Mozilla/XUL/Property/hourLeadingZero +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/hourLeadingZero +--- +<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/hourLeadingZero">hourLeadingZero</a></span></code></dt> + <dd> + 型: <em>論理型</em></dd> + <dd> + hour が 10 未満の場合、先頭にゼロを表示するかどうか指示します。このプロパティは読み取り専用です。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/id/index.html b/files/ja/archive/mozilla/xul/property/id/index.html new file mode 100644 index 0000000000..35f7cf15eb --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/id/index.html @@ -0,0 +1,13 @@ +--- +title: id +slug: Archive/Mozilla/XUL/Property/id +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/id +--- +<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/id">id</a></span></code> </dt><dd> 型: <em>window 内で固有の要素 ID</em> </dd><dd> <code id="a-id"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/id">id</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/ignoreblurwhilesearching/index.html b/files/ja/archive/mozilla/xul/property/ignoreblurwhilesearching/index.html new file mode 100644 index 0000000000..6fa0c674af --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/ignoreblurwhilesearching/index.html @@ -0,0 +1,14 @@ +--- +title: ignoreBlurWhileSearching +slug: Archive/Mozilla/XUL/Property/ignoreBlurWhileSearching +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/ignoreBlurWhileSearching +--- +<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/ignoreBlurWhileSearching">ignoreBlurWhileSearching</a></span></code></dt> <dd>型: <em>論理型</em></dd> <dd><code id="a-ignoreblurwhilesearching"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/ignoreblurwhilesearching">ignoreblurwhilesearching</a></code> 属性の値の取得と設定。</dd> +</dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/image/index.html b/files/ja/archive/mozilla/xul/property/image/index.html new file mode 100644 index 0000000000..24825acfb1 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/image/index.html @@ -0,0 +1,13 @@ +--- +title: image +slug: Archive/Mozilla/XUL/Property/image +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/image +--- +<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/image">image</a></span></code> </dt><dd> 型: <em>image の URL</em> </dd><dd> <code id="a-image"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/image">image</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/increment/index.html b/files/ja/archive/mozilla/xul/property/increment/index.html new file mode 100644 index 0000000000..fe462201bb --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/increment/index.html @@ -0,0 +1,18 @@ +--- +title: increment +slug: Archive/Mozilla/XUL/Property/increment +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/increment +--- +<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/increment">increment</a></span></code></dt> + <dd> + 型: <em>整数型</em></dd> + <dd> + <code id="a-increment"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/increment">increment</a></code> 属性の値の取得と設定。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/index.html b/files/ja/archive/mozilla/xul/property/index.html new file mode 100644 index 0000000000..8b93914841 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/index.html @@ -0,0 +1,14 @@ +--- +title: Property +slug: Archive/Mozilla/XUL/Property +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property +--- +<p><span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="XUL_Reference">XUL リファレンス</a></span></p> +<ul> <li><a href="/ja/XUL/Property/accessible" title="ja/XUL/Property/accessible">accessible</a></li> <li><a href="/ja/XUL/Property/accessibleType" title="ja/XUL/Property/accessibleType">accessibleType</a></li> <li><a href="/ja/XUL/Property/accessKey" title="ja/XUL/Property/accessKey">accessKey</a></li> <li><a href="/ja/XUL/Property/align" title="ja/XUL/Property/align">align</a></li> <li><a href="/ja/XUL/Property/allNotifications" title="ja/XUL/Property/allNotifications">allNotifications</a></li> <li><a href="/ja/XUL/Property/allowEvents" title="ja/XUL/Property/allowEvents">allowEvents</a></li> <li><a href="/ja/XUL/Property/alwaysOpenPopup" title="ja/XUL/Property/alwaysOpenPopup">alwaysOpenPopup</a></li> <li><a href="/ja/XUL/Property/amIndicator" title="ja/XUL/Property/amIndicator">amIndicator</a></li> <li><a href="/ja/XUL/Property/appLocale" title="ja/XUL/Property/appLocale">appLocale</a></li> <li><a href="/ja/XUL/Property/autoCheck" title="ja/XUL/Property/autoCheck">autoCheck</a></li> <li><a href="/ja/XUL/Property/autoFill" title="ja/XUL/Property/autoFill">autoFill</a></li> <li><a href="/ja/XUL/Property/autoFillAfterMatch" title="ja/XUL/Property/autoFillAfterMatch">autoFillAfterMatch</a></li> <li><a href="/ja/XUL/Property/boxObject" title="ja/XUL/Property/boxObject">boxObject</a></li> <li><a href="/ja/XUL/Property/browsers" title="ja/XUL/Property/browsers">browsers</a></li> <li><a href="/ja/XUL/Property/builder" title="ja/XUL/Property/builder">builder</a></li> <li><a href="/ja/XUL/Property/builderView" title="ja/XUL/Property/builderView">builderView</a></li> <li><a href="/ja/XUL/Property/buttons" title="ja/XUL/Property/buttons">buttons</a></li> <li><a href="/ja/XUL/Property/canAdvance" title="ja/XUL/Property/canAdvance">canAdvance</a></li> <li><a href="/ja/XUL/Property/canGoBack" title="ja/XUL/Property/canGoBack">canGoBack</a></li> <li><a href="/ja/XUL/Property/canGoForward" title="ja/XUL/Property/canGoForward">canGoForward</a></li> <li><a href="/ja/XUL/Property/canRewind" title="ja/XUL/Property/canRewind">canRewind</a></li> <li><a href="/ja/XUL/Property/checked" title="ja/XUL/Property/checked">checked</a></li> <li><a href="/ja/XUL/Property/checkState" title="ja/XUL/Property/checkState">checkState</a></li> <li><a href="/ja/XUL/Property/child" title="ja/XUL/Property/child">child</a></li> <li><a href="/ja/XUL/Property/children" title="ja/XUL/Property/children">children</a></li> <li><a href="/ja/XUL/Property/className" title="ja/XUL/Property/className">className</a></li> <li><a href="/ja/XUL/Property/clickSelectsAll" title="ja/XUL/Property/clickSelectsAll">clickSelectsAll</a></li> <li><a href="/ja/XUL/Property/clientHeight" title="ja/XUL/Property/clientHeight">clientHeight</a> </li> <li><a href="/ja/XUL/Property/clientWidth" title="ja/XUL/Property/clientWidth">clientWidth</a> </li> <li><a href="/ja/XUL/Property/collapsed" title="ja/XUL/Property/collapsed">collapsed</a></li> <li><a href="/ja/XUL/Property/color" title="ja/XUL/Property/color">color</a></li> <li><a href="/ja/XUL/Property/columns" title="ja/XUL/Property/columns">columns</a></li> <li><a href="/ja/XUL/Property/command" title="ja/XUL/Property/command">command</a></li> <li><a href="/ja/XUL/Property/commandManager" title="ja/XUL/Property/commandManager">commandManager</a></li> <li><a href="/ja/XUL/Property/completeDefaultIndex" title="ja/XUL/Property/completeDefaultIndex">completeDefaultIndex</a></li> <li><a href="/ja/XUL/Property/container" title="ja/XUL/Property/container">container</a></li> <li><a href="/ja/XUL/Property/contentDocument" title="ja/XUL/Property/contentDocument">contentDocument</a></li> <li><a href="/ja/XUL/Property/contentPrincipal" title="ja/XUL/Property/contentPrincipal">contentPrincipal</a></li> <li><a href="/ja/XUL/Property/contentTitle" title="ja/XUL/Property/contentTitle">contentTitle</a></li> <li><a href="/ja/XUL/Property/contentView" title="ja/XUL/Property/contentView">contentView</a></li> <li><a href="/ja/XUL/Property/contentViewerEdit" title="ja/XUL/Property/contentViewerEdit">contentViewerEdit</a></li> <li><a href="/ja/XUL/Property/contentViewerFile" title="ja/XUL/Property/contentViewerFile">contentViewerFile</a></li> <li><a href="/ja/XUL/Property/contentWindow" title="ja/XUL/Property/contentWindow">contentWindow</a></li> <li><a href="/ja/XUL/Property/contextMenu" title="ja/XUL/Property/contextMenu">contextMenu</a></li> <li><a href="/ja/XUL/Property/control" title="ja/XUL/Property/control">control</a></li> <li><a href="/ja/XUL/Property/controller" title="ja/XUL/Property/controller">controller</a></li> <li><a href="/ja/XUL/Property/controllers" title="ja/XUL/Property/controllers">controllers</a></li> <li><a href="/ja/XUL/Property/crop" title="ja/XUL/Property/crop">crop</a></li> <li><a href="/ja/XUL/Property/current" title="ja/XUL/Property/current">current</a></li> <li><a href="/ja/XUL/Property/currentIndex" title="ja/XUL/Property/currentIndex">currentIndex</a></li> <li><a href="/ja/XUL/Property/currentItem" title="ja/XUL/Property/currentItem">currentItem</a></li> <li><a href="/ja/XUL/Property/currentNotification" title="ja/XUL/Property/currentNotification">currentNotification</a></li> <li><a href="/ja/XUL/Property/currentPage" title="ja/XUL/Property/currentPage">currentPage</a></li> <li><a href="/ja/XUL/Property/currentPane" title="ja/XUL/Property/currentPane">currentPane</a></li> <li><a href="/ja/XUL/Property/currentSet" title="ja/XUL/Property/currentSet">currentSet</a></li> <li><a href="/ja/XUL/Property/currentURI" title="ja/XUL/Property/currentURI">currentURI</a></li> <li><a href="/ja/XUL/Property/customToolbarCount" title="ja/XUL/Property/customToolbarCount">customToolbarCount</a></li> <li><a href="/ja/XUL/Property/database" title="ja/XUL/Property/database">database</a></li> <li><a href="/ja/XUL/Property/datasources" title="ja/XUL/Property/datasources">datasources</a></li> <li><a href="/ja/XUL/Property/date" title="ja/XUL/Property/date">date</a></li> <li><a href="/ja/XUL/Property/dateLeadingZero" title="ja/XUL/Property/dateLeadingZero">dateLeadingZero</a></li> <li><a href="/ja/XUL/Property/dateValue" title="ja/XUL/Property/dateValue">dateValue</a></li> <li><a href="/ja/XUL/Property/decimalPlaces" title="ja/XUL/Property/decimalPlaces">decimalPlaces</a></li> <li><a href="/ja/XUL/Property/decimalSymbol" title="ja/XUL/Property/decimalSymbol">decimalSymbol</a></li> <li><a href="/ja/XUL/Property/defaultValue" title="ja/XUL/Property/defaultValue">defaultValue</a></li> <li><a href="/ja/XUL/Property/defaultButton" title="ja/XUL/Property/defaultButton">defaultButton</a></li> <li><a href="/ja/XUL/Property/description" title="ja/XUL/Property/description">description</a></li> <li><a href="/ja/XUL/Property/dir" title="ja/XUL/Property/dir">dir</a></li> <li><a href="/ja/XUL/Property/disableAutocomplete" title="ja/XUL/Property/disableAutocomplete">disableAutocomplete</a></li> <li><a href="/ja/XUL/Property/disableAutocomplete" title="ja/XUL/Property/disableAutocomplete">disableAutoComplete</a></li> <li><a href="/ja/XUL/Property/disableautoselect" title="ja/XUL/Property/disableautoselect">disableautoselect</a></li> <li><a href="/ja/XUL/Property/disabled" title="ja/XUL/Property/disabled">disabled</a></li> <li><a href="/ja/XUL/Property/disableKeyNavigation" title="ja/XUL/Property/disableKeyNavigation">disableKeyNavigation</a></li> <li><a href="/ja/XUL/Property/dlgType" title="ja/XUL/Property/dlgType">dlgType</a></li> <li><a href="/ja/XUL/Property/docShell" title="ja/XUL/Property/docShell">docShell</a></li> <li><a href="/ja/XUL/Property/documentCharsetInfo" title="ja/XUL/Property/documentCharsetInfo">documentCharsetInfo</a></li> <li><a href="/ja/XUL/Property/editable" title="ja/XUL/Property/editable">editable</a></li> <li><a href="/ja/XUL/Property/editingColumn" title="ja/XUL/Property/editingColumn">editingColumn</a></li> <li><a href="/ja/XUL/Property/editingRow" title="ja/XUL/Property/editingRow">editingRow</a></li> <li><a href="/ja/XUL/Property/editingSession" title="ja/XUL/Property/editingSession">editingSession</a></li> <li><a href="/ja/XUL/Property/editor" title="ja/XUL/Property/editor">editor</a></li> <li><a href="/ja/XUL/Property/editortype" title="ja/XUL/Property/editortype">editortype</a></li> <li><a href="/ja/XUL/Property/emptyText" title="ja/XUL/Property/emptyText">emptyText</a> <span class="inlineIndicator deprecated deprecatedInline" title="(Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)">非推奨 Gecko 2</span></li> <li><a href="/ja/XUL/Property/enableColumnDrag" title="ja/XUL/Property/enableColumnDrag">enableColumnDrag</a></li> <li><a href="/ja/XUL/Property/eventNode" title="ja/XUL/Property/eventNode">eventNode</a></li> <li><a href="/ja/XUL/Property/firstOrdinalColumn" title="ja/XUL/Property/firstOrdinalColumn">firstOrdinalColumn</a></li> <li><a href="/ja/XUL/Property/firstPermanentChild" title="ja/XUL/Property/firstPermanentChild">firstPermanentChild</a></li> <li><a href="/ja/XUL/Property/flex" title="ja/XUL/Property/flex">flex</a></li> <li><a href="/ja/XUL/Property/focused" title="ja/XUL/Property/focused">focused</a></li> <li><a href="/ja/XUL/Property/focusedItem" title="ja/XUL/Property/focusedItem">focusedItem</a></li> <li><a href="/ja/XUL/Property/forceComplete" title="ja/XUL/Property/forceComplete">forceComplete</a></li> <li><a href="/ja/XUL/Property/group" title="ja/XUL/Property/group">group</a></li> <li><a href="/ja/XUL/Property/handleCtrlPageUpDown" title="ja/XUL/Property/handleCtrlPageUpDown">handleCtrlPageUpDown</a></li> <li><a href="/ja/XUL/Property/handleCtrlTab" title="ja/XUL/Property/handleCtrlTab">handleCtrlTab</a></li> <li><a href="/Ja/XUL/Property/HasUserValue" title="ja/XUL/Property/hasUserValue">hasUserValue</a></li> <li><a href="/ja/XUL/Property/height" title="ja/XUL/Property/height">height</a></li> <li><a href="/ja/XUL/Property/hidden" title="ja/XUL/Property/hidden">hidden</a></li> <li><a href="/ja/XUL/Property/hideSeconds" title="ja/XUL/Property/hideSeconds">hideSeconds</a></li> <li><a href="/ja/XUL/Property/highlightNonMatches" title="ja/XUL/Property/highlightNonMatches">highlightNonMatches</a> </li> <li><a href="/ja/XUL/Property/homePage" title="ja/XUL/Property/homePage">homePage</a></li> <li><a href="/ja/XUL/Property/hour" title="ja/XUL/Property/hour">hour</a></li> <li><a href="/ja/XUL/Property/hourLeadingZero" title="ja/XUL/Property/hourLeadingZero">hourLeadingZero</a></li> <li><a href="/ja/XUL/Property/id" title="ja/XUL/Property/id">id</a></li> <li><a href="/ja/XUL/Property/ignoreBlurWhileSearching" title="ja/XUL/Property/ignoreBlurWhileSearching">ignoreBlurWhileSearching</a></li> <li><a href="/ja/XUL/Property/image" title="ja/XUL/Property/image">image</a></li> <li><a href="/ja/XUL/Property/increment" title="ja/XUL/Property/increment">increment</a></li> <li><a href="/ja/XUL/Property/inputField" title="ja/XUL/Property/inputField">inputField</a></li> <li><a href="/ja/XUL/Property/inverted" title="ja/XUL/Property/inverted">inverted</a></li> <li><a href="/ja/XUL/Property/is24HourClock" title="ja/XUL/Property/is24HourClock">is24HourClock</a></li> <li><a href="/ja/XUL/Property/isPM" title="ja/XUL/Property/isPM">isPM</a></li> <li><a href="/ja/XUL/Property/isSearching" title="ja/XUL/Property/isSearching">isSearching</a></li> <li><a href="/ja/XUL/Property/isWaiting" title="ja/XUL/Property/isWaiting">isWaiting</a></li> <li><a href="/ja/XUL/Property/itemCount" title="ja/XUL/Property/itemCount">itemCount</a></li> <li><a href="/ja/XUL/Property/label" title="ja/XUL/Property/label">label</a></li> <li><a href="/ja/XUL/Property/labelElement" title="ja/XUL/Property/labelElement">labelElement</a></li> <li><a href="/ja/XUL/Property/lastPermanentChild" title="ja/XUL/Property/lastPermanentChild">lastPermanentChild</a></li> <li><a href="/ja/XUL/Property/lastSelected" title="ja/XUL/Property/lastSelected">lastSelected</a></li> <li><a href="/ja/XUL/Property/left" title="ja/XUL/Property/left">left</a></li> <li><a href="/ja/XUL/Property/linkedPanel" title="ja/XUL/Property/linkedPanel">linkedPanel</a></li> <li><a href="/ja/XUL/Property/listBoxObject" title="ja/XUL/Property/listBoxObject">listBoxObject</a></li> <li><a href="/ja/XUL/Property/locked" title="ja/XUL/Property/locked">locked</a></li> <li><a href="/ja/XUL/Property/markupDocumentViewer" title="ja/XUL/Property/markupDocumentViewer">markupDocumentViewer</a></li> <li><a href="/ja/XUL/Property/max" title="ja/XUL/Property/max">max</a></li> <li><a href="/ja/XUL/Property/maxHeight" title="ja/XUL/Property/maxHeight">maxHeight</a></li> <li><a href="/ja/XUL/Property/maxLength" title="ja/XUL/Property/maxLength">maxLength</a></li> <li><a href="/ja/XUL/Property/maxRows" title="ja/XUL/Property/maxRows">maxRows</a></li> <li><a href="/ja/XUL/Property/maxWidth" title="ja/XUL/Property/maxWidth">maxWidth</a></li> <li><a href="/ja/XUL/Property/menu" title="ja/XUL/Property/menu">menu</a></li> <li><a href="/ja/XUL/Property/menuBoxObject" title="ja/XUL/Property/menuBoxObject">menuBoxObject</a></li> <li><a href="/ja/XUL/Property/menupopup" title="ja/XUL/Property/menupopup">menupopup</a></li> <li><a href="/ja/XUL/Property/min" title="ja/XUL/Property/min">min</a></li> <li><a href="/ja/XUL/Property/minHeight" title="ja/XUL/Property/minHeight">minHeight</a></li> <li><a href="/ja/XUL/Property/minResultsForPopup" title="ja/XUL/Property/minResultsForPopup">minResultsForPopup</a></li> <li><a href="/ja/XUL/Property/minWidth" title="ja/XUL/Property/minWidth">minWidth</a></li> <li><a href="/ja/XUL/Property/minute" title="ja/XUL/Property/minute">minute</a></li> <li><a href="/ja/XUL/Property/minuteLeadingZero" title="ja/XUL/Property/minuteLeadingZero">minuteLeadingZero</a></li> <li><a href="/ja/XUL/Property/mode" title="ja/XUL/Property/mode">mode</a></li> <li><a href="/ja/XUL/Property/month" title="ja/XUL/Property/month">month</a></li> <li><a href="/ja/XUL/Property/monthLeadingZero" title="ja/XUL/Property/monthLeadingZero">monthLeadingZero</a></li> <li><a href="/ja/XUL/Property/name" title="ja/XUL/Property/name">name</a></li> <li><a href="/ja/XUL/Property/next" title="ja/XUL/Property/next">next</a></li> <li><a href="/ja/XUL/Property/noMatch" title="ja/XUL/Property/noMatch">noMatch</a></li> <li><a href="/ja/XUL/Property/notificationsHidden" title="ja/XUL/Property/notificationsHidden">notificationsHidden</a></li> <li><a href="/ja/XUL/Property/object" title="ja/XUL/Property/object">object</a></li> <li><a href="/ja/XUL/Property/observes" title="ja/XUL/Property/observes">observes</a></li> <li><a href="/ja/XUL/Property/onFirstPage" title="ja/XUL/Property/onFirstPage">onFirstPage</a></li> <li><a href="/ja/XUL/Property/onLastPage" title="ja/XUL/Property/onLastPage">onLastPage</a></li> <li><a href="/ja/XUL/Property/open" title="ja/XUL/Property/open">open</a></li> <li><a href="/ja/XUL/Property/ordinal" title="ja/XUL/Property/ordinal">ordinal</a></li> <li><a href="/ja/XUL/Property/orient" title="ja/XUL/Property/orient">orient</a></li> <li><a href="/ja/XUL/Property/pack" title="ja/XUL/Property/pack">pack</a></li> <li><a href="/ja/XUL/Property/pageCount" title="ja/XUL/Property/pageCount">pageCount</a></li> <li><a href="/ja/XUL/Property/pageid" title="ja/XUL/Property/pageid">pageid</a></li> <li><a href="/ja/XUL/Property/pageIncrement" title="ja/XUL/Property/pageIncrement">pageIncrement</a></li> <li><a href="/ja/XUL/Property/pageIndex" title="ja/XUL/Property/pageIndex">pageIndex</a></li> <li><a href="/ja/XUL/Property/pageStep" title="ja/XUL/Property/pageStep">pageStep</a></li> <li><a href="/ja/XUL/Property/parentContainer" title="ja/XUL/Property/parentContainer">parentContainer</a></li> <li><a href="/ja/XUL/Property/palette" title="ja/XUL/Property/palette">palette</a></li> <li><a href="/ja/XUL/Property/persist" title="ja/XUL/Property/persist">persist</a></li> <li><a href="/ja/XUL/Property/persistence" title="ja/XUL/Property/persistence">persistence</a></li> <li><a href="/ja/XUL/Property/placeholder" title="ja/XUL/Property/placeholder">placeholder</a> </li> <li><a href="/ja/XUL/Property/pmIndicator" title="ja/XUL/Property/pmIndicator">pmIndicator</a></li> <li><a href="/ja/XUL/Property/popup" title="ja/XUL/Property/popup">popup</a></li> <li><a href="/ja/XUL/Property/popupBoxObject" title="ja/XUL/Property/popupBoxObject">popupBoxObject</a></li> <li><a href="/ja/XUL/Property/popupOpen" title="ja/XUL/Property/popupOpen">popupOpen</a></li> <li><a href="/ja/XUL/Property/position" title="ja/XUL/Property/position">position</a></li> <li><a href="/ja/XUL/Property/predicate" title="ja/XUL/Property/predicate">predicate</a></li> <li><a href="/ja/XUL/Property/preferenceElements" title="ja/XUL/Property/preferenceElements">preferenceElements</a></li> <li><a href="/ja/XUL/Property/preferencePanes" title="ja/XUL/Property/preferencePanes">preferencePanes</a></li> <li><a href="/ja/XUL/Property/preferences" title="ja/XUL/Property/preferences">preferences</a></li> <li><a href="/ja/XUL/Property/priority" title="ja/XUL/Property/priority">priority</a></li> <li><a href="/ja/XUL/Property/radioGroup" title="ja/XUL/Property/radioGroup">radioGroup</a></li> <li><a href="/ja/XUL/Property/readOnly" title="ja/XUL/Property/readOnly">readonly</a></li> <li><a href="/ja/XUL/Property/readOnly" title="ja/XUL/Property/readOnly">readOnly</a></li> <li><a href="/ja/XUL/Property/ref" title="ja/XUL/Property/ref">ref</a></li> <li><a href="/ja/XUL/Property/resource" title="ja/XUL/Property/resource">resource</a></li> <li><a href="/ja/XUL/Property/resultsPopup" title="ja/XUL/Property/resultsPopup">resultsPopup</a></li> <li><a href="/ja/XUL/Property/scrollBoxObject" title="ja/XUL/Property/scrollBoxObject">scrollBoxObject</a></li> <li><a href="/ja/XUL/Property/scrollIncrement" title="ja/XUL/Property/scrollIncrement">scrollIncrement</a></li> <li><a href="/ja/XUL/Property/scrollHeight" title="ja/XUL/Property/scrollHeight">scrollHeight</a> </li> <li><a href="/ja/XUL/Property/scrollWidth" title="ja/XUL/Property/scrollWidth">scrollWidth</a> </li> <li><a href="/ja/XUL/Property/searchButton" title="ja/XUL/Property/searchButton">searchButton</a></li> <li><a href="/ja/XUL/Property/searchCount" title="ja/XUL/Property/searchCount">searchCount</a></li> <li><a href="/ja/XUL/Property/searchLabel" title="ja/XUL/Property/searchLabel">searchLabel</a></li> <li><a href="/ja/XUL/Property/searchParam" title="ja/XUL/Property/searchParam">searchParam</a></li> <li><a href="/ja/XUL/Property/searchSessions" title="ja/XUL/Property/searchSessions">searchSessions</a></li> <li><a href="/ja/XUL/Property/second" title="ja/XUL/Property/second">second</a></li> <li><a href="/ja/XUL/Property/secondLeadingZero" title="ja/XUL/Property/secondLeadingZero">secondLeadingZero</a></li> <li><a href="/ja/XUL/Property/securityUI" title="ja/XUL/Property/securityUI">securityUI</a></li> <li><a href="/ja/XUL/Property/selected" title="ja/XUL/Property/selected">selected</a></li> <li><a href="/ja/XUL/Property/selectedBrowser" title="ja/XUL/Property/selectedBrowser">selectedBrowser</a></li> <li><a href="/ja/XUL/Property/selectedCount" title="ja/XUL/Property/selectedCount">selectedCount</a></li> <li><a href="/ja/XUL/Property/selectedIndex" title="ja/XUL/Property/selectedIndex">selectedIndex</a></li> <li><a href="/ja/XUL/Property/selectedItem" title="ja/XUL/Property/selectedItem">selectedItem</a></li> <li><a href="/ja/XUL/Property/selectedItems" title="ja/XUL/Property/selectedItems">selectedItems</a></li> <li><a href="/ja/XUL/Property/selectedPanel" title="ja/XUL/Property/selectedPanel">selectedPanel</a></li> <li><a href="/ja/XUL/Property/selectedTab" title="ja/XUL/Property/selectedTab">selectedTab</a></li> <li><a href="/ja/XUL/Property/selectionEnd" title="ja/XUL/Property/selectionEnd">selectionEnd</a></li> <li><a href="/ja/XUL/Property/selectionStart" title="ja/XUL/Property/selectionStart">selectionStart</a></li> <li><a href="/ja/XUL/Property/selstyle" title="ja/XUL/Property/selstyle">selstyle</a></li> <li><a href="/ja/XUL/Property/selType" title="ja/XUL/Property/selType">selType</a></li> <li><a href="/ja/XUL/Property/sessionCount" title="ja/XUL/Property/sessionCount">sessionCount</a></li> <li><a href="/ja/XUL/Property/sessionHistory" title="ja/XUL/Property/sessionHistory">sessionHistory</a></li> <li><a href="/ja/XUL/Property/showCommentColumn" title="ja/XUL/Property/showCommentColumn">showCommentColumn</a></li> <li><a href="/ja/XUL/Property/showPopup" title="ja/XUL/Property/showPopup">showPopup</a></li> <li><a href="/ja/XUL/Property/size" title="ja/XUL/Property/size">size</a></li> <li><a href="/ja/XUL/Property/smoothScroll" title="ja/XUL/Property/smoothScroll">smoothScroll</a></li> <li><a href="/ja/XUL/Property/spinButtons" title="ja/XUL/Property/spinButtons">spinButtons</a></li> <li><a href="/ja/XUL/Property/src" title="ja/XUL/Property/src">src</a></li> <li><a href="/ja/XUL/Property/state" title="ja/XUL/Property/state">state</a></li> <li><a href="/ja/XUL/Property/statusbar" title="ja/XUL/Property/statusbar">statusbar</a></li> <li><a href="/ja/XUL/Property/statusText" title="ja/XUL/Property/statusText">statusText</a></li> <li><a href="/ja/XUL/Property/stringBundle" title="ja/XUL/Property/stringBundle">stringBundle</a></li> <li><a href="/ja/XUL/Property/strings" title="ja/XUL/Property/strings">strings</a></li> <li><a href="/ja/XUL/Property/style" title="ja/XUL/Property/style">style</a></li> <li><a href="/ja/XUL/Property/subject" title="ja/XUL/Property/subject">subject</a></li> <li><a href="/ja/XUL/Property/suppressOnSelect" title="ja/XUL/Property/suppressOnSelect">suppressOnSelect</a></li> <li><a href="/ja/XUL/Property/tabContainer" title="ja/XUL/Property/tabContainer">tabContainer</a></li> <li><a href="/ja/XUL/Property/tabIndex" title="ja/XUL/Property/tabIndex">tabIndex</a></li> <li><a href="/ja/XUL/Property/tabs" title="ja/XUL/Property/tabs">tabs</a></li> <li><a href="/ja/XUL/Property/tabScrolling" title="ja/XUL/Property/tabScrolling">tabScrolling</a></li> <li><a href="/ja/XUL/Property/tabpanels" title="ja/XUL/Property/tabpanels">tabpanels</a></li> <li><a href="/ja/XUL/Property/tag" title="ja/XUL/Property/tag">tag</a></li> <li><a href="/ja/XUL/Property/textLength" title="ja/XUL/Property/textLength">textLength</a></li> <li><a href="/ja/XUL/Property/textValue" title="ja/XUL/Property/textValue">textValue</a></li> <li><a href="/ja/XUL/Property/timeout" title="ja/XUL/Property/timeout">timeout</a></li> <li><a href="/ja/XUL/Property/title" title="ja/XUL/Property/title">title</a></li> <li><a href="/ja/XUL/Property/toolbarName" title="ja/XUL/Property/toolbarName">toolbarName</a></li> <li><a href="/ja/XUL/Property/toolbarset" title="ja/XUL/Property/toolbarset">toolbarset</a></li> <li><a href="/ja/XUL/Property/tooltip" title="ja/XUL/Property/tooltip">tooltip</a></li> <li><a href="/ja/XUL/Property/tooltipText" title="ja/XUL/Property/tooltipText">tooltipText</a></li> <li><a href="/ja/XUL/Property/top" title="ja/XUL/Property/top">top</a></li> <li><a href="/ja/XUL/Property/treeBoxObject" title="ja/XUL/Property/treeBoxObject">treeBoxObject</a></li> <li><a href="/ja/XUL/Property/type" title="ja/XUL/Property/type">type</a></li> <li><a href="/ja/XUL/Property/uri" title="ja/XUL/Property/uri">uri</a></li> <li><a href="/ja/XUL/Property/userAction" title="ja/XUL/Property/userAction">userAction</a></li> <li><a href="/ja/XUL/Property/value" title="ja/XUL/Property/value">value</a></li> <li><a href="/ja/XUL/Property/valueNumber" title="ja/XUL/Property/valueNumber">valueNumber</a></li> <li><a href="/ja/XUL/Property/view" title="ja/XUL/Property/view">view</a></li> <li><a href="/ja/XUL/Property/webBrowserFind" title="ja/XUL/Property/webBrowserFind">webBrowsereFind</a></li> <li><a href="/ja/XUL/Property/webNavigation" title="ja/XUL/Property/webNavigation">webNavigation</a></li> <li><a href="/ja/XUL/Property/webProgress" title="ja/XUL/Property/webProgress">webProgress</a></li> <li><a href="/ja/XUL/Property/width" title="ja/XUL/Property/width">width</a></li> <li><a href="/ja/XUL/Property/wizardPages" title="ja/XUL/Property/wizardPages">wizardPages</a></li> <li><a href="/ja/XUL/Property/wrapAround" title="ja/XUL/Property/wrapAround">wrapAround</a></li> <li><a href="/ja/XUL/Property/year" title="ja/XUL/Property/year">year</a></li> <li><a href="/ja/XUL/Property/yearLeadingZero" title="ja/XUL/Property/yearLeadingZero">yearLeadingZero</a></li> +</ul> +<h3 id="Related_DOM_element_properties" name="Related_DOM_element_properties">関連するDOM要素のプロパティ</h3> +<ul> <li><a href="/ja/DOM/element.attributes" title="ja/DOM/element.attributes">DOM:element.attributes</a></li> <li><a href="/ja/DOM/Node.baseURI" title="ja/DOM/element.baseURI">DOM:element.baseURI</a></li> <li><a href="/ja/DOM/element.childElementCount" title="ja/DOM/element.childElementCount">DOM:element.childElementCount</a></li> <li><a href="/ja/DOM/element.childNodes" title="ja/DOM/element.childNodes">DOM:element.childNodes</a></li> <li><a href="/ja/DOM/element.children" title="ja/DOM/element.children">DOM:element.children</a></li> <li><a href="/ja/DOM/element.clientHeight" title="ja/DOM/element.clientHeight">DOM:element.clientHeight</a></li> <li><a href="/ja/DOM/element.clientLeft" title="ja/DOM/element.clientLeft">DOM:element.clientLeft</a></li> <li><a href="/ja/DOM/element.clientTop" title="ja/DOM/element.clientTop">DOM:element.clientTop</a></li> <li><a href="/ja/DOM/element.clientWidth" title="ja/DOM/element.clientWidth">DOM:element.clientWidth</a></li> <li><a href="/ja/DOM/Node.CloneNode" title="ja/DOM/element.cloneNode">DOM:element.cloneNode</a></li> <li><a href="/ja/DOM/element.firstChild" title="ja/DOM/element.firstChild">DOM:element.firstChild</a></li> <li><a href="/ja/DOM/element.firstElementChild" title="ja/DOM/element.firstElementChild">DOM:element.firstElementChild</a></li> <li><a href="/ja/DOM/element.lastChild" title="ja/DOM/element.lastChild">DOM:element.lastChild</a></li> <li><a href="/ja/DOM/element.lastElementChild" title="ja/DOM/element.lastElementChild">DOM:element.lastElementChild</a></li> <li><a href="/ja/DOM/element.localName" title="ja/DOM/element.localName">DOM:element.localName</a></li> <li><a href="/ja/DOM/element.namespaceURI" title="ja/DOM/element.namespaceURI">DOM:element.namespaceURI</a></li> <li><a href="/ja/DOM/element.nextElementSibling" title="ja/DOM/element.nextElementSibling">DOM:element.nextElementSibling</a></li> <li><a href="/ja/DOM/element.nextSibling" title="ja/DOM/element.nextSibling">DOM:element.nextSibling</a></li> <li><a href="/ja/DOM/element.nodeName" title="ja/DOM/element.nodeName">DOM:element.nodeName</a></li> <li><a href="/ja/DOM/element.nodeType" title="ja/DOM/element.nodeType">DOM:element.nodeType</a></li> <li><a href="/ja/DOM/element.nodeValue" title="ja/DOM/element.nodeValue">DOM:element.nodeValue</a></li> <li><a href="/ja/DOM/element.ownerDocument" title="ja/DOM/element.ownerDocument">DOM:element.ownerDocument</a></li> <li><a href="/ja/DOM/element.parentNode" title="ja/DOM/element.parentNode">DOM:element.parentNode</a></li> <li><a href="/ja/DOM/element.prefix" title="ja/DOM/element.prefix">DOM:element.prefix</a></li> <li><a href="/ja/DOM/element.previousElementSibling" title="ja/DOM/element.previousElementSibling">DOM:element.previousElementSibling</a></li> <li><a href="/ja/DOM/element.previousSibling" title="ja/DOM/element.previousSibling">DOM:element.previousSibling</a></li> <li><a href="/ja/DOM/element.scrollHeight" title="ja/DOM/element.scrollHeight">DOM:element.scrollHeight</a></li> <li><a href="/ja/DOM/element.scrollLeft" title="ja/DOM/element.scrollLeft">DOM:element.scrollLeft</a></li> <li><a href="/ja/DOM/element.scrollTop" title="ja/DOM/element.scrollTop">DOM:element.scrollTop</a></li> <li><a href="/ja/DOM/element.scrollWidth" title="ja/DOM/element.scrollWidth">DOM:element.scrollWidth</a></li> <li><a href="/ja/DOM/element.tagName" title="ja/DOM/element.tagName">DOM:element.tagName</a></li> <li><a href="/ja/DOM/Node.textContent" title="ja/DOM/element.textContent">DOM:element.textContent</a></li> +</ul> diff --git a/files/ja/archive/mozilla/xul/property/inputfield/index.html b/files/ja/archive/mozilla/xul/property/inputfield/index.html new file mode 100644 index 0000000000..c34596885f --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/inputfield/index.html @@ -0,0 +1,13 @@ +--- +title: inputField +slug: Archive/Mozilla/XUL/Property/inputField +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/inputField +--- +<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/inputField">inputField</a></span></code> </dt><dd> 型: <em>textbox 要素</em> </dd><dd> Mozilla では、XUL textbox は HTML の input 要素のラッパとして実装されています。この読み取り専用のプロパティは、この内部 input 要素への参照を保持します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/inverted/index.html b/files/ja/archive/mozilla/xul/property/inverted/index.html new file mode 100644 index 0000000000..4b03dc981f --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/inverted/index.html @@ -0,0 +1,13 @@ +--- +title: inverted +slug: Archive/Mozilla/XUL/Property/inverted +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/inverted +--- +<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/inverted">inverted</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-inverted"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/inverted">inverted</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/is24hourclock/index.html b/files/ja/archive/mozilla/xul/property/is24hourclock/index.html new file mode 100644 index 0000000000..2ab9ad4b4f --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/is24hourclock/index.html @@ -0,0 +1,18 @@ +--- +title: is24HourClock +slug: Archive/Mozilla/XUL/Property/is24HourClock +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/is24HourClock +--- +<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/is24HourClock">is24HourClock</a></span></code></dt> + <dd> + 型: <em>論理型</em></dd> + <dd> + 時刻の表示に 24 時間形式と 12 時間形式のどちらを使用しているかを示します。12 時間形式の時計では、ユーザが AM と PM を拡張フィールドで取得することができます。このプロパティは読み込み専用です。この値はユーザのロケールから判定されます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/ispm/index.html b/files/ja/archive/mozilla/xul/property/ispm/index.html new file mode 100644 index 0000000000..1ce233d606 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/ispm/index.html @@ -0,0 +1,18 @@ +--- +title: isPM +slug: Archive/Mozilla/XUL/Property/isPM +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/isPM +--- +<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/isPM">isPM</a></span></code></dt> + <dd> + 型: <em>論理型</em></dd> + <dd> + <code>false</code> の場合、hour は 0 から 11 の間になります。<code>true</code> の場合、hour は 12 以上になります。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/issearching/index.html b/files/ja/archive/mozilla/xul/property/issearching/index.html new file mode 100644 index 0000000000..05574e6d2f --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/issearching/index.html @@ -0,0 +1,13 @@ +--- +title: isSearching +slug: Archive/Mozilla/XUL/Property/isSearching +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/isSearching +--- +<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/isSearching">isSearching</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> このプロパティは検索が行われている間、<code>true</code> に設定されます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/iswaiting/index.html b/files/ja/archive/mozilla/xul/property/iswaiting/index.html new file mode 100644 index 0000000000..e1bc43cd18 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/iswaiting/index.html @@ -0,0 +1,13 @@ +--- +title: isWaiting +slug: Archive/Mozilla/XUL/Property/isWaiting +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/isWaiting +--- +<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/isWaiting">isWaiting</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> このプロパティは、ユーザがキーを押して検索が実行されてから timeout まで待機している間 <code>true</code> に設定されます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/itemcount/index.html b/files/ja/archive/mozilla/xul/property/itemcount/index.html new file mode 100644 index 0000000000..98f9ccf2fd --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/itemcount/index.html @@ -0,0 +1,30 @@ +--- +title: itemCount +slug: Archive/Mozilla/XUL/Property/itemCount +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/itemCount +--- +<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/itemCount">itemCount</a></span></code> </dt> + <dd> + 型: <em>整数型</em></dd> + <dd> + 子項目の数を保持する読み取り専用のプロパティ。</dd> +</dl> + + +<div class="noinclude"> + <h2 id="Example" name="Example">例</h2> +<pre class="brush:js">var bucket = document.getElementById("attachmentBucket"); + +if(bucket.itemCount == 0) { + dump("\n\n No attachments \n\n"); +} else { + dump("\n\n Attachment Exists \n\n"); +}</pre> +</div> diff --git a/files/ja/archive/mozilla/xul/property/label/index.html b/files/ja/archive/mozilla/xul/property/label/index.html new file mode 100644 index 0000000000..49a20e1440 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/label/index.html @@ -0,0 +1,26 @@ +--- +title: label +slug: Archive/Mozilla/XUL/Property/label +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/label +--- +<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/label">label</a></span></code></dt> + <dd> + 型: <em>文字列型</em></dd> + <dd> + <code id="a-label"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/label">label</a></code> 属性の値の取得と設定。</dd> +</dl> + +<div class="noinclude"> + <h3 id="See_also" name="See_also">参照</h3> + <ul> + <li><a href="/ja/docs/XUL/Property/richlistitem.label" title="XUL/Property/richlistitem.label">richlistitem.label</a></li> + <li><a href="/ja/docs/XUL/Property/textbox.label" title="XUL/Property/textbox.label">textbox.label</a></li> + </ul> +</div> diff --git a/files/ja/archive/mozilla/xul/property/labelelement/index.html b/files/ja/archive/mozilla/xul/property/labelelement/index.html new file mode 100644 index 0000000000..c695c8cd87 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/labelelement/index.html @@ -0,0 +1,13 @@ +--- +title: labelElement +slug: Archive/Mozilla/XUL/Property/labelElement +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/labelElement +--- +<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/labelElement">labelElement</a></span></code> </dt><dd> 型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/label" title="label">label</a></code> 要素</em> </dd><dd> control に関連付けられた <code><a href="/ja/docs/Mozilla/Tech/XUL/label" title="label">label</a></code> 要素。これは label がこの要素を指し示す <code id="a-control"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/control">control</a></code> 属性を持つ場合に設定されます。このプロパティは、control に関連付けられた label が存在しない場合、<code>null</code> になります。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/lastpermanentchild/index.html b/files/ja/archive/mozilla/xul/property/lastpermanentchild/index.html new file mode 100644 index 0000000000..65e3c7b04c --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/lastpermanentchild/index.html @@ -0,0 +1,13 @@ +--- +title: lastPermanentChild +slug: Archive/Mozilla/XUL/Property/lastPermanentChild +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/lastPermanentChild +--- +<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/lastPermanentChild">lastPermanentChild</a></span></code> </dt><dd> <strong><span class="highlightred">Firefox のみ</span></strong> </dd><dd> 型: <em>要素</em> </dd><dd> toolbar の最後の永続的な子要素。永続的な子要素は、カスタマイズ不可で toolbar 上に残る要素です。この項目は、<code><a href="/ja/docs/Mozilla/Tech/XUL/toolbarpalette" title="toolbarpalette">toolbarpalette</a></code> 内で永続的でなくても、直接 toolbar 内に置かれます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/lastselected/index.html b/files/ja/archive/mozilla/xul/property/lastselected/index.html new file mode 100644 index 0000000000..3853ac1774 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/lastselected/index.html @@ -0,0 +1,15 @@ +--- +title: lastSelected +slug: Archive/Mozilla/XUL/Property/lastSelected +tags: + - MDC Project + - NeedsTechnicalReview + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/lastSelected +--- +<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/lastSelected">lastSelected</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> 最後に選択されたペインの id を設定します。次に設定ダイアログを開いたとき、このペインがデフォルトで開かれます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/left/index.html b/files/ja/archive/mozilla/xul/property/left/index.html new file mode 100644 index 0000000000..fbae3c8ec3 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/left/index.html @@ -0,0 +1,13 @@ +--- +title: left +slug: Archive/Mozilla/XUL/Property/left +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/left +--- +<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/left">left</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> <code id="a-left"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/left">left</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/linkedpanel/index.html b/files/ja/archive/mozilla/xul/property/linkedpanel/index.html new file mode 100644 index 0000000000..e9edf24fd3 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/linkedpanel/index.html @@ -0,0 +1,13 @@ +--- +title: linkedPanel +slug: Archive/Mozilla/XUL/Property/linkedPanel +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/linkedPanel +--- +<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/linkedPanel">linkedPanel</a></span></code> </dt><dd> 型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/tabpanel" title="tabpanel">tabpanel</a></code> 要素の id</em> </dd><dd> <code id="a-linkedpanel"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/linkedpanel">linkedpanel</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/listbox.currentindex/index.html b/files/ja/archive/mozilla/xul/property/listbox.currentindex/index.html new file mode 100644 index 0000000000..12099b5a38 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/listbox.currentindex/index.html @@ -0,0 +1,13 @@ +--- +title: listbox.currentIndex +slug: Archive/Mozilla/XUL/Property/listbox.currentIndex +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/listbox.currentIndex +--- +<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/listbox.currentIndex">currentIndex</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> 現在フォーカスされた list 内の項目の index を設定します。フォーカスされた項目がない場合、値は <code>-1</code> になります。一つの項目のみを選択する list では、現在の index は常に選択された index と同じになります。複数の項目を選択する list では、Ctrl キーを押下しながらカーソルキーで移動することによって、選択を変更せずに、現在フォーカスされた行がユーザによって変更されます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/listboxobject/index.html b/files/ja/archive/mozilla/xul/property/listboxobject/index.html new file mode 100644 index 0000000000..f6e8d047dd --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/listboxobject/index.html @@ -0,0 +1,13 @@ +--- +title: listBoxObject +slug: Archive/Mozilla/XUL/Property/listBoxObject +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/listBoxObject +--- +<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/listBoxObject">listBoxObject</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIListBoxObject" title="ja/NsIListBoxObject">nsIListBoxObject</a></em> </dd><dd> リストボックスの背後の <code>nsIListBoxObject</code>。このプロパティは読み取り専用です。リストボックスの機能のほとんどが <code><a href="/ja/docs/Mozilla/Tech/XUL/listbox" title="listbox">listbox</a></code> 内で直接利用可能なため、このボックスオブジェクトを直接使用する必要はありません。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/locked/index.html b/files/ja/archive/mozilla/xul/property/locked/index.html new file mode 100644 index 0000000000..8b4834d438 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/locked/index.html @@ -0,0 +1,13 @@ +--- +title: locked +slug: Archive/Mozilla/XUL/Property/locked +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/locked +--- +<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/locked">locked</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code>true</code> の場合、システム設定内で preference をロックして無効化し、値が変更されるのを防ぎます。このプロパティは読み取り専用です。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/markupdocumentviewer/index.html b/files/ja/archive/mozilla/xul/property/markupdocumentviewer/index.html new file mode 100644 index 0000000000..de490254ab --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/markupdocumentviewer/index.html @@ -0,0 +1,13 @@ +--- +title: markupDocumentViewer +slug: Archive/Mozilla/XUL/Property/markupDocumentViewer +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/markupDocumentViewer +--- +<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/markupDocumentViewer">markupDocumentViewer</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIMarkupDocumentViewer" title="ja/NsIMarkupDocumentViewer">nsIMarkupDocumentViewer</a></em> </dd><dd> この読み取り専用のプロパティは、document を描画する <a href="/ja/NsIMarkupDocumentViewer" title="ja/NsIMarkupDocumentViewer">nsIMarkupDocumentViewer</a> を含みます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/max/index.html b/files/ja/archive/mozilla/xul/property/max/index.html new file mode 100644 index 0000000000..235a9d8467 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/max/index.html @@ -0,0 +1,18 @@ +--- +title: max +slug: Archive/Mozilla/XUL/Property/max +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/max +--- +<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/max">max</a></span></code></dt> + <dd> + 型: <em>整数型</em></dd> + <dd> + <code id="a-max"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/max">max</a></code> 属性の値の取得と設定。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/maxheight/index.html b/files/ja/archive/mozilla/xul/property/maxheight/index.html new file mode 100644 index 0000000000..13937fcba5 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/maxheight/index.html @@ -0,0 +1,13 @@ +--- +title: maxHeight +slug: Archive/Mozilla/XUL/Property/maxHeight +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/maxHeight +--- +<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/maxHeight">maxHeight</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> <code id="a-maxheight"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/maxheight">maxheight</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/maxlength/index.html b/files/ja/archive/mozilla/xul/property/maxlength/index.html new file mode 100644 index 0000000000..fa2cd42cac --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/maxlength/index.html @@ -0,0 +1,13 @@ +--- +title: maxLength +slug: Archive/Mozilla/XUL/Property/maxLength +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/maxLength +--- +<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/maxLength">maxLength</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> textbox に入力することができる文字数の最大値。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/maxrows/index.html b/files/ja/archive/mozilla/xul/property/maxrows/index.html new file mode 100644 index 0000000000..3d9ce2fa33 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/maxrows/index.html @@ -0,0 +1,13 @@ +--- +title: maxRows +slug: Archive/Mozilla/XUL/Property/maxRows +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/maxRows +--- +<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/maxRows">maxRows</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> <code id="a-maxrows"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/maxrows">maxrows</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/maxwidth/index.html b/files/ja/archive/mozilla/xul/property/maxwidth/index.html new file mode 100644 index 0000000000..78d7d6e724 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/maxwidth/index.html @@ -0,0 +1,13 @@ +--- +title: maxWidth +slug: Archive/Mozilla/XUL/Property/maxWidth +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/maxWidth +--- +<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/maxWidth">maxWidth</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> <code id="a-maxwidth"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/maxwidth">maxwidth</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/menu.open/index.html b/files/ja/archive/mozilla/xul/property/menu.open/index.html new file mode 100644 index 0000000000..ea8b627bac --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/menu.open/index.html @@ -0,0 +1,13 @@ +--- +title: menu.open +slug: Archive/Mozilla/XUL/Property/menu.open +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/menu.open +--- +<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/menu.open">open</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> menu が開いている場合、このプロパティは true に設定されます。menu は open プロパティを true に設定すると開かれ、false に設定すると閉じられます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/menu/index.html b/files/ja/archive/mozilla/xul/property/menu/index.html new file mode 100644 index 0000000000..8000ab0708 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/menu/index.html @@ -0,0 +1,13 @@ +--- +title: menu +slug: Archive/Mozilla/XUL/Property/menu +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/menu +--- +<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/menu">menu</a></span></code> </dt><dd> 型: <em>popup 要素 id</em> </dd><dd> <code id="a-menu"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/menu">menu</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/menuboxobject/index.html b/files/ja/archive/mozilla/xul/property/menuboxobject/index.html new file mode 100644 index 0000000000..ca7f85f5b7 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/menuboxobject/index.html @@ -0,0 +1,13 @@ +--- +title: menuBoxObject +slug: Archive/Mozilla/XUL/Property/menuBoxObject +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/menuBoxObject +--- +<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/menuBoxObject">menuBoxObject</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIMenuBoxObject" title="ja/NsIMenuBoxObject">nsIMenuBoxObject</a></em> </dd><dd> menu を実装する <a href="/ja/NsIMenuBoxObject" title="ja/NsIMenuBoxObject">nsIMenuBoxObject</a> への参照。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/menuitem.control/index.html b/files/ja/archive/mozilla/xul/property/menuitem.control/index.html new file mode 100644 index 0000000000..8863bf1571 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/menuitem.control/index.html @@ -0,0 +1,13 @@ +--- +title: menuitem.control +slug: Archive/Mozilla/XUL/Property/menuitem.control +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/menuitem.control +--- +<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/menuitem.control">control</a></span></code> </dt><dd> 型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/menu" title="menu">menu</a></code> 要素</em> </dd><dd> 内部の item を囲む <code><a href="/ja/docs/Mozilla/Tech/XUL/menu" title="menu">menu</a></code> が存在するとき、それを返します。存在しないときは <code>null</code> を返します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/menulist.image/index.html b/files/ja/archive/mozilla/xul/property/menulist.image/index.html new file mode 100644 index 0000000000..a6610798c5 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/menulist.image/index.html @@ -0,0 +1,13 @@ +--- +title: menulist.image +slug: Archive/Mozilla/XUL/Property/menulist.image +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/menulist.image +--- +<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/menulist.image">image</a></span></code> </dt><dd> 型: <em>image の URL</em> </dd><dd> 現在選択された項目に関連付けられた画像。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/menulist.inputfield/index.html b/files/ja/archive/mozilla/xul/property/menulist.inputfield/index.html new file mode 100644 index 0000000000..680043e717 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/menulist.inputfield/index.html @@ -0,0 +1,19 @@ +--- +title: menulist.inputField +slug: Archive/Mozilla/XUL/Property/menulist.inputField +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/menulist.inputField +--- +<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/menulist.inputField">inputField</a></span></code> </dt><dd> 型: <em>textbox 要素</em> </dd><dd> 編集可能な menu list に使用される <code><a href="/ja/docs/Mozilla/Tech/XUL/textbox" title="textbox">textbox</a></code> 要素への参照。これは編集可能な <code><a href="/ja/docs/Mozilla/Tech/XUL/menulist" title="menulist">menulist</a></code> にのみ適用される、読み取り専用のプロパティです。 </dd></dl> +<div class="noinclude"> +<h3 id="See_also" name="See_also">参照</h3> +<ul> <li><a href="/ja/XUL/Property/inputField" title="ja/XUL/Property/inputField">inputField</a></li> +</ul> +</div> +<div class="noinclude"> + +</div> +<p> </p> diff --git a/files/ja/archive/mozilla/xul/property/menupopup/index.html b/files/ja/archive/mozilla/xul/property/menupopup/index.html new file mode 100644 index 0000000000..512edad817 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/menupopup/index.html @@ -0,0 +1,19 @@ +--- +title: menupopup +slug: Archive/Mozilla/XUL/Property/menupopup +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/menupopup +--- +<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/menupopup">menupopup</a></span></code></dt> + <dd> + 型: <em>menupopup 要素</em></dd> + <dd> + menu または menulist 要素で使用される <code><a href="/ja/docs/Mozilla/Tech/XUL/menupopup" title="menupopup">menupopup</a></code> への参照。このプロパティは読み取り専用です。</dd> +</dl> +<p> </p> diff --git a/files/ja/archive/mozilla/xul/property/min/index.html b/files/ja/archive/mozilla/xul/property/min/index.html new file mode 100644 index 0000000000..f048a7f30c --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/min/index.html @@ -0,0 +1,15 @@ +--- +title: min +slug: Archive/Mozilla/XUL/Property/min +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/min +--- +<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/min">min</a></span></code></dt> + <dd>型: <em>整数型</em></dd> + <dd><code id="a-min"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/min">min</a></code> 属性の値の取得と設定。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/minheight/index.html b/files/ja/archive/mozilla/xul/property/minheight/index.html new file mode 100644 index 0000000000..496581c6b7 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/minheight/index.html @@ -0,0 +1,13 @@ +--- +title: minHeight +slug: Archive/Mozilla/XUL/Property/minHeight +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/minHeight +--- +<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/minHeight">minHeight</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> <code id="a-minheight"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/minheight">minheight</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/minresultsforpopup/index.html b/files/ja/archive/mozilla/xul/property/minresultsforpopup/index.html new file mode 100644 index 0000000000..9acc06a67d --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/minresultsforpopup/index.html @@ -0,0 +1,13 @@ +--- +title: minResultsForPopup +slug: Archive/Mozilla/XUL/Property/minResultsForPopup +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/minResultsForPopup +--- +<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/minResultsForPopup">minResultsForPopup</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> <code id="a-minresultsforpopup"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/minresultsforpopup">minresultsforpopup</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/minute/index.html b/files/ja/archive/mozilla/xul/property/minute/index.html new file mode 100644 index 0000000000..9e8d8bb079 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/minute/index.html @@ -0,0 +1,18 @@ +--- +title: minute +slug: Archive/Mozilla/XUL/Property/minute +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/minute +--- +<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/minute">minute</a></span></code></dt> + <dd> + 型: <em>整数型</em></dd> + <dd> + 現在選択されている、0 から 59 までの分。選択された分を変更するには、このプロパティを設定します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/minuteleadingzero/index.html b/files/ja/archive/mozilla/xul/property/minuteleadingzero/index.html new file mode 100644 index 0000000000..a86f87de1a --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/minuteleadingzero/index.html @@ -0,0 +1,18 @@ +--- +title: minuteLeadingZero +slug: Archive/Mozilla/XUL/Property/minuteLeadingZero +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/minuteLeadingZero +--- +<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/minuteLeadingZero">minuteLeadingZero</a></span></code></dt> + <dd> + 型: <em>論理型</em></dd> + <dd> + 分の値が 10 未満の場合、先頭にゼロを表示するかどうかを指示します。このプロパティは読み取り専用です。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/minwidth/index.html b/files/ja/archive/mozilla/xul/property/minwidth/index.html new file mode 100644 index 0000000000..a454aed754 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/minwidth/index.html @@ -0,0 +1,13 @@ +--- +title: minWidth +slug: Archive/Mozilla/XUL/Property/minWidth +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/minWidth +--- +<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/minWidth">minWidth</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> <code id="a-minwidth"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/minwidth">minwidth</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/mode/index.html b/files/ja/archive/mozilla/xul/property/mode/index.html new file mode 100644 index 0000000000..828d75f06d --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/mode/index.html @@ -0,0 +1,13 @@ +--- +title: mode +slug: Archive/Mozilla/XUL/Property/mode +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/mode +--- +<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/mode">mode</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> <code id="a-mode"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/mode">mode</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/month/index.html b/files/ja/archive/mozilla/xul/property/month/index.html new file mode 100644 index 0000000000..db333fab1e --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/month/index.html @@ -0,0 +1,18 @@ +--- +title: month +slug: Archive/Mozilla/XUL/Property/month +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/month +--- +<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/month">month</a></span></code></dt> + <dd> + 型: <em>整数型</em></dd> + <dd> + 現在選択されている月 (0 から 11 までの値)。選択された月を変更するにはこのプロパティを設定してください。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/monthleadingzero/index.html b/files/ja/archive/mozilla/xul/property/monthleadingzero/index.html new file mode 100644 index 0000000000..f60f9be409 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/monthleadingzero/index.html @@ -0,0 +1,18 @@ +--- +title: monthLeadingZero +slug: Archive/Mozilla/XUL/Property/monthLeadingZero +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/monthLeadingZero +--- +<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/monthLeadingZero">monthLeadingZero</a></span></code></dt> + <dd> + 型: <em>論理型</em></dd> + <dd> + 日付が 10 月より前の月で、先頭にゼロを加えて 2 桁で表示すべきかどうかを示す、読み取り専用の値。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/name/index.html b/files/ja/archive/mozilla/xul/property/name/index.html new file mode 100644 index 0000000000..b5c28f7670 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/name/index.html @@ -0,0 +1,15 @@ +--- +title: name +slug: Archive/Mozilla/XUL/Property/name +tags: + - MDC Project + - NeedsTechnicalReview + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/name +--- +<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/name">name</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> 変更する <code><a href="/ja/docs/Mozilla/Tech/XUL/preference" title="preference">preference</a></code> の名前。例えば、browser のホームページは <code>browser.startup.homepage</code> で設定されます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/next/index.html b/files/ja/archive/mozilla/xul/property/next/index.html new file mode 100644 index 0000000000..516ddcf37d --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/next/index.html @@ -0,0 +1,13 @@ +--- +title: next +slug: Archive/Mozilla/XUL/Property/next +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/next +--- +<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/next">next</a></span></code> </dt><dd> 型: <em>文字列型の <code><a href="/ja/docs/Mozilla/Tech/XUL/wizardpage" title="wizardpage">wizardpage</a></code> の id</em> </dd><dd> このページの後にくる次ページの <code id="a-pageid"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/pageid">pageid</a></code> を設定します。設定すると、Next ボタンが押された時、この pageID を持ったページが表示されます。これは連続した手順を持たない wizard の作成に使用されます。一つのページに <code id="a-next"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/next">next</a></code> 属性があるときは、最後のページを除き、すべてのページがこの属性を持つべきです。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/nomatch/index.html b/files/ja/archive/mozilla/xul/property/nomatch/index.html new file mode 100644 index 0000000000..3d2d3dd7ca --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/nomatch/index.html @@ -0,0 +1,13 @@ +--- +title: noMatch +slug: Archive/Mozilla/XUL/Property/noMatch +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/noMatch +--- +<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/noMatch">noMatch</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> このプロパティは、最後の検索結果がマッチしない場合、<code>true</code> に設定されます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/notificationshidden/index.html b/files/ja/archive/mozilla/xul/property/notificationshidden/index.html new file mode 100644 index 0000000000..5cb0876821 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/notificationshidden/index.html @@ -0,0 +1,13 @@ +--- +title: notificationsHidden +slug: Archive/Mozilla/XUL/Property/notificationsHidden +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/notificationsHidden +--- +<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/notificationsHidden">notificationsHidden</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> 通知エリアを隠すかどうかを指示します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/object/index.html b/files/ja/archive/mozilla/xul/property/object/index.html new file mode 100644 index 0000000000..a059b19b0a --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/object/index.html @@ -0,0 +1,18 @@ +--- +title: object +slug: Archive/Mozilla/XUL/Property/object +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/object +--- +<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/object">object</a></span></code></dt> + <dd> + 型: <em>string</em></dd> + <dd> + 要素のオブジェクト。これは RDF リソース URI または RDF リテラル値を参照する変数になります。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/observes/index.html b/files/ja/archive/mozilla/xul/property/observes/index.html new file mode 100644 index 0000000000..b00c41ac60 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/observes/index.html @@ -0,0 +1,13 @@ +--- +title: observes +slug: Archive/Mozilla/XUL/Property/observes +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/observes +--- +<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/observes">observes</a></span></code> </dt><dd> 型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/broadcaster" title="broadcaster">broadcaster</a></code> 要素の id</em> </dd><dd> <code id="a-observes"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/observes">observes</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/onfirstpage/index.html b/files/ja/archive/mozilla/xul/property/onfirstpage/index.html new file mode 100644 index 0000000000..449b3cea9a --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/onfirstpage/index.html @@ -0,0 +1,13 @@ +--- +title: onFirstPage +slug: Archive/Mozilla/XUL/Property/onFirstPage +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/onFirstPage +--- +<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/onFirstPage">onFirstPage</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> このプロパティは、ユーザが最初のページを開いているとき、<code>true</code> に設定されます。このページは最初の index かもしれません。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/onlastpage/index.html b/files/ja/archive/mozilla/xul/property/onlastpage/index.html new file mode 100644 index 0000000000..98f5465861 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/onlastpage/index.html @@ -0,0 +1,13 @@ +--- +title: onLastPage +slug: Archive/Mozilla/XUL/Property/onLastPage +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/onLastPage +--- +<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/onLastPage">onLastPage</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> このプロパティは、ユーザが wizard の最後のページを開いている時、<code>true</code> に設定されます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/open/index.html b/files/ja/archive/mozilla/xul/property/open/index.html new file mode 100644 index 0000000000..22ed28749e --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/open/index.html @@ -0,0 +1,18 @@ +--- +title: open +slug: Archive/Mozilla/XUL/Property/open +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/open +--- +<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/open">open</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-open"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/open">open</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> +<h3 id="See_also" name="See_also">参照</h3> +<ul> <li><a href="/ja/XUL/Property/colorpicker.open" title="ja/XUL/Property/colorpicker.open">colorpicker.open</a></li> <li><a href="/ja/XUL/Property/datepicker.open" title="ja/XUL/Property/datepicker.open">datepicker.open</a></li> <li><a href="/ja/XUL/Property/menu.open" title="ja/XUL/Property/menu.open">menu.open</a></li> +</ul> +</div> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/ordinal/index.html b/files/ja/archive/mozilla/xul/property/ordinal/index.html new file mode 100644 index 0000000000..4f91003c93 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/ordinal/index.html @@ -0,0 +1,13 @@ +--- +title: ordinal +slug: Archive/Mozilla/XUL/Property/ordinal +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/ordinal +--- +<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/ordinal">ordinal</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> <code id="a-ordinal"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/ordinal">ordinal</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/orient/index.html b/files/ja/archive/mozilla/xul/property/orient/index.html new file mode 100644 index 0000000000..7af845b8da --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/orient/index.html @@ -0,0 +1,13 @@ +--- +title: orient +slug: Archive/Mozilla/XUL/Property/orient +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/orient +--- +<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/orient">orient</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> <code id="a-orient"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/orient">orient</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/pack/index.html b/files/ja/archive/mozilla/xul/property/pack/index.html new file mode 100644 index 0000000000..e8cdaf76cd --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/pack/index.html @@ -0,0 +1,13 @@ +--- +title: pack +slug: Archive/Mozilla/XUL/Property/pack +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/pack +--- +<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/pack">pack</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> <code id="a-pack"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/pack">pack</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/pagecount/index.html b/files/ja/archive/mozilla/xul/property/pagecount/index.html new file mode 100644 index 0000000000..38e9ca6333 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/pagecount/index.html @@ -0,0 +1,13 @@ +--- +title: pageCount +slug: Archive/Mozilla/XUL/Property/pageCount +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/pageCount +--- +<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/pageCount">pageCount</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> このプロパティは <code><a href="/ja/docs/Mozilla/Tech/XUL/wizard" title="wizard">wizard</a></code> 内のページ数を保持します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/pageid/index.html b/files/ja/archive/mozilla/xul/property/pageid/index.html new file mode 100644 index 0000000000..aaa58c2111 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/pageid/index.html @@ -0,0 +1,13 @@ +--- +title: pageid +slug: Archive/Mozilla/XUL/Property/pageid +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/pageid +--- +<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/pageid">pageid</a></span></code> </dt><dd> 型: <em>文字列型の <code><a href="/ja/docs/Mozilla/Tech/XUL/wizardpage" title="wizardpage">wizardpage</a></code> の id</em> </dd><dd> この属性は、<code><a href="/ja/docs/Mozilla/Tech/XUL/wizard" title="wizard">wizard</a></code> 内の page を識別する id 文字列が設定されます。これは <code id="a-next"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/next">next</a></code> 属性と共に使用されます。wizard は常に、wizard の子リスト内に最初に現れる <code><a href="/ja/docs/Mozilla/Tech/XUL/wizardpage" title="wizardpage">wizardpage</a></code> から始まります。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/pageincrement/index.html b/files/ja/archive/mozilla/xul/property/pageincrement/index.html new file mode 100644 index 0000000000..49533ca38d --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/pageincrement/index.html @@ -0,0 +1,13 @@ +--- +title: pageIncrement +slug: Archive/Mozilla/XUL/Property/pageIncrement +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/pageIncrement +--- +<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/pageIncrement">pageIncrement</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> <code id="a-pageincrement"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/pageincrement">pageincrement</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/pageindex/index.html b/files/ja/archive/mozilla/xul/property/pageindex/index.html new file mode 100644 index 0000000000..b5ef21e897 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/pageindex/index.html @@ -0,0 +1,13 @@ +--- +title: pageIndex +slug: Archive/Mozilla/XUL/Property/pageIndex +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/pageIndex +--- +<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/pageIndex">pageIndex</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> このプロパティは現在選択されているページの index を返します。このプロパティを調整して選択されたページを変更することができます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/pagestep/index.html b/files/ja/archive/mozilla/xul/property/pagestep/index.html new file mode 100644 index 0000000000..fa7732dc6f --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/pagestep/index.html @@ -0,0 +1,13 @@ +--- +title: pageStep +slug: Archive/Mozilla/XUL/Property/pageStep +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/pageStep +--- +<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/pageStep">pageStep</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> このプロパティはユーザが辿ってきたページ数を返します。つまり、ユーザが Back ボタンを押すと、この値もその回数分最初に戻ります。ユーザが各ページへ順番に移動する必要はないため、このプロパティは <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/pageIndex">pageIndex</a></span></code> と異なります。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/palette/index.html b/files/ja/archive/mozilla/xul/property/palette/index.html new file mode 100644 index 0000000000..c16cdc9a34 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/palette/index.html @@ -0,0 +1,13 @@ +--- +title: palette +slug: Archive/Mozilla/XUL/Property/palette +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/palette +--- +<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/palette">palette</a></span></code> </dt><dd> <strong><span class="highlightred">Firefox のみ</span></strong> </dd><dd> 型: <em>要素</em> </dd><dd> <code><a href="/ja/docs/Mozilla/Tech/XUL/toolbox" title="toolbox">toolbox</a></code> 内の <code><a href="/ja/docs/Mozilla/Tech/XUL/toolbarpalette" title="toolbarpalette">toolbarpalette</a></code>。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/parentcontainer/index.html b/files/ja/archive/mozilla/xul/property/parentcontainer/index.html new file mode 100644 index 0000000000..6be1c42304 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/parentcontainer/index.html @@ -0,0 +1,13 @@ +--- +title: parentContainer +slug: Archive/Mozilla/XUL/Property/parentContainer +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/parentContainer +--- +<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/parentContainer">parentContainer</a></span></code> </dt><dd> 型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/menu" title="menu">menu</a></code> 要素</em> </dd><dd> 包含する <code><a href="/ja/docs/Mozilla/Tech/XUL/menu" title="menu">menu</a></code> 要素を返す読み取り専用のプロパティです。包含する menu がない場合、<code>null</code> を返します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/persist/index.html b/files/ja/archive/mozilla/xul/property/persist/index.html new file mode 100644 index 0000000000..c4f376e65b --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/persist/index.html @@ -0,0 +1,13 @@ +--- +title: persist +slug: Archive/Mozilla/XUL/Property/persist +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/persist +--- +<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/persist">persist</a></span></code> </dt><dd> 型: <em>スペースで区切られた属性名のリスト</em> </dd><dd> <code id="a-persist"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/persist">persist</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/persistence/index.html b/files/ja/archive/mozilla/xul/property/persistence/index.html new file mode 100644 index 0000000000..12f09b0cf6 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/persistence/index.html @@ -0,0 +1,13 @@ +--- +title: persistence +slug: Archive/Mozilla/XUL/Property/persistence +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/persistence +--- +<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/persistence">persistence</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> <code id="a-persistence"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/persistence">persistence</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/placeholder/index.html b/files/ja/archive/mozilla/xul/property/placeholder/index.html new file mode 100644 index 0000000000..fa560d2635 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/placeholder/index.html @@ -0,0 +1,14 @@ +--- +title: placeholder +slug: Archive/Mozilla/XUL/Property/placeholder +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/placeholder +--- +<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/placeholder">placeholder</a></span></code> </dt> <dd>型: <em>文字列型</em></dd> <dd>textbox が値を持たないときに表示される文字列の取得と設定。</dd> +</dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/pmindicator/index.html b/files/ja/archive/mozilla/xul/property/pmindicator/index.html new file mode 100644 index 0000000000..588c3f41ec --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/pmindicator/index.html @@ -0,0 +1,18 @@ +--- +title: pmIndicator +slug: Archive/Mozilla/XUL/Property/pmIndicator +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/pmIndicator +--- +<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/pmIndicator">pmIndicator</a></span></code></dt> + <dd> + 型: <em>文字列型</em></dd> + <dd> + 設定された文字列は午前と午後の区別表示に使用されます。初期値は PM です。この値はユーザが使用するロケールに合わせる事もできます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/popup/index.html b/files/ja/archive/mozilla/xul/property/popup/index.html new file mode 100644 index 0000000000..9f95c7c974 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/popup/index.html @@ -0,0 +1,13 @@ +--- +title: popup +slug: Archive/Mozilla/XUL/Property/popup +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/popup +--- +<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/popup">popup</a></span></code> </dt><dd> 型: <em>popup 要素の id</em> </dd><dd> ユーザが textbox 上をクリックしたときに現れる、<code><a href="/ja/docs/Mozilla/Tech/XUL/popup" title="popup">popup</a></code> 要素の <code id="a-id"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/id">id</a></code> の値を設定します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/popupboxobject/index.html b/files/ja/archive/mozilla/xul/property/popupboxobject/index.html new file mode 100644 index 0000000000..f3d185e418 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/popupboxobject/index.html @@ -0,0 +1,13 @@ +--- +title: popupBoxObject +slug: Archive/Mozilla/XUL/Property/popupBoxObject +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/popupBoxObject +--- +<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/popupBoxObject">popupBoxObject</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIPopupBoxObject" title="ja/NsIPopupBoxObject">nsIPopupBoxObject</a></em> </dd><dd> この読み取り専用のプロパティは、popup を実装する <a href="/ja/NsIPopupBoxObject" title="ja/NsIPopupBoxObject">nsIPopupBoxObject</a> を保持しています。popup 自身を通して関数のすべてを利用できるため、通常、このプロパティを使用する必要はありません。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/popupopen/index.html b/files/ja/archive/mozilla/xul/property/popupopen/index.html new file mode 100644 index 0000000000..becda91037 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/popupopen/index.html @@ -0,0 +1,13 @@ +--- +title: popupOpen +slug: Archive/Mozilla/XUL/Property/popupOpen +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/popupOpen +--- +<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/popupOpen">popupOpen</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> popup が開かれているかどうかを示す。popup を開閉するにはこのプロパティを設定します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/position/index.html b/files/ja/archive/mozilla/xul/property/position/index.html new file mode 100644 index 0000000000..ce8c257996 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/position/index.html @@ -0,0 +1,13 @@ +--- +title: position +slug: Archive/Mozilla/XUL/Property/position +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/position +--- +<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/position">position</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> <a href="/ja/XUL/Attribute/popup.position" title="ja/XUL/Attribute/popup.position">position</a> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/predicate/index.html b/files/ja/archive/mozilla/xul/property/predicate/index.html new file mode 100644 index 0000000000..3c00829d3c --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/predicate/index.html @@ -0,0 +1,13 @@ +--- +title: predicate +slug: Archive/Mozilla/XUL/Property/predicate +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/predicate +--- +<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/predicate">predicate</a></span></code> </dt><dd> マッチする述部またはプロパティ。これはプロパティの URI でなければなりません。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/preference.preferences/index.html b/files/ja/archive/mozilla/xul/property/preference.preferences/index.html new file mode 100644 index 0000000000..d078c6d0ed --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/preference.preferences/index.html @@ -0,0 +1,13 @@ +--- +title: preference.preferences +slug: Archive/Mozilla/XUL/Property/preference.preferences +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/preference.preferences +--- +<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/preference.preferences">preferences</a></span></code> </dt><dd> 型: <em>要素</em> </dd><dd> <code><a href="/ja/docs/Mozilla/Tech/XUL/preferences" title="preferences">preferences</a></code> を含む要素への参照。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/preferenceelements/index.html b/files/ja/archive/mozilla/xul/property/preferenceelements/index.html new file mode 100644 index 0000000000..74ae72912f --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/preferenceelements/index.html @@ -0,0 +1,18 @@ +--- +title: preferenceElements +slug: Archive/Mozilla/XUL/Property/preferenceElements +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/preferenceElements +--- +<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/preferenceElements">preferenceElements</a></span></code></dt> + <dd> + 型: <em>DOM Nodelist</em></dd> + <dd> + preferences に関連付けられたペイン内の UI 要素のリストを保持します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/preferencepanes/index.html b/files/ja/archive/mozilla/xul/property/preferencepanes/index.html new file mode 100644 index 0000000000..f77eeda112 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/preferencepanes/index.html @@ -0,0 +1,13 @@ +--- +title: preferencePanes +slug: Archive/Mozilla/XUL/Property/preferencePanes +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/preferencePanes +--- +<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/preferencePanes">preferencePanes</a></span></code> </dt><dd> 型: <em>DOM NodeList</em> </dd><dd> window 内のすべての <code><a href="/ja/docs/Mozilla/Tech/XUL/prefpane" title="prefpane">prefpane</a></code> 要素のリストを保持します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/preferences/index.html b/files/ja/archive/mozilla/xul/property/preferences/index.html new file mode 100644 index 0000000000..1a9fb765ce --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/preferences/index.html @@ -0,0 +1,17 @@ +--- +title: preferences +slug: Archive/Mozilla/XUL/Property/preferences +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/preferences +--- +<div class="noinclude"><span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="XUL_Reference">XUL リファレンス</a></span></div> +<div class="noinclude"> +<h3 id="See_also" name="See_also">参照</h3> +<ul> <li><a href="/ja/XUL/Property/browser.preferences" title="ja/XUL/Property/browser.preferences">browser.preferences</a></li> <li><a href="/ja/XUL/Property/preference.preferences" title="ja/XUL/Property/preference.preferences">preference.preferences</a></li> <li><a href="/ja/XUL/Property/prefpane.preferences" title="ja/XUL/Property/prefpane.preferences">prefpane.preferences</a></li> +</ul> +</div> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/prefpane.preferences/index.html b/files/ja/archive/mozilla/xul/property/prefpane.preferences/index.html new file mode 100644 index 0000000000..136bb46950 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/prefpane.preferences/index.html @@ -0,0 +1,18 @@ +--- +title: prefpane.preferences +slug: Archive/Mozilla/XUL/Property/prefpane.preferences +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/prefpane.preferences +--- +<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/prefpane.preferences">preferences</a></span></code></dt> + <dd> + 型: <em>DOM Nodelist</em></dd> + <dd> + ペイン内の <code><a href="/ja/docs/Mozilla/Tech/XUL/preference" title="preference">preference</a></code> 要素のリストを保持します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/priority/index.html b/files/ja/archive/mozilla/xul/property/priority/index.html new file mode 100644 index 0000000000..3e4533831c --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/priority/index.html @@ -0,0 +1,13 @@ +--- +title: priority +slug: Archive/Mozilla/XUL/Property/priority +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/priority +--- +<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/priority">priority</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> <code id="a-priority"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/priority">priority</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/radio.control/index.html b/files/ja/archive/mozilla/xul/property/radio.control/index.html new file mode 100644 index 0000000000..5847db0fc0 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/radio.control/index.html @@ -0,0 +1,13 @@ +--- +title: radio.control +slug: Archive/Mozilla/XUL/Property/radio.control +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/radio.control +--- +<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/radio.control">control</a></span></code> </dt><dd> 型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/radiogroup" title="radiogroup">radiogroup</a></code> 要素</em> </dd><dd> <code><a href="/ja/docs/Mozilla/Tech/XUL/radio" title="radio">radio</a></code> 要素が内部に含む <code><a href="/ja/docs/Mozilla/Tech/XUL/radiogroup" title="radiogroup">radiogroup</a></code> を返します。これは radio 要素の直接の親要素であるとは限りません。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/radiogroup/index.html b/files/ja/archive/mozilla/xul/property/radiogroup/index.html new file mode 100644 index 0000000000..6b67104047 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/radiogroup/index.html @@ -0,0 +1,13 @@ +--- +title: radioGroup +slug: Archive/Mozilla/XUL/Property/radioGroup +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/radioGroup +--- +<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/radioGroup">radioGroup</a></span></code> </dt><dd> 型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/radiogroup" title="radiogroup">radiogroup</a></code> 要素</em> </dd><dd> <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/control">control</a></span></code> プロパティと同等。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/readonly/index.html b/files/ja/archive/mozilla/xul/property/readonly/index.html new file mode 100644 index 0000000000..61a749c052 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/readonly/index.html @@ -0,0 +1,18 @@ +--- +title: readOnly +slug: Archive/Mozilla/XUL/Property/readOnly +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/readOnly +--- +<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/readOnly">readOnly</a></span></code></dt> + <dd> + 型: <em>論理型</em></dd> + <dd> + <code>true</code> に設定すると、ユーザは要素の値を変更できなくなります。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/ref/index.html b/files/ja/archive/mozilla/xul/property/ref/index.html new file mode 100644 index 0000000000..4e7e067a37 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/ref/index.html @@ -0,0 +1,13 @@ +--- +title: ref +slug: Archive/Mozilla/XUL/Property/ref +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/ref +--- +<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/ref">ref</a></span></code> </dt><dd> 型: <em>RDF リソースの URI</em> </dd><dd> <code id="a-ref"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/ref">ref</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/resource/index.html b/files/ja/archive/mozilla/xul/property/resource/index.html new file mode 100644 index 0000000000..ea264fb3af --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/resource/index.html @@ -0,0 +1,13 @@ +--- +title: resource +slug: Archive/Mozilla/XUL/Property/resource +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/resource +--- +<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/resource">resource</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIRDFResource" title="ja/NsIRDFResource">nsIRDFResource</a></em> </dd><dd> 要素の <code id="a-ref"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/ref">ref</a></code> 属性の値を持つ RDF リソースを返します。<code id="a-ref"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/ref">ref</a></code> 属性が指定されていないときは、代わりに <code id="a-id"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/id">id</a></code> 属性が使用されます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/resultspopup/index.html b/files/ja/archive/mozilla/xul/property/resultspopup/index.html new file mode 100644 index 0000000000..bbbd3e6315 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/resultspopup/index.html @@ -0,0 +1,13 @@ +--- +title: resultsPopup +slug: Archive/Mozilla/XUL/Property/resultsPopup +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/resultsPopup +--- +<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/resultsPopup">resultsPopup</a></span></code> </dt><dd> 型: <em>popup 要素</em> </dd><dd> このプロパティには候補を表示する popup 要素が設定されます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/richlistitem.label/index.html b/files/ja/archive/mozilla/xul/property/richlistitem.label/index.html new file mode 100644 index 0000000000..d2c3aacdd8 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/richlistitem.label/index.html @@ -0,0 +1,13 @@ +--- +title: richlistitem.label +slug: Archive/Mozilla/XUL/Property/richlistitem.label +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/richlistitem.label +--- +<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/richlistitem.label">label</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> 任意の <code><a href="/ja/docs/Mozilla/Tech/XUL/label" title="label">label</a></code> 子要素からテキストの連なりを取得します。ラベル値の設定はサポートしていません。ラベルテキストの設定は子要素を直接使用してください。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/scrollboxobject/index.html b/files/ja/archive/mozilla/xul/property/scrollboxobject/index.html new file mode 100644 index 0000000000..87a84eae5a --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/scrollboxobject/index.html @@ -0,0 +1,13 @@ +--- +title: scrollBoxObject +slug: Archive/Mozilla/XUL/Property/scrollBoxObject +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/scrollBoxObject +--- +<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/scrollBoxObject">scrollBoxObject</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIScrollBoxObject" title="ja/NsIScrollBoxObject">nsIScrollBoxObject</a></em> </dd><dd> scroll box オブジェクトは、list box のスクロール位置の変更や取得に使用される <a href="/ja/NsIScrollBoxObject" title="ja/NsIScrollBoxObject">nsIScrollBoxObject</a> インタフェースを実装します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/scrollincrement/index.html b/files/ja/archive/mozilla/xul/property/scrollincrement/index.html new file mode 100644 index 0000000000..3ab4740c20 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/scrollincrement/index.html @@ -0,0 +1,13 @@ +--- +title: scrollIncrement +slug: Archive/Mozilla/XUL/Property/scrollIncrement +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/scrollIncrement +--- +<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/scrollIncrement">scrollIncrement</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> <code><a href="/ja/docs/Mozilla/Tech/XUL/arrowscrollbox" title="arrowscrollbox">arrowscrollbox</a></code> がクリックされた時に発生するスクロールのピクセル数を取得する、読み取り専用のプロパティ。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/searchbutton/index.html b/files/ja/archive/mozilla/xul/property/searchbutton/index.html new file mode 100644 index 0000000000..30b44d1c5e --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/searchbutton/index.html @@ -0,0 +1,14 @@ +--- +title: searchButton +slug: Archive/Mozilla/XUL/Property/searchButton +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/SearchButton +--- +<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/searchButton">searchButton</a></span></code></dt> <dd>型: <em>論理型</em></dd> <dd><code id="a-searchbutton"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/searchbutton">searchbutton</a></code> 属性の値の取得と設定。</dd> +</dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/searchcount/index.html b/files/ja/archive/mozilla/xul/property/searchcount/index.html new file mode 100644 index 0000000000..41564eed06 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/searchcount/index.html @@ -0,0 +1,13 @@ +--- +title: searchCount +slug: Archive/Mozilla/XUL/Property/searchCount +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/searchCount +--- +<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/searchCount">searchCount</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> 使用された検索コンポーネントの数を返す。このプロパティは読み取り専用です。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/searchlabel/index.html b/files/ja/archive/mozilla/xul/property/searchlabel/index.html new file mode 100644 index 0000000000..4d733335c5 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/searchlabel/index.html @@ -0,0 +1,13 @@ +--- +title: searchLabel +slug: Archive/Mozilla/XUL/Property/searchLabel +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/searchLabel +--- +<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/searchLabel">searchLabel</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> <code id="a-searchlabel"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/searchlabel">searchlabel</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/searchparam/index.html b/files/ja/archive/mozilla/xul/property/searchparam/index.html new file mode 100644 index 0000000000..8ee8f2e641 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/searchparam/index.html @@ -0,0 +1,13 @@ +--- +title: searchParam +slug: Archive/Mozilla/XUL/Property/searchParam +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/searchParam +--- +<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/searchParam">searchParam</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> <code id="a-autocompletesearchparam"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/autocompletesearchparam">autocompletesearchparam</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/searchsessions/index.html b/files/ja/archive/mozilla/xul/property/searchsessions/index.html new file mode 100644 index 0000000000..b5290e96f4 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/searchsessions/index.html @@ -0,0 +1,17 @@ +--- +title: searchSessions +slug: Archive/Mozilla/XUL/Property/searchSessions +tags: + - MDC Project + - NeedsTechnicalReview + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/searchSessions +--- +<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/searchSessions">searchSessions</a></span></code> </dt><dd> 型: <em>スペースで区切られたセッション名のリスト</em> </dd><dd> キーボードで指示する、自動補完のために探すデータ形式を設定します。複数の形式を設定するには、これらの名前をスペースで区切ります。次の値が利用可能ですが、他の値を追加するカスタムコンポーネントがインストールされているかもしれません。 </dd></dl> +<ul> <li><code>history</code>: ユーザの URL 訪問履歴が検索されます。</li> <li><code>addrbook</code>: ユーザのアドレス帳が検索されます。</li> <li><code>ldap</code>: ユーザの LDAP ディレクトリが検索されます。</li> +</ul> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/second/index.html b/files/ja/archive/mozilla/xul/property/second/index.html new file mode 100644 index 0000000000..32ae5dbbc2 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/second/index.html @@ -0,0 +1,18 @@ +--- +title: second +slug: Archive/Mozilla/XUL/Property/second +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/second +--- +<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/second">second</a></span></code></dt> + <dd> + 型: <em>整数型</em></dd> + <dd> + 現在選択されている 0 から 59 までの秒。選択された秒を変更するには、このプロパティを設定します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/secondleadingzero/index.html b/files/ja/archive/mozilla/xul/property/secondleadingzero/index.html new file mode 100644 index 0000000000..ff778c9bb9 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/secondleadingzero/index.html @@ -0,0 +1,18 @@ +--- +title: secondLeadingZero +slug: Archive/Mozilla/XUL/Property/secondLeadingZero +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/secondLeadingZero +--- +<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/secondLeadingZero">secondLeadingZero</a></span></code></dt> + <dd> + 型: <em>論理型</em></dd> + <dd> + 秒の値が 10 未満の場合、先頭にゼロを表示するかどうかを指示します。このプロパティは読み取り専用です。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/securityui/index.html b/files/ja/archive/mozilla/xul/property/securityui/index.html new file mode 100644 index 0000000000..cf5020c0c7 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/securityui/index.html @@ -0,0 +1,13 @@ +--- +title: securityUI +slug: Archive/Mozilla/XUL/Property/securityUI +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/securityUI +--- +<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/securityUI">securityUI</a></span></code> </dt><dd> 型: <em><a href="/ja/NsISecureBrowserUI" title="ja/NsISecureBrowserUI">nsISecureBrowserUI</a></em> </dd><dd> この読み取り専用のプロパティは、読み込まれた document のセキュリティレベルを決定するオブジェクトを含みます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/selected/index.html b/files/ja/archive/mozilla/xul/property/selected/index.html new file mode 100644 index 0000000000..1c103575f1 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/selected/index.html @@ -0,0 +1,13 @@ +--- +title: selected +slug: Archive/Mozilla/XUL/Property/selected +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/selected +--- +<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/selected">selected</a></span></code></dt> +<dd> 型: <em>論理型</em> </dd><dd> このプロパティの値は、要素が選択されているときは <code>true</code>、選択されていないときは <code>false</code> です。このプロパティは読み取り専用です。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/selectedbrowser/index.html b/files/ja/archive/mozilla/xul/property/selectedbrowser/index.html new file mode 100644 index 0000000000..c1e7ace1e1 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/selectedbrowser/index.html @@ -0,0 +1,13 @@ +--- +title: selectedBrowser +slug: Archive/Mozilla/XUL/Property/selectedBrowser +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/selectedBrowser +--- +<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/selectedBrowser">selectedBrowser</a></span></code> </dt><dd> 型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/browser" title="browser">browser</a></code> 要素</em> </dd><dd> この読み取り専用のプロパティは、現在表示されている <code><a href="/ja/docs/Mozilla/Tech/XUL/browser" title="browser">browser</a></code> 要素を返します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/selectedcount/index.html b/files/ja/archive/mozilla/xul/property/selectedcount/index.html new file mode 100644 index 0000000000..aa333792d9 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/selectedcount/index.html @@ -0,0 +1,13 @@ +--- +title: selectedCount +slug: Archive/Mozilla/XUL/Property/selectedCount +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/selectedCount +--- +<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/selectedCount">selectedCount</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> 現在選択されている項目の数を返します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/selectedindex/index.html b/files/ja/archive/mozilla/xul/property/selectedindex/index.html new file mode 100644 index 0000000000..712e2812d0 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/selectedindex/index.html @@ -0,0 +1,13 @@ +--- +title: selectedIndex +slug: Archive/Mozilla/XUL/Property/selectedIndex +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/selectedIndex +--- +<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/selectedIndex">selectedIndex</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> 選択された項目の index を返します。また、このプロパティに index を設定して項目を選択する事もできます。このプロパティに <code>-1</code> を設定すると、項目の選択をすべて解除します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/selecteditem/index.html b/files/ja/archive/mozilla/xul/property/selecteditem/index.html new file mode 100644 index 0000000000..2ace3a95c1 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/selecteditem/index.html @@ -0,0 +1,14 @@ +--- +title: selectedItem +slug: Archive/Mozilla/XUL/Property/selectedItem +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/selectedItem +--- +<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/selectedItem">selectedItem</a></span></code> </dt><dd> 型: <em>要素</em> </dd><dd> 選択できる要素がある要素の、現在選択されている項目を保持します。項目が選択されていないときは、この値は <code>null</code> になります。この値の設定によって項目を選択することができます。値が、このプロパティまたは <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/selectedIndex">selectedIndex</a></span></code> プロパティを通じて変更されるか、ユーザによって変更された場合、select イベントが要素に送られます。 </dd></dl> +<p> </p> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/selecteditems/index.html b/files/ja/archive/mozilla/xul/property/selecteditems/index.html new file mode 100644 index 0000000000..09525dc9a1 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/selecteditems/index.html @@ -0,0 +1,13 @@ +--- +title: selectedItems +slug: Archive/Mozilla/XUL/Property/selectedItems +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/selectedItems +--- +<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/selectedItems">selectedItems</a></span></code> </dt><dd> 型: <em>listitems の配列</em> </dd><dd> リスト内の選択された項目の配列を返します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/selectedpanel/index.html b/files/ja/archive/mozilla/xul/property/selectedpanel/index.html new file mode 100644 index 0000000000..fd8cfc0ccc --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/selectedpanel/index.html @@ -0,0 +1,13 @@ +--- +title: selectedPanel +slug: Archive/Mozilla/XUL/Property/selectedPanel +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/selectedPanel +--- +<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/selectedPanel">selectedPanel</a></span></code> </dt><dd> 型: <em>要素</em> </dd><dd> <code>tabbox</code> 要素内の現在選択されたパネルへの参照を保持します。このプロパティに値を割り当てると、選択されたパネルが変更されます。選択されたパネルが変更された時、select イベントが送られます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/selectedtab/index.html b/files/ja/archive/mozilla/xul/property/selectedtab/index.html new file mode 100644 index 0000000000..9a41dd5041 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/selectedtab/index.html @@ -0,0 +1,13 @@ +--- +title: selectedTab +slug: Archive/Mozilla/XUL/Property/selectedTab +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/selectedTab +--- +<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/selectedTab">selectedTab</a></span></code> </dt><dd> 型: <em>tab 要素</em> </dd><dd> 現在選択されたタブへの参照。これは常に <code><a href="/ja/docs/Mozilla/Tech/XUL/tabs" title="tabs">tabs</a></code> 要素内の <code><a href="/ja/docs/Mozilla/Tech/XUL/tab" title="tab">tab</a></code> 要素の一つになります。現在選択されたタブを変更するには、このプロパティに値を割り当ててください。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/selectionend/index.html b/files/ja/archive/mozilla/xul/property/selectionend/index.html new file mode 100644 index 0000000000..b73b19e9ef --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/selectionend/index.html @@ -0,0 +1,13 @@ +--- +title: selectionEnd +slug: Archive/Mozilla/XUL/Property/selectionEnd +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/selectionEnd +--- +<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/selectionEnd">selectionEnd</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> フィールドのテキストの選択部分の末尾の取得または設定。<code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/selectionStart">selectionStart</a></span></code> プロパティと共に使用します。この値は選択後の文字の index を指定します。この値が <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/selectionStart">selectionStart</a></span></code> プロパティの値と等しいときは text が選択されませんが、値は textbox 内のキャレット(カーソル) の位置を示します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/selectionstart/index.html b/files/ja/archive/mozilla/xul/property/selectionstart/index.html new file mode 100644 index 0000000000..4db6f41f04 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/selectionstart/index.html @@ -0,0 +1,13 @@ +--- +title: selectionStart +slug: Archive/Mozilla/XUL/Property/selectionStart +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/selectionStart +--- +<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/selectionStart">selectionStart</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> フィールドのテキストの選択部分の先頭の取得または設定。<code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/selectionEnd">selectionEnd</a></span></code> プロパティと共に使用します。値は選択された最初の文字の index を指定します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/selstyle/index.html b/files/ja/archive/mozilla/xul/property/selstyle/index.html new file mode 100644 index 0000000000..a40598c292 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/selstyle/index.html @@ -0,0 +1,13 @@ +--- +title: selstyle +slug: Archive/Mozilla/XUL/Property/selstyle +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/selstyle +--- +<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/selstyle">selstyle</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> 値に <code>primary</code> を設定すると、tree 内の項目が選択された時、最初の列のラベルのみが強調表示されます。その他の場合はすべての行が強調表示されます。違いを知るには、Mozilla メールのフォルダリストとメッセージリストの選択スタイルを比較してください。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/seltype/index.html b/files/ja/archive/mozilla/xul/property/seltype/index.html new file mode 100644 index 0000000000..81335f1683 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/seltype/index.html @@ -0,0 +1,15 @@ +--- +title: selType +slug: Archive/Mozilla/XUL/Property/selType +tags: + - MDC Project + - NeedsTechnicalReview + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/selType +--- +<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/selType">selType</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> <code id="a-seltype"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/seltype">seltype</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/sessioncount/index.html b/files/ja/archive/mozilla/xul/property/sessioncount/index.html new file mode 100644 index 0000000000..e81d0c4018 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/sessioncount/index.html @@ -0,0 +1,13 @@ +--- +title: sessionCount +slug: Archive/Mozilla/XUL/Property/sessionCount +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/sessionCount +--- +<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/sessionCount">sessionCount</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> セッション数を保持します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/sessionhistory/index.html b/files/ja/archive/mozilla/xul/property/sessionhistory/index.html new file mode 100644 index 0000000000..ea35dc4ec9 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/sessionhistory/index.html @@ -0,0 +1,13 @@ +--- +title: sessionHistory +slug: Archive/Mozilla/XUL/Property/sessionHistory +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/sessionHistory +--- +<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/sessionHistory">sessionHistory</a></span></code> </dt><dd> 型: <em><a href="/ja/NsISHistory" title="ja/NsISHistory">nsISHistory</a></em> </dd><dd> この読み取り専用のプロパティは、セッション履歴を保持する <a href="/ja/NsISHistory" title="ja/NsISHistory">nsISHistory</a> オブジェクトを含みます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/showcommentcolumn/index.html b/files/ja/archive/mozilla/xul/property/showcommentcolumn/index.html new file mode 100644 index 0000000000..f6998cdc45 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/showcommentcolumn/index.html @@ -0,0 +1,13 @@ +--- +title: showCommentColumn +slug: Archive/Mozilla/XUL/Property/showCommentColumn +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/showCommentColumn +--- +<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/showCommentColumn">showCommentColumn</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-showcommentcolumn"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/showcommentcolumn">showcommentcolumn</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/showpopup/index.html b/files/ja/archive/mozilla/xul/property/showpopup/index.html new file mode 100644 index 0000000000..f1ca920914 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/showpopup/index.html @@ -0,0 +1,13 @@ +--- +title: showPopup +slug: Archive/Mozilla/XUL/Property/showPopup +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/showPopup +--- +<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/showPopup">showPopup</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-showpopup"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/showpopup">showpopup</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/size/index.html b/files/ja/archive/mozilla/xul/property/size/index.html new file mode 100644 index 0000000000..dc3e7d0d88 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/size/index.html @@ -0,0 +1,13 @@ +--- +title: size +slug: Archive/Mozilla/XUL/Property/size +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/size +--- +<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/size">size</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> <code id="a-size"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/size">size</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/smoothscroll/index.html b/files/ja/archive/mozilla/xul/property/smoothscroll/index.html new file mode 100644 index 0000000000..84faaa0460 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/smoothscroll/index.html @@ -0,0 +1,13 @@ +--- +title: smoothScroll +slug: Archive/Mozilla/XUL/Property/smoothScroll +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/smoothScroll +--- +<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/smoothScroll">smoothScroll</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> 対応する <a href="/ja/XUL/arrowscrollbox" title="ja/XUL/arrowscrollbox">arrowscrollbox</a> のスムーズスクロールを有効または無効に設定します。明示的に設定されていないときは <code id="a-smoothscroll"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/smoothscroll">smoothscroll</a></code> 属性にフォールバックされ、次に <code>toolkit.scrollbox.smoothScroll</code> 設定にフォールバックされます。現在のスムーズスクロールは垂直方向の arrowscrollbox のみをサポートしています。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/spinbuttons/index.html b/files/ja/archive/mozilla/xul/property/spinbuttons/index.html new file mode 100644 index 0000000000..a7188d1db7 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/spinbuttons/index.html @@ -0,0 +1,14 @@ +--- +title: spinButtons +slug: Archive/Mozilla/XUL/Property/spinButtons +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/spinButtons +--- +<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/spinButtons">spinButtons</a></span></code></dt> + <dd>型: <em>要素</em></dd> + <dd>この読み取り専用のプロパティは、数値ボックスで使用される <code><a href="/ja/docs/Mozilla/Tech/XUL/spinbuttons" title="spinbuttons">spinbuttons</a></code> 要素への参照を返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/src/index.html b/files/ja/archive/mozilla/xul/property/src/index.html new file mode 100644 index 0000000000..4d963c4a7f --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/src/index.html @@ -0,0 +1,13 @@ +--- +title: src +slug: Archive/Mozilla/XUL/Property/src +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/src +--- +<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/src">src</a></span></code> </dt><dd> 型: <em>URL</em> </dd><dd> <code id="a-src"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/src">src</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/state/index.html b/files/ja/archive/mozilla/xul/property/state/index.html new file mode 100644 index 0000000000..aad6551746 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/state/index.html @@ -0,0 +1,15 @@ +--- +title: state +slug: Archive/Mozilla/XUL/Property/state +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/state +--- +<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/state">state</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> popup が開かれているかどうかを示します。このプロパティは読み取り専用です。次の 4 つの値が利用可能です: </dd></dl> +<ul> <li><code>closed</code>: popup は閉じられており、画面上に表示されていません。</li> <li><code>open</code>: popup は開かれており、画面上に表示されています。</li> <li><code>showing</code>: popup を開く要求がされているが、まだ開かれていない状態。この状態は popupshowing イベントの間に起こります。</li> <li><code>hiding</code>: popup が隠されます。この状態は popuphiding イベントの間に起こります。</li> +</ul> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/statusbar/index.html b/files/ja/archive/mozilla/xul/property/statusbar/index.html new file mode 100644 index 0000000000..7662dd0817 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/statusbar/index.html @@ -0,0 +1,13 @@ +--- +title: statusbar +slug: Archive/Mozilla/XUL/Property/statusbar +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/statusbar +--- +<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/statusbar">statusbar</a></span></code> </dt><dd> 型: <em>statusbar 要素の id</em> </dd><dd> <code id="a-statusbar"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/statusbar">statusbar</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/statustext/index.html b/files/ja/archive/mozilla/xul/property/statustext/index.html new file mode 100644 index 0000000000..694aaca803 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/statustext/index.html @@ -0,0 +1,13 @@ +--- +title: statusText +slug: Archive/Mozilla/XUL/Property/statusText +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/statusText +--- +<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/statusText">statusText</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> <code id="a-statustext"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/statustext">statustext</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/stringbundle/index.html b/files/ja/archive/mozilla/xul/property/stringbundle/index.html new file mode 100644 index 0000000000..50ce4dc2d7 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/stringbundle/index.html @@ -0,0 +1,13 @@ +--- +title: stringBundle +slug: Archive/Mozilla/XUL/Property/stringBundle +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/stringBundle +--- +<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/stringBundle">stringBundle</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIStringBundle" title="ja/NsIStringBundle">nsIStringBundle</a></em> </dd><dd> <a href="/ja/NsIStringBundle" title="ja/NsIStringBundle">nsIStringBundle</a> を実装する XPCOM string bundle オブジェクトを返す。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/strings/index.html b/files/ja/archive/mozilla/xul/property/strings/index.html new file mode 100644 index 0000000000..0f7d3d08bd --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/strings/index.html @@ -0,0 +1,13 @@ +--- +title: strings +slug: Archive/Mozilla/XUL/Property/strings +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/strings +--- +<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/strings">strings</a></span></code> </dt><dd> 型: <em><a href="/ja/NsISimpleEnumerator" title="ja/NsISimpleEnumerator">nsISimpleEnumerator</a></em> </dd><dd> すべての string bundle 内の文字列を列挙したもの。これらは <a href="/ja/NsIPropertyElement" title="ja/NsIPropertyElement">nsIPropertyElement</a> オブジェクトを含みます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/style/index.html b/files/ja/archive/mozilla/xul/property/style/index.html new file mode 100644 index 0000000000..d7c0a87e37 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/style/index.html @@ -0,0 +1,13 @@ +--- +title: style +slug: Archive/Mozilla/XUL/Property/style +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/style +--- +<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/style">style</a></span></code> </dt><dd> 型: <em>CSS インラインスタイル</em> </dd><dd> <code id="a-style"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/style">style</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/subject/index.html b/files/ja/archive/mozilla/xul/property/subject/index.html new file mode 100644 index 0000000000..54b9545bec --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/subject/index.html @@ -0,0 +1,13 @@ +--- +title: subject +slug: Archive/Mozilla/XUL/Property/subject +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/subject +--- +<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/subject">subject</a></span></code> </dt><dd> 要素の主部。これは参照変数または RDF リソース URI になります。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/suppressonselect/index.html b/files/ja/archive/mozilla/xul/property/suppressonselect/index.html new file mode 100644 index 0000000000..cec670d53b --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/suppressonselect/index.html @@ -0,0 +1,13 @@ +--- +title: suppressOnSelect +slug: Archive/Mozilla/XUL/Property/suppressOnSelect +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/suppressOnSelect +--- +<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/suppressOnSelect">suppressOnSelect</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-suppressonselect"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/suppressonselect">suppressonselect</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/tab.control/index.html b/files/ja/archive/mozilla/xul/property/tab.control/index.html new file mode 100644 index 0000000000..6444fa3627 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/tab.control/index.html @@ -0,0 +1,13 @@ +--- +title: tab.control +slug: Archive/Mozilla/XUL/Property/tab.control +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/tab.control +--- +<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/tab.control">control</a></span></code> </dt><dd> 型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/tabs" title="tabs">tabs</a></code> 要素</em> </dd><dd> 包含する <code><a href="/ja/docs/Mozilla/Tech/XUL/tabs" title="tabs">tabs</a></code> 要素を返す。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/tabbox.tabs/index.html b/files/ja/archive/mozilla/xul/property/tabbox.tabs/index.html new file mode 100644 index 0000000000..969ba14ad3 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/tabbox.tabs/index.html @@ -0,0 +1,13 @@ +--- +title: tabbox.tabs +slug: Archive/Mozilla/XUL/Property/tabbox.tabs +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/tabbox.tabs +--- +<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/tabbox.tabs">tabs</a></span></code> </dt><dd> 型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/tabs" title="tabs">tabs</a></code> 要素</em> </dd><dd> tabbox 内に含まれる <code><a href="/ja/docs/Mozilla/Tech/XUL/tabs" title="tabs">tabs</a></code> 要素。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/tabbox/index.html b/files/ja/archive/mozilla/xul/property/tabbox/index.html new file mode 100644 index 0000000000..99f634ca08 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/tabbox/index.html @@ -0,0 +1,16 @@ +--- +title: tabbox +slug: Archive/Mozilla/XUL/Property/tabbox +tags: + - XUL + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/tabbox +--- +<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/tabbox">tabbox</a></span></code> </dt> + <dd>型 : <em><code><a href="/ja/docs/Mozilla/Tech/XUL/tabbox" title="tabbox">tabbox</a></code> 要素</em></dd> + <dd>tab を含む <code><a href="/ja/docs/Mozilla/Tech/XUL/tabbox" title="tabbox">tabbox</a></code> 要素を返す</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/tabcontainer/index.html b/files/ja/archive/mozilla/xul/property/tabcontainer/index.html new file mode 100644 index 0000000000..278a754b65 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/tabcontainer/index.html @@ -0,0 +1,13 @@ +--- +title: tabContainer +slug: Archive/Mozilla/XUL/Property/tabContainer +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/tabContainer +--- +<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/tabContainer">tabContainer</a></span></code> </dt><dd> 型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/tabs" title="tabs">tabs</a></code> 要素</em> </dd><dd> tab を含む <code><a href="/ja/docs/Mozilla/Tech/XUL/tabs" title="tabs">tabs</a></code> 要素を返します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/tabindex/index.html b/files/ja/archive/mozilla/xul/property/tabindex/index.html new file mode 100644 index 0000000000..b983c65e2b --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/tabindex/index.html @@ -0,0 +1,13 @@ +--- +title: tabIndex +slug: Archive/Mozilla/XUL/Property/tabIndex +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/tabIndex +--- +<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/tabIndex">tabIndex</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> <code id="a-tabindex"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/tabindex">tabindex</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/tabpanels/index.html b/files/ja/archive/mozilla/xul/property/tabpanels/index.html new file mode 100644 index 0000000000..1166bb14f2 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/tabpanels/index.html @@ -0,0 +1,13 @@ +--- +title: tabpanels +slug: Archive/Mozilla/XUL/Property/tabpanels +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/tabpanels +--- +<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/tabpanels">tabpanels</a></span></code> </dt><dd> 型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/tabpanels" title="tabpanels">tabpanels</a></code> 要素</em> </dd><dd> tabbox 内に含まれる <code><a href="/ja/docs/Mozilla/Tech/XUL/tabpanels" title="tabpanels">tabpanels</a></code> 要素。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/tabs/index.html b/files/ja/archive/mozilla/xul/property/tabs/index.html new file mode 100644 index 0000000000..3f63d1a865 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/tabs/index.html @@ -0,0 +1,13 @@ +--- +title: tabs +slug: Archive/Mozilla/XUL/Property/tabs +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/tabs +--- +<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/tabs">tabs</a></span></code> </dt><dd> 型: <em>tabs 要素</em> </dd><dd> <code><a href="/ja/docs/Mozilla/Tech/XUL/tab" title="tab">tab</a></code> 内に含まれる <code><a href="/ja/docs/Mozilla/Tech/XUL/tabs" title="tabs">tabs</a></code> 要素。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/tabscrolling/index.html b/files/ja/archive/mozilla/xul/property/tabscrolling/index.html new file mode 100644 index 0000000000..97d1678439 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/tabscrolling/index.html @@ -0,0 +1,13 @@ +--- +title: tabScrolling +slug: Archive/Mozilla/XUL/Property/tabScrolling +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/tabScrolling +--- +<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/tabScrolling">tabScrolling</a></span></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code id="a-tabscrolling"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/tabscrolling">tabscrolling</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/tag/index.html b/files/ja/archive/mozilla/xul/property/tag/index.html new file mode 100644 index 0000000000..387c530284 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/tag/index.html @@ -0,0 +1,18 @@ +--- +title: tag +slug: Archive/Mozilla/XUL/Property/tag +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/tag +--- +<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/tag">tag</a></span></code></dt> + <dd> + 型: <em>タグ名</em></dd> + <dd> + タグ名がセットされます。セットされている場合は、テンプレートビルダがこのタグを直接含む要素について内容を解析している場合にのみ、条件がマッチします。例えば、<code>treechildren</code> の値を使用した場合、直接 <code>treechildren</code> タグ内に要素が置かれた時のみ、条件がマッチします。従って、入れ子になった要素は、直接 <code><a href="/ja/docs/Mozilla/Tech/XUL/treeitem" title="treeitem">treeitem</a></code> を内包しているためマッチしません。この属性は、要素の内と外で違うルールを提供したい場合に有用です。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/textbox.label/index.html b/files/ja/archive/mozilla/xul/property/textbox.label/index.html new file mode 100644 index 0000000000..ce9a6ac40f --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/textbox.label/index.html @@ -0,0 +1,13 @@ +--- +title: textbox.label +slug: Archive/Mozilla/XUL/Property/textbox.label +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/textbox.label +--- +<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/textbox.label">label</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> <a href="/ja/XUL/Attribute/textbox.label" title="ja/XUL/Attribute/textbox.label">label</a> 属性を設定します。<a href="/ja/XUL/Attribute/textbox.label" title="ja/XUL/Attribute/textbox.label">label</a> 属性が設定されており空でなければ、これを取得します。そうでなければ、関連付けられた <a href="/ja/XUL/label" title="ja/XUL/label">label</a> 要素の適用可能な <a href="/ja/XUL/Attribute/label.value" title="ja/XUL/Attribute/label.value">value</a> を返します。それ以外は <a href="/ja/XUL/Property/emptyText" title="ja/XUL/Property/emptyText">emptyText</a> プロパティを返します。属性値の取得はスクリーンリーダにとって最も役立ちます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/textbox.type/index.html b/files/ja/archive/mozilla/xul/property/textbox.type/index.html new file mode 100644 index 0000000000..218df7bfac --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/textbox.type/index.html @@ -0,0 +1,18 @@ +--- +title: textbox.type +slug: Archive/Mozilla/XUL/Property/textbox.type +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/textbox.type +--- +<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/textbox.type">type</a></span></code> </dt><dd> 型: ' </dd><dd> 自動補完 textbox は <code>autocomplete</code> に設定されます。 </dd></dl> +<div class="noinclude"> +<h3 id="See_also" name="See_also">参照</h3> +<ul> <li><code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/type">type</a></span></code></li> +</ul> +</div> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/textbox.value/index.html b/files/ja/archive/mozilla/xul/property/textbox.value/index.html new file mode 100644 index 0000000000..fa198a722a --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/textbox.value/index.html @@ -0,0 +1,18 @@ +--- +title: textbox.value +slug: Archive/Mozilla/XUL/Property/textbox.value +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/textbox.value +--- +<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/textbox.value">value</a></span></code></dt> + <dd> + 型: <em>文字列型</em></dd> + <dd> + textbox の現在の値を文字列として保持します。現在の値を変更するには、このプロパティを設定します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/textlength/index.html b/files/ja/archive/mozilla/xul/property/textlength/index.html new file mode 100644 index 0000000000..ee08457c6a --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/textlength/index.html @@ -0,0 +1,13 @@ +--- +title: textLength +slug: Archive/Mozilla/XUL/Property/textLength +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/textLength +--- +<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/textLength">textLength</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> textbox に入力されたテキストの長さを保持。このプロパティは読み取り専用です。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/textvalue/index.html b/files/ja/archive/mozilla/xul/property/textvalue/index.html new file mode 100644 index 0000000000..e644920d0e --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/textvalue/index.html @@ -0,0 +1,13 @@ +--- +title: textValue +slug: Archive/Mozilla/XUL/Property/textValue +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/textValue +--- +<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/textValue">textValue</a></span></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> プロパティと同等です。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/timeout/index.html b/files/ja/archive/mozilla/xul/property/timeout/index.html new file mode 100644 index 0000000000..cea4e73266 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/timeout/index.html @@ -0,0 +1,13 @@ +--- +title: timeout +slug: Archive/Mozilla/XUL/Property/timeout +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/timeout +--- +<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/timeout">timeout</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> <code id="a-timeout"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/timeout">timeout</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/timepicker.value/index.html b/files/ja/archive/mozilla/xul/property/timepicker.value/index.html new file mode 100644 index 0000000000..288ca99254 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/timepicker.value/index.html @@ -0,0 +1,18 @@ +--- +title: timepicker.value +slug: Archive/Mozilla/XUL/Property/timepicker.value +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/timepicker.value +--- +<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/timepicker.value">value</a></span></code></dt> + <dd> + 型: <em>文字列型</em></dd> + <dd> + 現在入力されている <var>HH:MM:SS</var> 形式の時間。時間を変更するには、このプロパティを設定します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/title/index.html b/files/ja/archive/mozilla/xul/property/title/index.html new file mode 100644 index 0000000000..4c02b602e1 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/title/index.html @@ -0,0 +1,13 @@ +--- +title: title +slug: Archive/Mozilla/XUL/Property/title +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/title +--- +<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/title">title</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> <code><a href="/ja/docs/Mozilla/Tech/XUL/wizard" title="wizard">wizard</a></code> の上部に表示されるタイトル。これは、各ページの <code id="a-label"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/label">label</a></code> 属性によって上書きされます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/toolbarname/index.html b/files/ja/archive/mozilla/xul/property/toolbarname/index.html new file mode 100644 index 0000000000..f293b50fc4 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/toolbarname/index.html @@ -0,0 +1,15 @@ +--- +title: toolbarName +slug: Archive/Mozilla/XUL/Property/toolbarName +tags: + - MDC Project + - NeedsTechnicalReview + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/toolbarName +--- +<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/toolbarName">toolbarName</a></span></code> </dt><dd> <strong><span class="highlightred">Firefox のみ</span></strong> </dd><dd> 型: <em>文字列型</em> </dd><dd> toolbar の名前。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/toolbarset/index.html b/files/ja/archive/mozilla/xul/property/toolbarset/index.html new file mode 100644 index 0000000000..cef974c748 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/toolbarset/index.html @@ -0,0 +1,13 @@ +--- +title: toolbarset +slug: Archive/Mozilla/XUL/Property/toolbarset +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/toolbarset +--- +<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/toolbarset">toolbarset</a></span></code> </dt><dd> <strong><span class="highlightred">Firefox のみ</span></strong> </dd><dd> 型: <em>要素</em> </dd><dd> <code><a href="/ja/docs/Mozilla/Tech/XUL/toolbox" title="toolbox">toolbox</a></code> 内の <code><a href="/ja/docs/Mozilla/Tech/XUL/toolbarset" title="toolbarset">toolbarset</a></code>。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/tooltip/index.html b/files/ja/archive/mozilla/xul/property/tooltip/index.html new file mode 100644 index 0000000000..53031b9e8e --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/tooltip/index.html @@ -0,0 +1,13 @@ +--- +title: tooltip +slug: Archive/Mozilla/XUL/Property/tooltip +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/tooltip +--- +<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/tooltip">tooltip</a></span></code> </dt><dd> 型: <em>tooltip 要素の ID</em> </dd><dd> <code id="a-tooltip"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/tooltip">tooltip</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/tooltiptext/index.html b/files/ja/archive/mozilla/xul/property/tooltiptext/index.html new file mode 100644 index 0000000000..9c28a56983 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/tooltiptext/index.html @@ -0,0 +1,18 @@ +--- +title: tooltipText +slug: Archive/Mozilla/XUL/Property/tooltipText +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/tooltipText +--- +<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/tooltipText">tooltipText</a></span></code></dt> + <dd> + 型: <em>文字列型</em></dd> + <dd> + <code id="a-tooltiptext"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/tooltiptext">tooltiptext</a></code> 属性の値の取得と設定</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/top/index.html b/files/ja/archive/mozilla/xul/property/top/index.html new file mode 100644 index 0000000000..4c590a60fd --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/top/index.html @@ -0,0 +1,13 @@ +--- +title: top +slug: Archive/Mozilla/XUL/Property/top +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/top +--- +<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/top">top</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> <code id="a-top"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/top">top</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/tree.inputfield/index.html b/files/ja/archive/mozilla/xul/property/tree.inputfield/index.html new file mode 100644 index 0000000000..d754c266c1 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/tree.inputfield/index.html @@ -0,0 +1,13 @@ +--- +title: tree.inputField +slug: Archive/Mozilla/XUL/Property/tree.inputField +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/tree.inputField +--- +<div class="noinclude"><span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/ja/docs/XUL/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl><dt> <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/tree.inputField">inputField</a></span></code> </dt><dd> 型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/textbox" title="textbox">textbox</a></code> 要素</em> </dd><dd> 編集に使用される <code><a href="/ja/docs/Mozilla/Tech/XUL/textbox" title="textbox">textbox</a></code> を保持。このプロパティは読み取り専用です。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/treeboxobject/index.html b/files/ja/archive/mozilla/xul/property/treeboxobject/index.html new file mode 100644 index 0000000000..3bc3734445 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/treeboxobject/index.html @@ -0,0 +1,13 @@ +--- +title: treeBoxObject +slug: Archive/Mozilla/XUL/Property/treeBoxObject +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/treeBoxObject +--- +<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/treeBoxObject">treeBoxObject</a></span></code> </dt><dd> 型: <em><a href="/ja/NsITreeBoxObject" title="ja/NsITreeBoxObject">nsITreeBoxObject</a></em> </dd><dd> box オブジェクトが window 上の <code><a href="/ja/docs/Mozilla/Tech/XUL/tree" title="tree">tree</a></code> を描画します。このオブジェクトは <a href="/ja/NsITreeBoxObject" title="ja/NsITreeBoxObject">nsITreeBoxObject</a> インタフェースを実装し、特定の座標のセルを取得する関数を含み、セルの再描画および tree のスクロールを行います。このプロパティは <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/boxObject">boxObject</a></span></code> プロパティと同等です。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/type/index.html b/files/ja/archive/mozilla/xul/property/type/index.html new file mode 100644 index 0000000000..be39c0f549 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/type/index.html @@ -0,0 +1,25 @@ +--- +title: type +slug: Archive/Mozilla/XUL/Property/type +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/type +--- +<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/type">type</a></span></code></dt> + <dd> + 型: <em>文字列型</em></dd> + <dd> + <code id="a-type"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/type">type</a></code> 属性の値の取得と設定。</dd> +</dl> + +<div class="noinclude"> + <h3 id="See_also" name="See_also">参照</h3> + <ul> + <li><a href="/ja/docs/XUL/Property/textbox.type" title="XUL/Property/textbox.type">textbox.type</a></li> + </ul> +</div> diff --git a/files/ja/archive/mozilla/xul/property/uri/index.html b/files/ja/archive/mozilla/xul/property/uri/index.html new file mode 100644 index 0000000000..166b64d69e --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/uri/index.html @@ -0,0 +1,17 @@ +--- +title: uri +slug: Archive/Mozilla/XUL/Property/uri +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/uri +--- +<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/uri">uri</a></span></code></dt> + <dd> + 型: <em>?</em></dd> + <dd> + コンテンツの変数名を指定します。ルールが評価される場合、RDF データソース内の各リソースからマッチするものを探します。各リソースは <code>uri</code> 属性で指定された変数内に順番に置かれます。次に、他のマッチするルールが評価されます。この属性は常に提供されなければなりません。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/useraction/index.html b/files/ja/archive/mozilla/xul/property/useraction/index.html new file mode 100644 index 0000000000..7ad1fdc24f --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/useraction/index.html @@ -0,0 +1,13 @@ +--- +title: userAction +slug: Archive/Mozilla/XUL/Property/userAction +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/userAction +--- +<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/userAction">userAction</a></span></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> <code id="a-userAction"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/userAction">userAction</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/value/index.html b/files/ja/archive/mozilla/xul/property/value/index.html new file mode 100644 index 0000000000..f6ed3070bb --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/value/index.html @@ -0,0 +1,26 @@ +--- +title: value +slug: Archive/Mozilla/XUL/Property/value +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/value +--- +<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/value">value</a></span></code></dt> + <dd> + 型: <em>文字列型</em></dd> + <dd> + <code id="a-value"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/value">value</a></code> 属性の値の取得と設定。</dd> +</dl> +<div class="noinclude"> + <h3 id="See_also" name="See_also">参照</h3> + <ul> + <li><a href="/ja/docs/XUL/Property/datepicker.value" title="XUL/Property/Datepicker.value">Datepicker.value</a></li> + <li><a href="/ja/docs/XUL/Property/textbox.value" title="XUL/Property/Textbox.value">Textbox.value</a></li> + <li><a href="/ja/docs/XUL/Property/timepicker.value" title="XUL/Property/Timepicker.value">Timepicker.value</a></li> + </ul> +</div> diff --git a/files/ja/archive/mozilla/xul/property/valuenumber/index.html b/files/ja/archive/mozilla/xul/property/valuenumber/index.html new file mode 100644 index 0000000000..70f6f76132 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/valuenumber/index.html @@ -0,0 +1,18 @@ +--- +title: valueNumber +slug: Archive/Mozilla/XUL/Property/valueNumber +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/valueNumber +--- +<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/valueNumber">valueNumber</a></span></code></dt> + <dd> + 型: <em>数値</em></dd> + <dd> + <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/value">value</a></span></code> プロパティが文字列を保持するのと対照的に、<code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/valueNumber">valueNumber</a></span></code> プロパティは数値ボックスの現在の値が含まれる数値です。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/view/index.html b/files/ja/archive/mozilla/xul/property/view/index.html new file mode 100644 index 0000000000..8ea2177d6a --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/view/index.html @@ -0,0 +1,15 @@ +--- +title: view +slug: Archive/Mozilla/XUL/Property/view +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/view +--- +<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/view">view</a></span></code></dt> + <dd>型: <em><a href="/ja/NsITreeView" title="ja/NsITreeView">nsITreeView</a></em></dd> + <dd><code><a href="/ja/docs/Mozilla/Tech/XUL/tree" title="tree">tree</a></code> の表示領域 (view)。これは、表示されるデータを生成するオブジェクトです。 <a href="/ja/NsITreeView" title="ja/NsITreeView">nsITreeView</a> を実装するオブジェクトをこのプロパティに割り当ててください。RDF から構築されたツリーや <code><a href="/ja/docs/Mozilla/Tech/XUL/treeitem" title="treeitem">treeitem</a></code> を直接使用するツリーはすでに表示領域を持っています。表示領域内のセルに含まれるデータを取得できる関数が利用可能です。この関数は他のものに入れ子になった行を決定します。view 関数の完全なリストは <a href="/ja/NsITreeView" title="ja/NsITreeView">nsITreeView</a> インタフェースをご覧ください。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/webbrowserfind/index.html b/files/ja/archive/mozilla/xul/property/webbrowserfind/index.html new file mode 100644 index 0000000000..1611505326 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/webbrowserfind/index.html @@ -0,0 +1,13 @@ +--- +title: webBrowserFind +slug: Archive/Mozilla/XUL/Property/webBrowserFind +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/webBrowserFind +--- +<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/webBrowserFind">webBrowserFind</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIWebBrowserFind" title="ja/NsIWebBrowserFind">nsIWebBrowserFind</a></em> </dd><dd> この読み取り専用のプロパティは、document 内のテキストの検索に使用することができる <a href="/ja/NsIWebBrowserFind" title="ja/NsIWebBrowserFind">nsIWebBrowserFind</a> オブジェクトを含みます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/webnavigation/index.html b/files/ja/archive/mozilla/xul/property/webnavigation/index.html new file mode 100644 index 0000000000..44ad4e4642 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/webnavigation/index.html @@ -0,0 +1,15 @@ +--- +title: webNavigation +slug: Archive/Mozilla/XUL/Property/webNavigation +tags: + - MDC Project + - NeedsTechnicalReview + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/webNavigation +--- +<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/webNavigation">webNavigation</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIWebNavigation" title="ja/NsIWebNavigation">nsIWebNavigation</a></em> </dd><dd> この読み取り専用のプロパティは document の <a href="/ja/NsIWebNavigation" title="ja/NsIWebNavigation">nsIWebNavigation</a> オブジェクトを含みます。このメソッドのほとんどは、<span id="m-goBack"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/goBack">goBack</a></code></span> や <span id="m-goForward"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/goForward">goForward</a></code></span> のように要素自身から直接呼び出せます。また、<span id="m-reloadWithFlags"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/reloadWithFlags">reloadWithFlags</a></code></span> および <span id="m-loadURIWithFlags"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/loadURIWithFlags">loadURIWithFlags</a></code></span> によって使用される読み込み定数を含みます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/webprogress/index.html b/files/ja/archive/mozilla/xul/property/webprogress/index.html new file mode 100644 index 0000000000..14dc31fad1 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/webprogress/index.html @@ -0,0 +1,13 @@ +--- +title: webProgress +slug: Archive/Mozilla/XUL/Property/webProgress +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/webProgress +--- +<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/webProgress">webProgress</a></span></code> </dt><dd> 型: <em><a href="/ja/NsIWebProgress" title="ja/NsIWebProgress">nsIWebProgress</a></em> </dd><dd> この読み取り専用のプロパティは、document 読み込みの進捗を監視する <a href="/ja/NsIWebProgress" title="ja/NsIWebProgress">nsIWebProgress</a> オブジェクトを含みます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/width/index.html b/files/ja/archive/mozilla/xul/property/width/index.html new file mode 100644 index 0000000000..373b667154 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/width/index.html @@ -0,0 +1,13 @@ +--- +title: width +slug: Archive/Mozilla/XUL/Property/width +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/width +--- +<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/width">width</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> <code id="a-width"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/width">width</a></code> 属性の値の取得と設定。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/wizardpages/index.html b/files/ja/archive/mozilla/xul/property/wizardpages/index.html new file mode 100644 index 0000000000..ee240f1c8a --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/wizardpages/index.html @@ -0,0 +1,13 @@ +--- +title: wizardPages +slug: Archive/Mozilla/XUL/Property/wizardPages +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/wizardPages +--- +<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/wizardPages">wizardPages</a></span></code> </dt><dd> 型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/wizardpage" title="wizardpage">wizardpage</a></code> 要素の DOM NodeList</em> </dd><dd> このプロパティは <code><a href="/ja/docs/Mozilla/Tech/XUL/wizard" title="wizard">wizard</a></code> 内の <code><a href="/ja/docs/Mozilla/Tech/XUL/wizardpage" title="wizardpage">wizardpage</a></code> 要素のリストを保持します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/property/wraparound/index.html b/files/ja/archive/mozilla/xul/property/wraparound/index.html new file mode 100644 index 0000000000..809a76e686 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/wraparound/index.html @@ -0,0 +1,18 @@ +--- +title: wrapAround +slug: Archive/Mozilla/XUL/Property/wrapAround +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/wrapAround +--- +<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/wrapAround">wrapAround</a></span></code></dt> + <dd> + 型: <em>論理型</em></dd> + <dd> + <code id="a-wraparound"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/wraparound">wraparound</a></code> 属性の値の取得と設定。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/year/index.html b/files/ja/archive/mozilla/xul/property/year/index.html new file mode 100644 index 0000000000..e2dd6a795b --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/year/index.html @@ -0,0 +1,18 @@ +--- +title: year +slug: Archive/Mozilla/XUL/Property/year +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/year +--- +<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/year">year</a></span></code></dt> + <dd> + 型: <em>整数型</em></dd> + <dd> + 現在選択されている年 (1 から 9999 までの値)。選択された年を変更するにはこのプロパティを設定してください。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/property/yearleadingzero/index.html b/files/ja/archive/mozilla/xul/property/yearleadingzero/index.html new file mode 100644 index 0000000000..6a02487239 --- /dev/null +++ b/files/ja/archive/mozilla/xul/property/yearleadingzero/index.html @@ -0,0 +1,18 @@ +--- +title: yearLeadingZero +slug: Archive/Mozilla/XUL/Property/yearLeadingZero +tags: + - XUL Properties + - XUL Reference +translation_of: Archive/Mozilla/XUL/Property/yearLeadingZero +--- +<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/yearLeadingZero">yearLeadingZero</a></span></code></dt> + <dd> + 型: <em>論理型</em></dd> + <dd> + 日付の年の値が 1000 未満の年で、先頭にゼロを加えて 4 桁で表示すべきかどうかを示す、読取専用の値</dd> +</dl> |