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/method | |
| 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/method')
142 files changed, 2613 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/method/acceptdialog/index.html b/files/ja/archive/mozilla/xul/method/acceptdialog/index.html new file mode 100644 index 0000000000..382f0ae964 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/acceptdialog/index.html @@ -0,0 +1,18 @@ +--- +title: acceptDialog +slug: Archive/Mozilla/XUL/Method/acceptDialog +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/acceptDialog +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt> + <span id="m-acceptDialog"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/acceptDialog">acceptDialog()</a></code></span></dt> + <dd> + 戻り値の型: <em>戻り値なし</em></dd> + <dd> + dialog に同意して閉じます。OK ボタンの押下と似ています。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/additemtoselection/index.html b/files/ja/archive/mozilla/xul/method/additemtoselection/index.html new file mode 100644 index 0000000000..fd2b62fe22 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/additemtoselection/index.html @@ -0,0 +1,14 @@ +--- +title: addItemToSelection +slug: Archive/Mozilla/XUL/Method/addItemToSelection +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/addItemToSelection +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-addItemToSelection"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/addItemToSelection">addItemToSelection( item )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>与えられた <var>item</var> を追加選択します。すでに選択されている項目の選択は解除されません。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/addpane/index.html b/files/ja/archive/mozilla/xul/method/addpane/index.html new file mode 100644 index 0000000000..de108dca28 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/addpane/index.html @@ -0,0 +1,18 @@ +--- +title: addPane +slug: Archive/Mozilla/XUL/Method/addPane +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/addPane +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt> + <span id="m-addPane"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/addPane">addPane( prefpane )</a></code></span></dt> + <dd> + 戻り値の型: <em>戻り値なし</em></dd> + <dd> + ペインのリストに <code><a href="/ja/docs/Mozilla/Tech/XUL/prefpane" title="prefpane">prefpane</a></code> を追加します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/addprogresslistener/index.html b/files/ja/archive/mozilla/xul/method/addprogresslistener/index.html new file mode 100644 index 0000000000..2d20060966 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/addprogresslistener/index.html @@ -0,0 +1,14 @@ +--- +title: addProgressListener +slug: Archive/Mozilla/XUL/Method/addProgressListener +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/addProgressListener +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-addProgressListener"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/addProgressListener">addProgressListener( listener )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>読み込まれた document を監視する進捗リスナーを browser に追加します。進捗リスナーは <a href="/ja/docs/XPCOM_Interface_Reference/nsIWebProgressListener">nsIWebProgressListener</a> インタフェースを実装しなければなりません。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/addsession/index.html b/files/ja/archive/mozilla/xul/method/addsession/index.html new file mode 100644 index 0000000000..54a9e829af --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/addsession/index.html @@ -0,0 +1,15 @@ +--- +title: addSession +slug: Archive/Mozilla/XUL/Method/addSession +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/addSession +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-addSession"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/addSession">addSession( session )</a></code></span></dt> + <dd>戻り値の型: <em><a href="/ja/docs/NsIAutoCompleteSession">nsIAutoCompleteSession</a></em></dd> + <dd>新しいセッションオブジェクトを autocomplete ウィジェットに追加します。これは、カスタマイズされた自動補完の候補リストの作成に使用することができます。引数は <a href="/ja/docs/NsIAutoCompleteSession">nsIAutoCompleteSession</a> インタフェースを実装するオブジェクトでなければなりません。このメソッドは渡されたオブジェクトを返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/addtab/index.html b/files/ja/archive/mozilla/xul/method/addtab/index.html new file mode 100644 index 0000000000..7151e2f36c --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/addtab/index.html @@ -0,0 +1,17 @@ +--- +title: addTab +slug: Archive/Mozilla/XUL/Method/addTab +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/addTab +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-addTab"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/addTab">addTab( URL, referrerURI, charset, postData, owner, allowThirdPartyFixup )</a></code></span></dt> + <dd>戻り値の型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/tab" title="tab">tab</a></code> 要素</em></dd> + <dd>指定した URL のページを読み込む新しいタブを開きます。残りの引数は任意です。必要に応じてタブバーが表示されます。</dd> + <dd>例は <a href="/ja/docs/Code_snippets/Tabbed_browser">Code snippets:Tabbed browser</a> をご覧ください。</dd> + <dd>文字列から postData を準備するには <a href="/ja/docs/Code_snippets/Post_data_to_window#Preprocessing_POST_data">Preprocessing POST Data</a> をご覧ください。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/advance/index.html b/files/ja/archive/mozilla/xul/method/advance/index.html new file mode 100644 index 0000000000..0e9aed1175 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/advance/index.html @@ -0,0 +1,18 @@ +--- +title: advance +slug: Archive/Mozilla/XUL/Method/advance +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/advance +--- +<div><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> + +<dl> + <dt> + <span id="m-advance"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/advance">advance( pageID )</a></code></span></dt> + <dd> + 戻り値の型: <em>戻り値なし</em></dd> + <dd> + 次のページへ移動するには、このメソッドを呼び出します。これは Next ボタンの押下と同等です。ページを変更するために、<code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/canAdvance">canAdvance</a></span></code> プロパティが <code>true</code> に設定されていなければなりません。<code id="a-onwizardnext"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/onwizardnext">onwizardnext</a></code> 属性内のコードはページが変更される前に呼び出されます。<var>pageID</var> 引数はジャンプ先のページの index を指定します。次のページへ順番に移動するには、引数に <code>null</code> を設定します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/advanceselectedtab/index.html b/files/ja/archive/mozilla/xul/method/advanceselectedtab/index.html new file mode 100644 index 0000000000..304d69d4ab --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/advanceselectedtab/index.html @@ -0,0 +1,15 @@ +--- +title: advanceSelectedTab +slug: Archive/Mozilla/XUL/Method/advanceSelectedTab +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/advanceSelectedTab +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-advanceSelectedTab"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/advanceSelectedTab">advanceSelectedTab( dir, wrap )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値なし</em></dd> + <dd>引数 <var>dir</var> に <code>1</code> を設定すると、現在選択されているタブが次のタブに変更されます。同様に <code>-1</code> を設定すると、現在選択されているタブが前のタブに変更されます。<var>wrap</var> 引数を <code>true</code> に設定すると、最初または最後のタブに到達した場合、それぞれの次は最後または最初のタブからになります。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/appendcustomtoolbar/index.html b/files/ja/archive/mozilla/xul/method/appendcustomtoolbar/index.html new file mode 100644 index 0000000000..d7d82c0a9b --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/appendcustomtoolbar/index.html @@ -0,0 +1,16 @@ +--- +title: appendCustomToolbar +slug: Archive/Mozilla/XUL/Method/appendCustomToolbar +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/appendCustomToolbar +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-appendCustomToolbar"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/appendCustomToolbar">appendCustomToolbar( name, currentset )</a></code></span></dt> + <dd><strong><span class="highlightred">Firefox のみ</span></strong></dd> + <dd>戻り値の型: <em>element</em></dd> + <dd><code><a href="/ja/docs/Mozilla/Tech/XUL/toolbox" title="toolbox">toolbox</a></code> に与えられた <var>name</var> の カスタム <code><a href="/ja/docs/Mozilla/Tech/XUL/toolbar" title="toolbar">toolbar</a></code> を追加します。デフォルトでは、二番目の引数に、追加する toolbar 項目のカンマで区切られた id のリストが提供されます。このメソッドは作成されたツールバーの DOM 要素を返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/appendgroup/index.html b/files/ja/archive/mozilla/xul/method/appendgroup/index.html new file mode 100644 index 0000000000..cc3478bad4 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/appendgroup/index.html @@ -0,0 +1,16 @@ +--- +title: appendGroup +slug: Archive/Mozilla/XUL/Method/appendGroup +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/appendGroup +--- +<div> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-appendGroup"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/appendGroup">appendGroup( group )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd><strong>※ Firefox では使用不可</strong></dd> + <dd>いくつかの新しいタブを既存のタブの次に追加します。引数は、タブに読み込む各ドキュメントオブジェクトの配列です。オブジェクトはスクリプトで定義され、読み込むページの URL の <code>URI</code> プロパティを含みます。 <code>referrerURI</code> プロパティは、リファラページを設定するために任意で使用されます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/appenditem/index.html b/files/ja/archive/mozilla/xul/method/appenditem/index.html new file mode 100644 index 0000000000..a02ac148e5 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/appenditem/index.html @@ -0,0 +1,44 @@ +--- +title: appendItem +slug: Archive/Mozilla/XUL/Method/appendItem +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/appendItem +--- +<div> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt> + <span id="m-appendItem"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/appendItem">appendItem(label,value )</a></code></span></dt> + <dd> + 戻り値の型: <em>要素</em></dd> + <dd> + 新しい項目を生成し、既存の項目リストの末尾に追加します。値の設定は任意です。この関数は新しく生成された要素を返します。</dd> +</dl> +<h2 id="Example" name="Example">例</h2> +<pre class="brush:html"><script> +function addItemsToList() { + var list = document.getElementById('myMenuList'); + + // add item with just the label + list.appendItem('One'); + + // add item with label and value + list.appendItem('Two', 999); + + // Select the first item + list.selectedIndex = 0; +} +</script> + +<button label="Add items" oncommand="addItemsToList()" /> + +<menulist id="myMenuList"> + <menupopup /> +</menulist></pre> +<h2 id="See_also" name="See_also">関連情報</h2> +<ul> + <li><a href="/ja/docs/XUL/Method/insertItemAt" title="XUL/Method/insertItemAt">insertItemAt()</a></li> + <li><a href="/ja/docs/XUL/Method/removeItemAt" title="XUL/Method/removeItemAt">removeItemAt()</a></li> +</ul> diff --git a/files/ja/archive/mozilla/xul/method/appendnotification/index.html b/files/ja/archive/mozilla/xul/method/appendnotification/index.html new file mode 100644 index 0000000000..cf713d1e55 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/appendnotification/index.html @@ -0,0 +1,65 @@ +--- +title: appendNotification +slug: Archive/Mozilla/XUL/Method/appendNotification +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/appendNotification +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> + +<dl> + <dt><span id="m-appendNotification"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/appendNotification">appendNotification( label , value , image , priority , buttons )</a></code></span></dt> + <dd>戻り値の型: <em>要素</em></dd> + <dd>新しい notification を作成し、その通知を表示します。既に他の notification が高い優先度で提供されている場合、新しい notification は、その背後に追加されます。</dd> +</dl> + +<ul> + <li>label - notification 上に表示するラベル。</li> + <li>value - notification の識別に使用される値。</li> + <li>image - notification 上に表示する画像の URL。</li> + <li>priority - 通知の優先度。優先レベルを参照。</li> + <li>buttons - notification 上に表示するボタン記述の配列。</li> + <li>eventCallback <span class="inlineIndicator optional optionalInline">Optional</span> - a JavaScript function to call to notify you of interesting things that happen with the notification box. See <a href="/ja/docs/XUL/Method/appendNotification#Notification_box_events" title="XUL/Method/appendNotification#Notification_box_events">Notification box events</a>.</li> +</ul> + +<dl> + <dt>優先レベル :</dt> + <dd> + <ul> + <li>PRIORITY_INFO_LOW</li> + <li>PRIORITY_INFO_MEDIUM</li> + <li>PRIORITY_INFO_HIGH</li> + <li>PRIORITY_WARNING_LOW</li> + <li>PRIORITY_WARNING_MEDIUM</li> + <li>PRIORITY_WARNING_HIGH</li> + <li>PRIORITY_CRITICAL_LOW</li> + <li>PRIORITY_CRITICAL_MEDIUM</li> + <li>PRIORITY_CRITICAL_HIGH</li> + <li>PRIORITY_CRITICAL_BLOCK</li> + </ul> + </dd> + <dt>ボタン :</dt> + <dd>buttons 引数はボタン記述の配列です。各記述は次のプロパティを持つオブジェクトです: + <ul> + <li>accessKey - ボタン上に表示するアクセスキー。</li> + <li>callback - ボタンが活性化した時に呼び出される関数。この関数には二つの引数が渡されます: + <ul> + <li>ボタンが関連付けられた <notification>。</li> + <li>appendNotification に渡されるボタン記述。</li> + </ul> + </li> + <li>label - ボタン上に表示するラベル。</li> + <li>popup - ボタンのための popup の id。null の場合、ボタンはボタンポップアップです。</li> + </ul> + </dd> +</dl> + +<div class="noinclude"> +<div class="headingWithIndicator"> + <h2 id="Notification_box_events">Notification box events</h2> + <span class="indicatorInHeadline minVer geckoMinVerMethod">Gecko 9.0 が必要(Firefox 9.0 / Thunderbird 9.0 / SeaMonkey 2.6)</span> +</div> + +<p>If you specify the <code>eventCallback</code> parameter, it should be a JavaScript function that gets called when interesting things happen related to the notification box. This function receives as its only parameter a string indicating what event occurred. At this time, there's just one event type: "removed". This indicates that the notification box has been removed from its window.</p> +</div> diff --git a/files/ja/archive/mozilla/xul/method/blur/index.html b/files/ja/archive/mozilla/xul/method/blur/index.html new file mode 100644 index 0000000000..86adfe6af7 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/blur/index.html @@ -0,0 +1,14 @@ +--- +title: blur +slug: Archive/Mozilla/XUL/Method/blur +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/blur +--- +<div><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-blur"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/blur">blur()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>要素にフォーカスがある場合、フォーカスが取り除かれます。フォーカスは自動的には他の要素に置かれません。本来、これは <code>onblur</code> ハンドラを呼び出すために使用されます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/cancel/index.html b/files/ja/archive/mozilla/xul/method/cancel/index.html new file mode 100644 index 0000000000..95f24b68ff --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/cancel/index.html @@ -0,0 +1,15 @@ +--- +title: cancel +slug: Archive/Mozilla/XUL/Method/cancel +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/cancel +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-cancel"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/cancel">cancel()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>wizard をキャンセルして閉じるには、このメソッドを呼び出します。 wizard がキャンセルされる前に、<code><code id="a-onwizardcancel"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/onwizardcancel">onwizardcancel</a></code></code> 属性内のコードが呼び出されます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/canceldialog/index.html b/files/ja/archive/mozilla/xul/method/canceldialog/index.html new file mode 100644 index 0000000000..ada686d922 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/canceldialog/index.html @@ -0,0 +1,15 @@ +--- +title: cancelDialog +slug: Archive/Mozilla/XUL/Method/cancelDialog +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/cancelDialog +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-cancelDialog"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/cancelDialog">cancelDialog()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>dialog をキャンセルして閉じます。Cancel ボタンの押下と似ています。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/centerwindowonscreen/index.html b/files/ja/archive/mozilla/xul/method/centerwindowonscreen/index.html new file mode 100644 index 0000000000..b456c8e8df --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/centerwindowonscreen/index.html @@ -0,0 +1,15 @@ +--- +title: centerWindowOnScreen +slug: Archive/Mozilla/XUL/Method/centerWindowOnScreen +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/centerWindowOnScreen +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-centerWindowOnScreen"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/centerWindowOnScreen">centerWindowOnScreen()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>dialog をスクリーンの中央に配置します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/checkadjacentelement/index.html b/files/ja/archive/mozilla/xul/method/checkadjacentelement/index.html new file mode 100644 index 0000000000..3a376ca3f9 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/checkadjacentelement/index.html @@ -0,0 +1,15 @@ +--- +title: checkAdjacentElement +slug: Archive/Mozilla/XUL/Method/checkAdjacentElement +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/checkAdjacentElement +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-checkAdjacentElement"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/checkAdjacentElement">checkAdjacentElement( dir )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>現在選択されている <code><a href="/ja/docs/Mozilla/Tech/XUL/radio" title="radio">radio</a></code> ボタンの選択を解除し、グループ内の次のボタンを選択します。 <var>dir</var> 引数が <code>true</code> に設定されている場合、次の radio ボタンが選択されます。 <code>false</code> に設定されている場合、前の radio ボタンが選択されます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/clearresults/index.html b/files/ja/archive/mozilla/xul/method/clearresults/index.html new file mode 100644 index 0000000000..980bb48e4c --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/clearresults/index.html @@ -0,0 +1,17 @@ +--- +title: clearResults +slug: Archive/Mozilla/XUL/Method/clearResults +tags: + - MDC Project + - NeedsTechnicalReview + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/clearResults +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-clearResults"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/clearResults">clearResults()</a></code></span></dt> + <dd>戻り値の型: <em>???</em></dd> + <dd>候補リストを消去します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/clearselection/index.html b/files/ja/archive/mozilla/xul/method/clearselection/index.html new file mode 100644 index 0000000000..95243f948d --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/clearselection/index.html @@ -0,0 +1,15 @@ +--- +title: clearSelection +slug: Archive/Mozilla/XUL/Method/clearSelection +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/clearSelection +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-clearSelection"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/clearSelection">clearSelection()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>すべての項目の選択を解除します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/click/index.html b/files/ja/archive/mozilla/xul/method/click/index.html new file mode 100644 index 0000000000..f9ead5fc56 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/click/index.html @@ -0,0 +1,15 @@ +--- +title: click +slug: Archive/Mozilla/XUL/Method/click +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/click +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-click"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/click">click()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>要素の <code>onclick</code> ハンドラを呼び出します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/close/index.html b/files/ja/archive/mozilla/xul/method/close/index.html new file mode 100644 index 0000000000..d185f8024b --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/close/index.html @@ -0,0 +1,15 @@ +--- +title: close +slug: Archive/Mozilla/XUL/Method/close +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/close +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-close"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/close">close</a></code></span></dt> + <dd>戻り値の型: none</dd> + <dd>notification を閉じ、これを内包する <code><a href="/ja/docs/Mozilla/Tech/XUL/notificationbox" title="notificationbox">notificationbox</a></code> から削除します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/collapsetoolbar/index.html b/files/ja/archive/mozilla/xul/method/collapsetoolbar/index.html new file mode 100644 index 0000000000..d62e893128 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/collapsetoolbar/index.html @@ -0,0 +1,16 @@ +--- +title: collapseToolbar +slug: Archive/Mozilla/XUL/Method/collapseToolbar +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/collapseToolbar +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-collapseToolbar"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/collapseToolbar">collapseToolbar( toolbar )</a></code></span></dt> + <dd><strong>※ Firefox では使用不可</strong></dd> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>与えられた <var>toolbar</var> を折り畳みます。これは <code><a href="/ja/docs/Mozilla/Tech/XUL/toolbox" title="toolbox">toolbox</a></code> 内に含まれていなければなりません。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/contains/index.html b/files/ja/archive/mozilla/xul/method/contains/index.html new file mode 100644 index 0000000000..1c7f803864 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/contains/index.html @@ -0,0 +1,15 @@ +--- +title: contains +slug: Archive/Mozilla/XUL/Method/contains +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/contains +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-contains"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/contains">contains( item )</a></code></span> </dt> + <dd>戻り値の型: <em>論理型</em></dd> + <dd><code><a href="/ja/docs/Mozilla/Tech/XUL/menulist" title="menulist">menulist</a></code> が特定の <code><a href="/ja/docs/Mozilla/Tech/XUL/menuitem" title="menuitem">menuitem</a></code> をその項目として含む場合、 <code>true</code> を返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/decrease/index.html b/files/ja/archive/mozilla/xul/method/decrease/index.html new file mode 100644 index 0000000000..ca82c6f515 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/decrease/index.html @@ -0,0 +1,24 @@ +--- +title: decrease +slug: Archive/Mozilla/XUL/Method/decrease +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/decrease +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<div class="noinclude"> + <dl> + <dd> + メソッドを持つ要素: <code><a href="/ja/docs/Mozilla/Tech/XUL/scale" title="scale">scale</a></code> <code><a href="/ja/docs/Mozilla/Tech/XUL/textbox" title="textbox">textbox</a></code></dd> + </dl> +</div> +<dl> + <dt> + <span id="m-decrease"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/decrease">decrease()</a></code></span></dt> + <dd> + 戻り値の型: <em>戻り値無し</em></dd> + <dd> + scale または数値ボックスの値を <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/method/decreasepage/index.html b/files/ja/archive/mozilla/xul/method/decreasepage/index.html new file mode 100644 index 0000000000..327fc516a2 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/decreasepage/index.html @@ -0,0 +1,19 @@ +--- +title: decreasePage +slug: Archive/Mozilla/XUL/Method/decreasePage +tags: + - XUL Methods + - XUL Reference +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<div class="noinclude"> + <dl> + <dd>メソッドを持つ要素: <code><a href="/ja/docs/Mozilla/Tech/XUL/scale" title="scale">scale</a></code></dd> + </dl> +</div> +<dl> + <dt><span id="m-decreasePage"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/decreasePage">decreasePage()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>scale の値を <code id="a-pageincrement"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/pageincrement">pageincrement</a></code> 分減らす</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/docommand/index.html b/files/ja/archive/mozilla/xul/method/docommand/index.html new file mode 100644 index 0000000000..cc9b357053 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/docommand/index.html @@ -0,0 +1,15 @@ +--- +title: doCommand +slug: Archive/Mozilla/XUL/Method/doCommand +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/doCommand +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-doCommand"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/doCommand">doCommand()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>要素の <code>command</code> イベントを実行します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/ensureelementisvisible/index.html b/files/ja/archive/mozilla/xul/method/ensureelementisvisible/index.html new file mode 100644 index 0000000000..3f8ecc3756 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/ensureelementisvisible/index.html @@ -0,0 +1,15 @@ +--- +title: ensureElementIsVisible +slug: Archive/Mozilla/XUL/Method/ensureElementIsVisible +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/ensureElementIsVisible +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-ensureElementIsVisible"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/ensureElementIsVisible">ensureElementIsVisible( element )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>指定した要素がユーザに見えていない場合は、表示されている項目がスクロールされ、見えるようになります。項目がすでに見える位置にある場合はスクロールされません。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/ensureindexisvisible/index.html b/files/ja/archive/mozilla/xul/method/ensureindexisvisible/index.html new file mode 100644 index 0000000000..28e54d9086 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/ensureindexisvisible/index.html @@ -0,0 +1,15 @@ +--- +title: ensureIndexIsVisible +slug: Archive/Mozilla/XUL/Method/ensureIndexIsVisible +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/ensureIndexIsVisible +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-ensureIndexIsVisible"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/ensureIndexIsVisible">ensureIndexIsVisible( index )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>指定した <var>index</var> の項目が現在ユーザに見えていない場合、表示されている項目がそこまでスクロールされます。項目がすでに見えている場合はスクロールされません。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/ensureselectedelementisvisible/index.html b/files/ja/archive/mozilla/xul/method/ensureselectedelementisvisible/index.html new file mode 100644 index 0000000000..c27da0a8c9 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/ensureselectedelementisvisible/index.html @@ -0,0 +1,15 @@ +--- +title: ensureSelectedElementIsVisible +slug: Archive/Mozilla/XUL/Method/ensureSelectedElementIsVisible +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/ensureSelectedElementIsVisible +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-ensureSelectedElementIsVisible"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/ensureSelectedElementIsVisible">ensureSelectedElementIsVisible()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>listbox 内の現在選択された要素が現在ユーザに見えていない場合、listbox の表示領域がそこまでスクロールされます。選択された項目が既に見える位置にある場合はスクロールされません。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/expandtoolbar/index.html b/files/ja/archive/mozilla/xul/method/expandtoolbar/index.html new file mode 100644 index 0000000000..c276e20a76 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/expandtoolbar/index.html @@ -0,0 +1,16 @@ +--- +title: expandToolbar +slug: Archive/Mozilla/XUL/Method/expandToolbar +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/expandToolbar +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-expandToolbar"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/expandToolbar">expandToolbar( toolbar )</a></code></span></dt> + <dd><strong>※ Firefox では使用不可</strong></dd> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>指定した <var>toolbar</var> を展開します。これは <code><a href="/ja/docs/Mozilla/Tech/XUL/toolbox" title="toolbox">toolbox</a></code> 内に含まれていなければなりません。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/extra1/index.html b/files/ja/archive/mozilla/xul/method/extra1/index.html new file mode 100644 index 0000000000..5998a07096 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/extra1/index.html @@ -0,0 +1,18 @@ +--- +title: extra1 +slug: Archive/Mozilla/XUL/Method/extra1 +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/extra1 +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt> + <span id="m-extra1"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/extra1">extra1()</a></code></span></dt> + <dd> + 戻り値の型: <em>戻り値無し</em></dd> + <dd> + extra1 ボタンのクリックをシミュレートするには、このメソッドを呼び出します。 <code id="a-onextra1"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/onextra1">onextra1</a></code> 属性内のコードが呼び出されます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/extra2/index.html b/files/ja/archive/mozilla/xul/method/extra2/index.html new file mode 100644 index 0000000000..17d184aa53 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/extra2/index.html @@ -0,0 +1,15 @@ +--- +title: extra2 +slug: Archive/Mozilla/XUL/Method/extra2 +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/extra2 +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-extra2"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/extra2">extra2()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>extra2 ボタンのクリックをシミュレートするには、このメソッドを呼び出します。 <code id="a-onextra2"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/onextra2">onextra2</a></code> 属性内のコードが呼び出されます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/focus/index.html b/files/ja/archive/mozilla/xul/method/focus/index.html new file mode 100644 index 0000000000..bb1886eced --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/focus/index.html @@ -0,0 +1,15 @@ +--- +title: focus +slug: Archive/Mozilla/XUL/Method/focus +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/focus +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-focus"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/focus">focus()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>フォーカス可能な場合、要素にフォーカスを当てます。またフォーカスが当てられた場合、 <code>onfocus</code> ハンドラが呼び出されます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getbrowseratindex/index.html b/files/ja/archive/mozilla/xul/method/getbrowseratindex/index.html new file mode 100644 index 0000000000..c29e925461 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getbrowseratindex/index.html @@ -0,0 +1,15 @@ +--- +title: getBrowserAtIndex +slug: Archive/Mozilla/XUL/Method/getBrowserAtIndex +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getBrowserAtIndex +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getBrowserAtIndex"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getBrowserAtIndex">getBrowserAtIndex( index )</a></code></span></dt> + <dd>型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/browser" title="browser">browser</a></code> 要素</em></dd> + <dd>指定した tab index (<var>index</var>) の位置の <code><a href="/ja/docs/Mozilla/Tech/XUL/browser" title="browser">browser</a></code> を返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getbrowserfordocument/index.html b/files/ja/archive/mozilla/xul/method/getbrowserfordocument/index.html new file mode 100644 index 0000000000..84608882e6 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getbrowserfordocument/index.html @@ -0,0 +1,15 @@ +--- +title: getBrowserForDocument +slug: Archive/Mozilla/XUL/Method/getBrowserForDocument +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getBrowserForDocument +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getBrowserForDocument"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getBrowserForDocument">getBrowserForDocument( document )</a></code></span></dt> + <dd>型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/browser" title="browser">browser</a></code> 要素</em></dd> + <dd>指定した document の <code><a href="/ja/docs/Mozilla/Tech/XUL/browser" title="browser">browser</a></code> を返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getbrowserfortab/index.html b/files/ja/archive/mozilla/xul/method/getbrowserfortab/index.html new file mode 100644 index 0000000000..943451577f --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getbrowserfortab/index.html @@ -0,0 +1,15 @@ +--- +title: getBrowserForTab +slug: Archive/Mozilla/XUL/Method/getBrowserForTab +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getBrowserForTab +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getBrowserForTab"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getBrowserForTab">getBrowserForTab( tab )</a></code></span></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/tab" title="tab">tab</a></code> 要素の <code><a href="/ja/docs/Mozilla/Tech/XUL/browser" title="browser">browser</a></code> を返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getbrowserindexfordocument/index.html b/files/ja/archive/mozilla/xul/method/getbrowserindexfordocument/index.html new file mode 100644 index 0000000000..679194fda5 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getbrowserindexfordocument/index.html @@ -0,0 +1,15 @@ +--- +title: getBrowserIndexForDocument +slug: Archive/Mozilla/XUL/Method/getBrowserIndexForDocument +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getBrowserIndexForDocument +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getBrowserIndexForDocument"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getBrowserIndexForDocument">getBrowserIndexForDocument( document )</a></code></span></dt> + <dd>戻り値の型: <em>整数型</em></dd> + <dd>指定した document の <code><a href="/ja/docs/Mozilla/Tech/XUL/browser" title="browser">browser</a></code> の index を返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getbutton/index.html b/files/ja/archive/mozilla/xul/method/getbutton/index.html new file mode 100644 index 0000000000..b4858e151d --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getbutton/index.html @@ -0,0 +1,15 @@ +--- +title: getButton +slug: Archive/Mozilla/XUL/Method/getButton +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getButton +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getButton"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getButton">getButton( type )</a></code></span></dt> + <dd>戻り値の型: <em>button 要素</em></dd> + <dd>指定した <var>type</var> に一致する、 dialog 内の <code><a href="/ja/docs/Mozilla/Tech/XUL/button" title="button">button</a></code> 要素を返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getdefaultsession/index.html b/files/ja/archive/mozilla/xul/method/getdefaultsession/index.html new file mode 100644 index 0000000000..695d0e7149 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getdefaultsession/index.html @@ -0,0 +1,15 @@ +--- +title: getDefaultSession +slug: Archive/Mozilla/XUL/Method/getDefaultSession +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getDefaultSession +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getDefaultSession"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getDefaultSession">getDefaultSession</a></code></span></dt> + <dd>戻り値の型: <em>セッション名</em></dd> + <dd>利用可能な候補を持つ最初のセッションの名前を返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/geteditor/index.html b/files/ja/archive/mozilla/xul/method/geteditor/index.html new file mode 100644 index 0000000000..f96fb11a3a --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/geteditor/index.html @@ -0,0 +1,15 @@ +--- +title: getEditor +slug: Archive/Mozilla/XUL/Method/getEditor +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getEditor +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getEditor"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getEditor">getEditor( window )</a></code></span></dt> + <dd>戻り値の型: <em><a href="/ja/docs/NsIEditor" title="NsIEditor">nsIEditor</a></em></dd> + <dd>document を操作するための多くのメソッドを含む、 editor のための編集インタフェースを返します。引数として editor の <code>contentWindow</code> を渡してください。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getelementsbyattribute/index.html b/files/ja/archive/mozilla/xul/method/getelementsbyattribute/index.html new file mode 100644 index 0000000000..63397f0280 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getelementsbyattribute/index.html @@ -0,0 +1,16 @@ +--- +title: getElementsByAttribute +slug: Archive/Mozilla/XUL/Method/getElementsByAttribute +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getElementsByAttribute +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getElementsByAttribute"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getElementsByAttribute">getElementsByAttribute( attrib, value )</a></code></span></dt> + <dd>戻り値の型: <em>DOM NodeList</em></dd> + <dd>最初の引数に与えた属性に 2 番目の引数に与えた値が設定された、すべての子要素の配列を返します。2 番目の引数が '*' の場合は、属性に任意の値が設定されたものとします。</dd> + <dd>このメソッドは XUL 要素上でのみ使用可能です。 DOM の一部ではないので注意してください。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getformattedstring/index.html b/files/ja/archive/mozilla/xul/method/getformattedstring/index.html new file mode 100644 index 0000000000..80b5414845 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getformattedstring/index.html @@ -0,0 +1,15 @@ +--- +title: getFormattedString +slug: Archive/Mozilla/XUL/Method/getFormattedString +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getFormattedString +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getFormattedString"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getFormattedString">getFormattedString( key, strArray )</a></code></span></dt> + <dd>戻り値の型: <em>文字列型</em></dd> + <dd>string bundle から、指定 <var>key</var> 名の、フォーマット済みの文字列を返します。<strong><code>%S</code></strong> (大文字) が現れる場所は、与えられた配列内の連続する各要素に置き換えられます。他の書式コードを使用することもできます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/gethtmleditor/index.html b/files/ja/archive/mozilla/xul/method/gethtmleditor/index.html new file mode 100644 index 0000000000..cf3485b0d9 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/gethtmleditor/index.html @@ -0,0 +1,18 @@ +--- +title: getHTMLEditor +slug: Archive/Mozilla/XUL/Method/getHTMLEditor +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getHTMLEditor +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt> + <span id="m-getHTMLEditor"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getHTMLEditor">getHTMLEditor( window )</a></code></span></dt> + <dd> + 戻り値の型: <em><code><a href="/ja/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIHTMLEditor" title="">nsIHTMLEditor</a></code></em></dd> + <dd> + HTML document を操作するための<a href="http://www.xulplanet.com/references/xpcomref/comps/c_editorhtmleditor1.html">メソッド</a>を含む、 editor のための HTML 編集インタフェースを返します。引数として editor の <code>contentWindow</code> を渡してください。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/geticon/index.html b/files/ja/archive/mozilla/xul/method/geticon/index.html new file mode 100644 index 0000000000..fd0d8812ef --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/geticon/index.html @@ -0,0 +1,16 @@ +--- +title: getIcon +slug: Archive/Mozilla/XUL/Method/getIcon +tags: + - XUL + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getIcon +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> + +<dl> + <dt><span id="m-getIcon"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getIcon">getIcon( aTab )</a></code></span> </dt> + <dd>戻り値: <em>string</em></dd> + <dd>指定タブのファビコンの URL を返します。 <code>aTab</code>(第二引数)が null の場合は、現在のタブのアイコンが返されます。アイコンのセット方法については <span id="m-setIcon"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/setIcon">setIcon</a></code></span> のページを参照して下さい。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getindexoffirstvisiblerow/index.html b/files/ja/archive/mozilla/xul/method/getindexoffirstvisiblerow/index.html new file mode 100644 index 0000000000..8e6024a226 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getindexoffirstvisiblerow/index.html @@ -0,0 +1,15 @@ +--- +title: getIndexOfFirstVisibleRow +slug: Archive/Mozilla/XUL/Method/getIndexOfFirstVisibleRow +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getIndexOfFirstVisibleRow +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getIndexOfFirstVisibleRow"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getIndexOfFirstVisibleRow">getIndexOfFirstVisibleRow()</a></code></span></dt> + <dd>戻り値の型: <em>整数型</em></dd> + <dd>表示されている最初の行の index を返します。これはリストデータの最初の行ではないので注意してください。表示されている項目がスクロールされると、この関数はユーザに見える最初の行の index を取得します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getindexofitem/index.html b/files/ja/archive/mozilla/xul/method/getindexofitem/index.html new file mode 100644 index 0000000000..33c745a8a1 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getindexofitem/index.html @@ -0,0 +1,15 @@ +--- +title: getIndexOfItem +slug: Archive/Mozilla/XUL/Method/getIndexOfItem +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getIndexOfItem +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getIndexOfItem"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getIndexOfItem">getIndexOfItem( item )</a></code></span></dt> + <dd>戻り値の型: <em>整数型</em></dd> + <dd>指定した <var>item</var> の 0 を基点とした位置を返します。項目は、 list 内に表示された最初の項目から番号が付けられます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getitematindex/index.html b/files/ja/archive/mozilla/xul/method/getitematindex/index.html new file mode 100644 index 0000000000..e16f9bf723 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getitematindex/index.html @@ -0,0 +1,15 @@ +--- +title: getItemAtIndex +slug: Archive/Mozilla/XUL/Method/getItemAtIndex +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getItemAtIndex +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getItemAtIndex"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getItemAtIndex">getItemAtIndex( index )</a></code></span></dt> + <dd>戻り値の型: <em>要素</em></dd> + <dd>指定した <var>index</var> の位置の要素を返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getnextitem/index.html b/files/ja/archive/mozilla/xul/method/getnextitem/index.html new file mode 100644 index 0000000000..40ded91927 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getnextitem/index.html @@ -0,0 +1,16 @@ +--- +title: getNextItem +slug: Archive/Mozilla/XUL/Method/getNextItem +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getNextItem +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getNextItem"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getNextItem">getNextItem( startItem, delta )</a></code></span></dt> + <dd>戻り値の型: <em>要素</em></dd> + <dd>このメソッドは、<code>startItem</code> で指定した項目から与えられた間隔 (<var>delta</var>) だけ後の項目を返します。項目が存在しない場合は <code>null</code> を返します。<br> +次の例は <var>someItem</var> より 2 行後の項目を返します: <code>getNextItem ( someItem, 2 );</code></dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getnotificationbox/index.html b/files/ja/archive/mozilla/xul/method/getnotificationbox/index.html new file mode 100644 index 0000000000..52e997ab57 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getnotificationbox/index.html @@ -0,0 +1,15 @@ +--- +title: getNotificationBox +slug: Archive/Mozilla/XUL/Method/getNotificationBox +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getNotificationBox +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getNotificationBox"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getNotificationBox">getNotificationBox( browser )</a></code></span></dt> + <dd>型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/notificationbox" title="notificationbox">notificationbox</a></code> 要素</em></dd> + <dd>指定した <code><a href="/ja/docs/Mozilla/Tech/XUL/browser" title="browser">browser</a></code> 要素の <code><a href="/ja/docs/Mozilla/Tech/XUL/notificationbox" title="notificationbox">notificationbox</a></code> を返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getnotificationwithvalue/index.html b/files/ja/archive/mozilla/xul/method/getnotificationwithvalue/index.html new file mode 100644 index 0000000000..a6dfa13a0e --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getnotificationwithvalue/index.html @@ -0,0 +1,15 @@ +--- +title: getNotificationWithValue +slug: Archive/Mozilla/XUL/Method/getNotificationWithValue +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getNotificationWithValue +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getNotificationWithValue"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getNotificationWithValue">getNotificationWithValue( value )</a></code></span></dt> + <dd>戻り値の型: <em>notification 要素</em></dd> + <dd>特定の value を持つ <a href="/ja/docs/XUL/notification" title="XUL/notification">notification</a> を取得します。value は <a href="/ja/docs/XUL/Method/appendNotification" title="XUL/Method/appendNotification">appendNotification</a> で notification を追加した時に指定されます。一致する value が見つからないときは <code>null</code> を返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getnumberofvisiblerows/index.html b/files/ja/archive/mozilla/xul/method/getnumberofvisiblerows/index.html new file mode 100644 index 0000000000..d7a0896dd5 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getnumberofvisiblerows/index.html @@ -0,0 +1,15 @@ +--- +title: getNumberOfVisibleRows +slug: Archive/Mozilla/XUL/Method/getNumberOfVisibleRows +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getNumberOfVisibleRows +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getNumberOfVisibleRows"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getNumberOfVisibleRows">getNumberOfVisibleRows()</a></code></span></dt> + <dd>戻り値の型: <em>整数型</em></dd> + <dd>現在ユーザに見えている行数を返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getpagebyid/index.html b/files/ja/archive/mozilla/xul/method/getpagebyid/index.html new file mode 100644 index 0000000000..4bcd5c7ff4 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getpagebyid/index.html @@ -0,0 +1,13 @@ +--- +title: getPageById +slug: Archive/Mozilla/XUL/Method/getPageById +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getPageById +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl><dt> <span id="m-getPageById"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getPageById">getPageById( pageID )</a></code></span> </dt><dd> 戻り値の型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/wizardpage" title="wizardpage">wizardpage</a></code> 要素</em> </dd><dd> 指定した <var>pageID</var> に対応する <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/method/getpreviousitem/index.html b/files/ja/archive/mozilla/xul/method/getpreviousitem/index.html new file mode 100644 index 0000000000..7f51dcbac1 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getpreviousitem/index.html @@ -0,0 +1,15 @@ +--- +title: getPreviousItem +slug: Archive/Mozilla/XUL/Method/getPreviousItem +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getPreviousItem +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getPreviousItem"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getPreviousItem">getPreviousItem( startItem, delta )</a></code></span></dt> + <dd>戻り値の型: <em>要素</em></dd> + <dd>このメソッドは<code>startItem</code> で指定した項目から与えられた間隔 (<var>delta</var>) だけ前の項目を返します。項目が存在しない場合は <code>null</code> を返します。次の例は <var>someItem</var> より 5 行前の項目を返します: <code>getPreviousItem ( someItem, 5 );</code></dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getresultat/index.html b/files/ja/archive/mozilla/xul/method/getresultat/index.html new file mode 100644 index 0000000000..c9c8a72fa5 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getresultat/index.html @@ -0,0 +1,18 @@ +--- +title: getResultAt +slug: Archive/Mozilla/XUL/Method/getResultAt +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getResultAt +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt> + <span id="m-getResultAt"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getResultAt">getResultAt( index )</a></code></span></dt> + <dd> + 戻り値の型: <em><a href="/ja/docs/XPCOM_Interface_Reference/nsIAutoCompleteItem">nsIAutoCompleteItem</a></em></dd> + <dd> + 指定した <var>index</var> の位置の候補項目を返します。項目は <a href="/ja/docs/XPCOM_Interface_Reference/nsIAutoCompleteItem">nsIAutoCompleteItem</a> 形式の値になります。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getresultcount/index.html b/files/ja/archive/mozilla/xul/method/getresultcount/index.html new file mode 100644 index 0000000000..dc2f18d882 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getresultcount/index.html @@ -0,0 +1,17 @@ +--- +title: getResultCount +slug: Archive/Mozilla/XUL/Method/getResultCount +tags: + - MDC Project + - NeedsTechnicalReview + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getResultCount +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getResultCount"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getResultCount">getResultCount( session )</a></code></span></dt> + <dd>戻り値の型: <em>???</em></dd> + <dd>候補数を返します。(現在、<var>session</var> 引数は無視されます。)</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getresultvalueat/index.html b/files/ja/archive/mozilla/xul/method/getresultvalueat/index.html new file mode 100644 index 0000000000..e95a7176e7 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getresultvalueat/index.html @@ -0,0 +1,15 @@ +--- +title: getResultValueAt +slug: Archive/Mozilla/XUL/Method/getResultValueAt +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getResultValueAt +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getResultValueAt"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getResultValueAt">getResultValueAt( index )</a></code></span></dt> + <dd>戻り値の型: <em>候補の値</em></dd> + <dd>指定した <var>index</var> の位置の候補の値を返します。項目は popup 内に表示されたテキストに相当します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getrowcount/index.html b/files/ja/archive/mozilla/xul/method/getrowcount/index.html new file mode 100644 index 0000000000..e457d56a00 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getrowcount/index.html @@ -0,0 +1,15 @@ +--- +title: getRowCount +slug: Archive/Mozilla/XUL/Method/getRowCount +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getRowCount +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getRowCount"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getRowCount">getRowCount()</a></code></span></dt> + <dd>戻り値の型: <em>整数型</em></dd> + <dd>要素内の行数の合計を返します。表示されている行数とは関係ありません。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getsearchat/index.html b/files/ja/archive/mozilla/xul/method/getsearchat/index.html new file mode 100644 index 0000000000..a950c1820a --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getsearchat/index.html @@ -0,0 +1,15 @@ +--- +title: getSearchAt +slug: Archive/Mozilla/XUL/Method/getSearchAt +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getSearchAt +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getSearchAt"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getSearchAt">getSearchAt( index )</a></code></span></dt> + <dd>戻り値の型: <em>文字列型</em></dd> + <dd>与えられた <var>index</var> の検索コンポーネントを返す。コンポーネントは <code id="a-autocompletesearch"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/autocompletesearch">autocompletesearch</a></code> 属性で設定されます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getselecteditem/index.html b/files/ja/archive/mozilla/xul/method/getselecteditem/index.html new file mode 100644 index 0000000000..e25aa4ffcb --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getselecteditem/index.html @@ -0,0 +1,15 @@ +--- +title: getSelectedItem +slug: Archive/Mozilla/XUL/Method/getSelectedItem +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getSelectedItem +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getSelectedItem"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getSelectedItem">getSelectedItem( index )</a></code></span></dt> + <dd>戻り値の型: <em>要素</em></dd> + <dd>複数の項目が選択されている時、このメソッドを使用して選択された各項目を取得することができます。引数 <var>index</var> は選択された項目のリストの <var>index</var> を指定します。項目の行番号ではありません。項目の <var>index</var> は 0 を基点とします。次の例は選択された最初の項目を返します: <code>getSelectedItem(0)</code></dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getsession/index.html b/files/ja/archive/mozilla/xul/method/getsession/index.html new file mode 100644 index 0000000000..7cf4cd4cba --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getsession/index.html @@ -0,0 +1,15 @@ +--- +title: getSession +slug: Archive/Mozilla/XUL/Method/getSession +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getSession +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getSession"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getSession">getSession( index )</a></code></span></dt> + <dd>戻り値の型: <em><a href="/ja/docs/NsIAutoCompleteSession">nsIAutoCompleteSession</a></em></dd> + <dd>与えられた index のセッションオブジェクトを返します。これは <a href="/ja/docs/NsIAutoCompleteSession">nsIAutoCompleteSession</a> 形式のオブジェクトを返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getsessionbyname/index.html b/files/ja/archive/mozilla/xul/method/getsessionbyname/index.html new file mode 100644 index 0000000000..5eaebe39dd --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getsessionbyname/index.html @@ -0,0 +1,15 @@ +--- +title: getSessionByName +slug: Archive/Mozilla/XUL/Method/getSessionByName +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getSessionByName +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getSessionByName"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getSessionByName">getSessionByName( name )</a></code></span></dt> + <dd>戻り値の型: <em><a href="/ja/docs/NsIAutoCompleteSession">nsIAutoCompleteSession</a></em></dd> + <dd>与えられた name のセッションオブジェクトを返します。これは <a href="/ja/docs/NsIAutoCompleteSession"><code>nsIAutoCompleteSession</code></a> 形式のオブジェクトを返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getsessionresultat/index.html b/files/ja/archive/mozilla/xul/method/getsessionresultat/index.html new file mode 100644 index 0000000000..db7f84d789 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getsessionresultat/index.html @@ -0,0 +1,15 @@ +--- +title: getSessionResultAt +slug: Archive/Mozilla/XUL/Method/getSessionResultAt +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getSessionResultAt +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getSessionResultAt"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getSessionResultAt">getSessionResultAt( session, index )</a></code></span></dt> + <dd>戻り値の型: <em>候補項目</em></dd> + <dd>指定した <var>session</var> について、指定した <var>index</var> の位置の候補項目を返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getsessionstatusat/index.html b/files/ja/archive/mozilla/xul/method/getsessionstatusat/index.html new file mode 100644 index 0000000000..51c039b178 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getsessionstatusat/index.html @@ -0,0 +1,19 @@ +--- +title: getSessionStatusAt +slug: Archive/Mozilla/XUL/Method/getSessionStatusAt +tags: + - MDC Project + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getSessionStatusAt +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt> + <span id="m-getSessionStatusAt"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getSessionStatusAt">getSessionStatusAt( index )</a></code></span></dt> + <dd> + 戻り値の型: <em>???</em></dd> + <dd> + 与えられた index のセッションオブジェクトの status を返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getsessionvalueat/index.html b/files/ja/archive/mozilla/xul/method/getsessionvalueat/index.html new file mode 100644 index 0000000000..ad92283833 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getsessionvalueat/index.html @@ -0,0 +1,15 @@ +--- +title: getSessionValueAt +slug: Archive/Mozilla/XUL/Method/getSessionValueAt +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getSessionValueAt +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getSessionValueAt"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getSessionValueAt">getSessionValueAt( session, index )</a></code></span></dt> + <dd>戻り値の型: <em>候補の値</em></dd> + <dd>指定した <var>session</var> について、指定した <var>index</var> の位置の候補の値を返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/getstring/index.html b/files/ja/archive/mozilla/xul/method/getstring/index.html new file mode 100644 index 0000000000..079ecb1586 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/getstring/index.html @@ -0,0 +1,15 @@ +--- +title: getString +slug: Archive/Mozilla/XUL/Method/getString +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/getString +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-getString"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getString">getString( key )</a></code></span></dt> + <dd>戻り値の型: <em>文字列型</em></dd> + <dd>string bundle から与えられた <var>key</var> 名の文字列を返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/goback/index.html b/files/ja/archive/mozilla/xul/method/goback/index.html new file mode 100644 index 0000000000..68186bb7be --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/goback/index.html @@ -0,0 +1,15 @@ +--- +title: goBack +slug: Archive/Mozilla/XUL/Method/goBack +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/goBack +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-goBack"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/goBack">goBack()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>履歴内のページを一つ戻ります。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/gobackgroup/index.html b/files/ja/archive/mozilla/xul/method/gobackgroup/index.html new file mode 100644 index 0000000000..ac1c160a01 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/gobackgroup/index.html @@ -0,0 +1,16 @@ +--- +title: goBackGroup +slug: Archive/Mozilla/XUL/Method/goBackGroup +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/goBackGroup +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-goBackGroup"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/goBackGroup">goBackGroup()</a></code></span></dt> + <dd><strong><span class="highlightred">Firefox では使用不可</span></strong></dd> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>前のタブグループへ戻ります。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/godown/index.html b/files/ja/archive/mozilla/xul/method/godown/index.html new file mode 100644 index 0000000000..68789509af --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/godown/index.html @@ -0,0 +1,15 @@ +--- +title: goDown +slug: Archive/Mozilla/XUL/Method/goDown +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/goDown +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-goDown"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/goDown">goDown()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>選択を一つ下の項目に移動します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/goforward/index.html b/files/ja/archive/mozilla/xul/method/goforward/index.html new file mode 100644 index 0000000000..16dc320d5f --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/goforward/index.html @@ -0,0 +1,15 @@ +--- +title: goForward +slug: Archive/Mozilla/XUL/Method/goForward +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/goForward +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-goForward"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/goForward">goForward()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>履歴内のページを一つ進みます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/goforwardgroup/index.html b/files/ja/archive/mozilla/xul/method/goforwardgroup/index.html new file mode 100644 index 0000000000..d938d8e5c9 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/goforwardgroup/index.html @@ -0,0 +1,16 @@ +--- +title: goForwardGroup +slug: Archive/Mozilla/XUL/Method/goForwardGroup +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/goForwardGroup +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-goForwardGroup"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/goForwardGroup">goForwardGroup()</a></code></span></dt> + <dd><strong>Firefox では使用不可</strong></dd> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>次のタブグループへ進みます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/gohome/index.html b/files/ja/archive/mozilla/xul/method/gohome/index.html new file mode 100644 index 0000000000..3407d8a74d --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/gohome/index.html @@ -0,0 +1,15 @@ +--- +title: goHome +slug: Archive/Mozilla/XUL/Method/goHome +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/goHome +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-goHome"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/goHome">goHome()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>ユーザのホームページを browser に読み込みます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/goto/index.html b/files/ja/archive/mozilla/xul/method/goto/index.html new file mode 100644 index 0000000000..ef87f6db61 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/goto/index.html @@ -0,0 +1,15 @@ +--- +title: goTo +slug: Archive/Mozilla/XUL/Method/goTo +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/goTo +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-goTo"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/goTo">goTo( pageID )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>このメソッドは、現在表示されているページを <var>pageID</var> 引数で指定されたページに変更します。ページは <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/canAdvance">canAdvance</a></span></code> や <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/canRewind">canRewind</a></span></code> の値にかまわず変更されます。この関数を使用した場合、<code id="a-onwizardback"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/onwizardback">onwizardback</a></code> および <code id="a-onwizardnext"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/onwizardnext">onwizardnext</a></code> のコードは呼び出されません。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/gotoindex/index.html b/files/ja/archive/mozilla/xul/method/gotoindex/index.html new file mode 100644 index 0000000000..e674a25538 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/gotoindex/index.html @@ -0,0 +1,15 @@ +--- +title: gotoIndex +slug: Archive/Mozilla/XUL/Method/gotoIndex +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/gotoIndex +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-gotoIndex"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/gotoIndex">gotoIndex( index )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>与えられた <var>index</var> を持つ履歴内のページへ移動します。先へ進むには正の整数、前へ戻るには負の整数を使用します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/goup/index.html b/files/ja/archive/mozilla/xul/method/goup/index.html new file mode 100644 index 0000000000..34d3f5748b --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/goup/index.html @@ -0,0 +1,15 @@ +--- +title: goUp +slug: Archive/Mozilla/XUL/Method/goUp +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/goUp +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-goUp"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/goUp">goUp()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>選択を一つ上の項目に移動します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/hasuservalue/index.html b/files/ja/archive/mozilla/xul/method/hasuservalue/index.html new file mode 100644 index 0000000000..8ead9d95a4 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/hasuservalue/index.html @@ -0,0 +1,13 @@ +--- +title: hasUserValue +slug: Archive/Mozilla/XUL/Method/hasUserValue +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/hasUserValue +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl><dt> <span id="m-hasUserValue"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/hasUserValue">hasUserValue()</a></code></span> </dt><dd> 戻り値の型: <em>論理型</em> </dd><dd> preference がそのデフォルト値から変更されたとき、<code>true</code> を返します。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/method/hidepopup/index.html b/files/ja/archive/mozilla/xul/method/hidepopup/index.html new file mode 100644 index 0000000000..b007875df0 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/hidepopup/index.html @@ -0,0 +1,20 @@ +--- +title: hidePopup +slug: Archive/Mozilla/XUL/Method/hidePopup +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/hidePopup +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<div class="noinclude"> + <dl> + <dd>メソッドを持つ要素: <code><a href="/ja/docs/Mozilla/Tech/XUL/popup" title="popup">popup</a></code> 、 <code><a href="/ja/docs/Mozilla/Tech/XUL/menupopup" title="menupopup">menupopup</a></code> 、 <code><a href="/ja/docs/Mozilla/Tech/XUL/tooltip" title="tooltip">tooltip</a></code></dd> + </dl> +</div> +<dl> + <dt><span id="m-hidePopup"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/hidePopup">hidePopup()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>直ちにポップアップを閉じます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/increase/index.html b/files/ja/archive/mozilla/xul/method/increase/index.html new file mode 100644 index 0000000000..8d275dd2e6 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/increase/index.html @@ -0,0 +1,24 @@ +--- +title: increase +slug: Archive/Mozilla/XUL/Method/increase +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/increase +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<div class="noinclude"> + <dl> + <dd> + メソッドを持つ要素: <code><a href="/ja/docs/Mozilla/Tech/XUL/scale" title="scale">scale</a></code> <code><a href="/ja/docs/Mozilla/Tech/XUL/textbox" title="textbox">textbox</a></code></dd> + </dl> +</div> +<dl> + <dt> + <span id="m-increase"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/increase">increase()</a></code></span></dt> + <dd> + 戻り値の型: <em>戻り値なし</em></dd> + <dd> + scale または数値ボックスの値を <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/method/increasepage/index.html b/files/ja/archive/mozilla/xul/method/increasepage/index.html new file mode 100644 index 0000000000..6f6711d636 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/increasepage/index.html @@ -0,0 +1,18 @@ +--- +title: increasePage +slug: Archive/Mozilla/XUL/Method/increasePage +tags: + - Fixit + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/decreasePage +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<div class="noinclude"> + メソッドを持つ要素: <code><a href="/ja/docs/Mozilla/Tech/XUL/scale" title="scale">scale</a></code></div> +<dl> + <dt><span id="m-increasePage"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/increasePage">increasePage()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>scale の値を <code id="a-pageincrement"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/pageincrement">pageincrement</a></code> 分増やす。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/index.html b/files/ja/archive/mozilla/xul/method/index.html new file mode 100644 index 0000000000..e696e661a1 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/index.html @@ -0,0 +1,185 @@ +--- +title: Methods +slug: Archive/Mozilla/XUL/Method +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method +--- +<div><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<ul> + <li><a href="/ja/docs/XUL/Method/acceptDialog" title="XUL/Method/acceptDialog">acceptDialog</a></li> + <li><a href="/ja/docs/XUL/Method/addItemToSelection" title="XUL/Method/addItemToSelection">addItemToSelection</a></li> + <li><a href="/ja/docs/XUL/Method/addPane" title="XUL/Method/addPane">addPane</a></li> + <li><a href="/ja/docs/XUL/Method/addProgressListener" title="XUL/Method/addProgressListener">addProgressListener</a></li> + <li><a href="/ja/docs/XUL/Method/addSession" title="XUL/Method/addSession">addSession</a></li> + <li><a href="/ja/docs/XUL/Method/addTab" title="XUL/Method/addTab">addTab</a></li> + <li><a href="/ja/docs/XUL/Method/AddTabsProgressListener" title="XUL/Method/addTab">addTabsProgressListener</a></li> + <li><a href="/ja/docs/XUL/Method/advance" title="XUL/Method/advance">advance</a></li> + <li><a href="/ja/docs/XUL/Method/advanceSelectedTab" title="XUL/Method/advanceSelectedTab">advanceSelectedTab</a></li> + <li><a href="/ja/docs/XUL/Method/appendCustomToolbar" title="XUL/Method/appendCustomToolbar">appendCustomToolbar</a></li> + <li><a href="/ja/docs/XUL/Method/appendGroup" title="XUL/Method/appendGroup">appendGroup</a></li> + <li><a href="/ja/docs/XUL/Method/appendItem" title="XUL/Method/appendItem">appendItem</a></li> + <li><a href="/ja/docs/XUL/Method/appendNotification" title="XUL/Method/appendNotification">appendNotification</a></li> + <li><a href="/ja/docs/XUL/Method/blur" title="XUL/Method/blur">blur</a></li> + <li><a href="/ja/docs/XUL/Method/cancel" title="XUL/Method/cancel">cancel</a></li> + <li><a href="/ja/docs/XUL/Method/cancelDialog" title="XUL/Method/cancelDialog">cancelDialog</a></li> + <li><a href="/ja/docs/XUL/Method/centerWindowOnScreen" title="XUL/Method/centerWindowOnScreen">centerWindowOnScreen</a></li> + <li><a href="/ja/docs/XUL/Method/checkAdjacentElement" title="XUL/Method/checkAdjacentElement">checkAdjacentElement</a></li> + <li><a href="/ja/docs/XUL/Method/clearResults" title="XUL/Method/clearResults">clearResults</a></li> + <li><a href="/ja/docs/XUL/Method/clearSelection" title="XUL/Method/clearSelection">clearSelection</a></li> + <li><a href="/ja/docs/XUL/Method/click" title="XUL/Method/click">click</a></li> + <li><a href="/ja/docs/XUL/Method/close" title="XUL/Method/close">close</a></li> + <li><a href="/ja/docs/XUL/Method/collapseToolbar" title="XUL/Method/collapseToolbar">collapseToolbar</a></li> + <li><a href="/ja/docs/XUL/Method/contains" title="XUL/Method/contains">contains</a></li> + <li><a href="/ja/docs/XUL/Method/decrease" title="XUL/Method/decrease">decrease</a></li> + <li><a href="/ja/docs/XUL/Method/decreasePage" title="XUL/Method/decreasePage">decreasePage</a></li> + <li><a href="/ja/docs/XUL/Method/doCommand" title="XUL/Method/doCommand">doCommand</a></li> + <li><a href="/ja/docs/XUL/Method/ensureElementIsVisible" title="XUL/Method/ensureElementIsVisible">ensureElementIsVisible</a></li> + <li><a href="/ja/docs/XUL/Method/ensureIndexIsVisible" title="XUL/Method/ensureIndexIsVisible">ensureIndexIsVisible</a></li> + <li><a href="/ja/docs/XUL/Method/ensureSelectedElementIsVisible" title="XUL/Method/ensureSelectedElementIsVisible">ensureSelectedElementIsVisible</a></li> + <li><a href="/ja/docs/XUL/Method/expandToolbar" title="XUL/Method/expandToolbar">expandToolbar</a></li> + <li><a href="/ja/docs/XUL/Method/extra1" title="XUL/Method/extra1">extra1</a></li> + <li><a href="/ja/docs/XUL/Method/extra2" title="XUL/Method/extra2">extra2</a></li> + <li><a href="/ja/docs/XUL/Method/focus" title="XUL/Method/focus">focus</a></li> + <li><a href="/ja/docs/XUL/Method/getBrowserAtIndex" title="XUL/Method/getBrowserAtIndex">getBrowserAtIndex</a></li> + <li><a href="/ja/docs/XUL/Method/getBrowserForDocument" title="XUL/Method/getBrowserForDocument">getBrowserForDocument</a></li> + <li><a href="/ja/docs/XUL/Method/getBrowserForTab" title="XUL/Method/getBrowserForTab">getBrowserForTab</a></li> + <li><a href="/ja/docs/XUL/Method/getBrowserIndexForDocument" title="XUL/Method/getBrowserIndexForDocument">getBrowserIndexForDocument</a></li> + <li><a href="/ja/docs/XUL/Method/getButton" title="XUL/Method/getButton">getButton</a></li> + <li><a href="/ja/docs/XUL/Method/getDefaultSession" title="XUL/Method/getDefaultSession">getDefaultSession</a></li> + <li><a href="/ja/docs/XUL/Method/getEditor" title="XUL/Method/getEditor">getEditor</a></li> + <li><a href="/ja/docs/XUL/Method/getElementsByAttribute" title="XUL/Method/getElementsByAttribute">getElementsByAttribute</a></li> + <li><a href="/ja/docs/XUL/Method/getElementsByAttributeNS" title="XUL/Method/getElementsByAttributeNS">getElementsByAttributeNS</a></li> + <li><a href="/ja/docs/XUL/Method/getFormattedString" title="XUL/Method/getFormattedString">getFormattedString</a></li> + <li><a href="/ja/docs/XUL/Method/getHTMLEditor" title="XUL/Method/getHTMLEditor">getHTMLEditor</a></li> + <li><a href="/ja/docs/XUL/Method/getIndexOfFirstVisibleRow" title="XUL/Method/getIndexOfFirstVisibleRow">getIndexOfFirstVisibleRow</a></li> + <li><a href="/ja/docs/XUL/Method/getIndexOfItem" title="XUL/Method/getIndexOfItem">getIndexOfItem</a></li> + <li><a href="/ja/docs/XUL/Method/getItemAtIndex" title="XUL/Method/getItemAtIndex">getItemAtIndex</a></li> + <li><a href="/ja/docs/XUL/Method/getNextItem" title="XUL/Method/getNextItem">getNextItem</a></li> + <li><a href="/ja/docs/XUL/Method/getNotificationBox" title="XUL/Method/getNotificationBox">getNotificationBox</a></li> + <li><a href="/ja/docs/XUL/Method/getNotificationWithValue" title="XUL/Method/getNotificationWithValue">getNotificationWithValue</a></li> + <li><a href="/ja/docs/XUL/Method/getNumberOfVisibleRows" title="XUL/Method/getNumberOfVisibleRows">getNumberOfVisibleRows</a></li> + <li><a href="/ja/docs/XUL/Method/getPageById" title="XUL/Method/getPageById">getPageById</a></li> + <li><a href="/ja/docs/XUL/Method/getPreviousItem" title="XUL/Method/getPreviousItem">getPreviousItem</a></li> + <li><a href="/ja/docs/XUL/Method/getResultAt" title="XUL/Method/getResultAt">getResultAt</a></li> + <li><a href="/ja/docs/XUL/Method/getResultCount" title="XUL/Method/getResultCount">getResultCount</a></li> + <li><a href="/ja/docs/XUL/Method/getResultValueAt" title="XUL/Method/getResultValueAt">getResultValueAt</a></li> + <li><a href="/ja/docs/XUL/Method/getRowCount" title="XUL/Method/getRowCount">getRowCount</a></li> + <li><a href="/ja/docs/XUL/Method/getSearchAt" title="XUL/Method/getSearchAt">getSearchAt</a></li> + <li><a href="/ja/docs/XUL/Method/getSelectedItem" title="XUL/Method/getSelectedItem">getSelectedItem</a></li> + <li><a href="/ja/docs/XUL/Method/getSession" title="XUL/Method/getSession">getSession</a></li> + <li><a href="/ja/docs/XUL/Method/getSessionByName" title="XUL/Method/getSessionByName">getSessionByName</a></li> + <li><a href="/ja/docs/XUL/Method/getSessionResultAt" title="XUL/Method/getSessionResultAt">getSessionResultAt</a></li> + <li><a href="/ja/docs/XUL/Method/getSessionStatusAt" title="XUL/Method/getSessionStatusAt">getSessionStatusAt</a></li> + <li><a href="/ja/docs/XUL/Method/getSessionValueAt" title="XUL/Method/getSessionValueAt">getSessionValueAt</a></li> + <li><a href="/ja/docs/XUL/Method/getString" title="XUL/Method/getString">getString</a></li> + <li><a href="/ja/docs/XUL/Method/goBack" title="XUL/Method/goBack">goBack</a></li> + <li><a href="/ja/docs/XUL/Method/goBackGroup" title="XUL/Method/goBackGroup">goBackGroup</a></li> + <li><a href="/ja/docs/XUL/Method/goDown" title="XUL/Method/goDown">goDown</a></li> + <li><a href="/ja/docs/XUL/Method/goForward" title="XUL/Method/goForward">goForward</a></li> + <li><a href="/ja/docs/XUL/Method/goForwardGroup" title="XUL/Method/goForwardGroup">goForwardGroup</a></li> + <li><a href="/ja/docs/XUL/Method/goHome" title="XUL/Method/goHome">goHome</a></li> + <li><a href="/ja/docs/XUL/Method/goTo" title="XUL/Method/goTo">goTo</a></li> + <li><a href="/ja/docs/XUL/Method/gotoIndex" title="XUL/Method/gotoIndex">gotoIndex</a></li> + <li><a href="/ja/docs/XUL/Method/goUp" title="XUL/Method/goUp">goUp</a></li> + <li><a href="/ja/docs/XUL/Method/hidePopup" title="XUL/Method/hidePopup">hidePopup</a></li> + <li><a href="/ja/docs/XUL/Method/increase" title="XUL/Method/increase">increase</a></li> + <li><a href="/ja/docs/XUL/Method/increasePage" title="XUL/Method/increasePage">increasePage</a></li> + <li><a href="/ja/docs/XUL/Method/insertItem" title="XUL/Method/insertItem">insertItem</a></li> + <li><a href="/ja/docs/XUL/Method/insertItemAt" title="XUL/Method/insertItemAt">insertItemAt</a></li> + <li><a href="/ja/docs/XUL/Method/invertSelection" title="XUL/Method/invertSelection">invertSelection</a></li> + <li><a href="/ja/docs/XUL/Method/loadGroup" title="XUL/Method/loadGroup">loadGroup</a></li> + <li><a href="/ja/docs/XUL/Method/loadOneTab" title="XUL/Method/loadOneTab">loadOneTab</a></li> + <li><a href="/ja/docs/XUL/Method/loadTabs" title="XUL/Method/loadTabs">loadTabs</a></li> + <li><a href="/ja/docs/XUL/Method/loadURI" title="XUL/Method/loadURI">loadURI</a></li> + <li><a href="/ja/docs/XUL/Method/loadURIWithFlags" title="XUL/Method/loadURIWithFlags">loadURIWithFlags</a></li> + <li><a href="/ja/docs/XUL/Method/makeEditable" title="XUL/Method/makeEditable">makeEditable</a></li> + <li><a href="/ja/docs/XUL/Method/moveByOffset" title="XUL/Method/moveByOffset">moveByOffset</a></li> + <li><a href="/ja/docs/XUL/Method/moveTo" title="XUL/Method/moveTo">moveTo</a></li> + <li><a href="/ja/docs/XUL/Method/moveToAlertPosition" title="XUL/Method/moveToAlertPosition">moveToAlertPosition</a></li> + <li><a href="/ja/docs/XUL/Method/onSearchComplete" title="XUL/Method/onSearchComplete">onSearchComplete</a></li> + <li><a href="/ja/docs/XUL/Method/onTextEntered" title="XUL/Method/onTextEntered">onTextEntered</a></li> + <li><a href="/ja/docs/XUL/Method/onTextReverted" title="XUL/Method/onTextReverted">onTextReverted</a></li> + <li><a href="/ja/docs/XUL/Method/openPopup" title="XUL/Method/openPopup">openPopup</a></li> + <li><a href="/ja/docs/XUL/Method/openPopupAtScreen" title="XUL/Method/openPopupAtScreen">openPopupAtScreen</a></li> + <li><a href="/ja/docs/XUL/Method/openSubDialog" title="XUL/Method/openSubDialog">openSubDialog</a></li> + <li><a href="/ja/docs/XUL/Method/openWindow" title="XUL/Method/openWindow">openWindow</a></li> + <li><a href="/ja/docs/XUL/Method/preferenceForElement" title="XUL/Method/preferenceForElement">preferenceForElement</a></li> + <li><a href="/ja/docs/XUL/Method/reload" title="XUL/Method/reload">reload</a></li> + <li><a href="/ja/docs/XUL/Method/reloadAllTabs" title="XUL/Method/reloadAllTabs">reloadAllTabs</a></li> + <li><a href="/ja/docs/XUL/Method/reloadTab" title="XUL/Method/reloadTab">reloadTab</a></li> + <li><a href="/ja/docs/XUL/Method/reloadWithFlags" title="XUL/Method/reloadWithFlags">reloadWithFlags</a></li> + <li><a href="/ja/docs/XUL/Method/removeAllItems" title="XUL/Method/removeAllItems">removeAllItems</a></li> + <li><a href="/ja/docs/XUL/Method/removeAllNotifications" title="XUL/Method/removeAllNotifications">removeAllNotifications</a></li> + <li><a href="/ja/docs/XUL/Method/removeAllTabsBut" title="XUL/Method/removeAllTabsBut">removeAllTabsBut</a></li> + <li><a href="/ja/docs/XUL/Method/removeCurrentNotification" title="XUL/Method/removeCurrentNotification">removeCurrentNotification</a></li> + <li><a href="/ja/docs/XUL/Method/removeCurrentTab" title="XUL/Method/removeCurrentTab">removeCurrentTab</a></li> + <li><a href="/ja/docs/XUL/Method/removeItemAt" title="XUL/Method/removeItemAt">removeItemAt</a></li> + <li><a href="/ja/docs/XUL/Method/removeItemFromSelection" title="XUL/Method/removeItemFromSelection">removeItemFromSelection</a></li> + <li><a href="/ja/docs/XUL/Method/removeNotification" title="XUL/Method/removeNotification">removeNotification</a></li> + <li><a href="/ja/docs/XUL/Method/removeProgressListener" title="XUL/Method/removeProgressListener">removeProgressListener</a></li> + <li><a href="/ja/docs/XUL/Method/removeSession" title="XUL/Method/removeSession">removeSession</a></li> + <li><a href="/ja/docs/XUL/Method/removeTab" title="XUL/Method/removeTab">removeTab</a></li> + <li><a href="/ja/docs/XUL/Method/removeTabsProgressListener" title="XUL/Method/removeTab">removeTabsProgressListener</a></li> + <li><a href="/ja/docs/XUL/Method/removeTransientNotifications" title="XUL/Method/removeTransientNotifications">removeTransientNotifications</a></li> + <li><a href="/ja/docs/XUL/Method/replaceGroup" title="XUL/Method/replaceGroup">replaceGroup</a></li> + <li><a href="/ja/docs/XUL/Method/reset" title="XUL/Method/reset">reset</a></li> + <li><a href="/ja/docs/XUL/Method/rewind" title="XUL/Method/rewind">rewind</a></li> + <li><a href="/ja/docs/XUL/Method/scrollByIndex" title="XUL/Method/scrollByIndex">scrollByIndex</a></li> + <li><a href="/ja/docs/XUL/Method/scrollByPixels" title="XUL/Method/scrollByPixels">scrollByPixels</a></li> + <li><a href="/ja/docs/XUL/Method/scrollToIndex" title="XUL/Method/scrollToIndex">scrollToIndex</a></li> + <li><a href="/ja/docs/XUL/Method/select" title="XUL/Method/select">select</a></li> + <li><a href="/ja/docs/XUL/Method/selectAll" title="XUL/Method/selectAll">selectAll</a></li> + <li><a href="/ja/docs/XUL/Method/selectItem" title="XUL/Method/selectItem">selectItem</a></li> + <li><a href="/ja/docs/XUL/Method/selectItemRange" title="XUL/Method/selectItemRange">selectItemRange</a></li> + <li><a href="/ja/docs/XUL/Method/selectTabAtIndex" title="XUL/Method/selectItemRange">selectTabAtIndex</a></li> + <li><a href="/ja/docs/XUL/Method/setSelectionRange" title="XUL/Method/setSelectionRange">setSelectionRange</a></li> + <li><a href="/ja/docs/XUL/Method/showPane" title="XUL/Method/showPane">showPane</a></li> + <li><a href="/ja/docs/XUL/Method/showPopup" title="XUL/Method/showPopup">showPopup</a></li> + <li><a href="/ja/docs/XUL/Method/sizeTo" title="XUL/Method/sizeTo">sizeTo</a></li> + <li><a href="/ja/docs/XUL/Method/startEditing" title="XUL/Method/startEditing">startEditing</a></li> + <li><a href="/ja/docs/XUL/Method/stop" title="XUL/Method/stop">stop</a></li> + <li><a href="/ja/docs/XUL/Method/stopEditing" title="XUL/Method/stopEditing">stopEditing</a></li> + <li><a href="/ja/docs/XUL/Method/SwapDocShells" title="XUL/Method/swapDocShells">swapDocShells</a></li> + <li><a href="/ja/docs/XUL/Method/syncSessions" title="XUL/Method/syncSessions">syncSessions</a></li> + <li><a href="/ja/docs/XUL/Method/timedSelect" title="XUL/Method/timedSelect">timedSelect</a></li> + <li><a href="/ja/docs/XUL/Method/toggleItemSelection" title="XUL/Method/toggleItemSelection">toggleItemSelection</a></li> +</ul> +<h2 id="Related_DOM_element_methods" name="Related_DOM_element_methods">関連する DOM 要素のメソッド</h2> +<ul> + <li><a href="/ja/docs/DOM/element.addEventListener" title="DOM/element.addEventListener">DOM:element.addEventListener</a></li> + <li><a href="/ja/docs/DOM/Node.appendChild" title="DOM/element.appendChild">DOM:element.appendChild</a></li> + <li><a href="/ja/docs/DOM/Node.compareDocumentPosition" title="DOM/Node.compareDocumentPosition">DOM:element.compareDocumentPosition</a></li> + <li><a href="/ja/docs/DOM/element.dispatchEvent" title="DOM/element.dispatchEvent">DOM:element.dispatchEvent</a></li> + <li><a href="/ja/docs/DOM/element.getAttribute" title="DOM/element.getAttribute">DOM:element.getAttribute</a></li> + <li><a href="/ja/docs/DOM/element.getAttributeNode" title="DOM/element.getAttributeNode">DOM:element.getAttributeNode</a></li> + <li><a href="/ja/docs/DOM/element.getAttributeNodeNS" title="DOM/element.getAttributeNodeNS">DOM:element.getAttributeNodeNS</a></li> + <li><a href="/ja/docs/DOM/element.getAttributeNS" title="DOM/element.getAttributeNS">DOM:element.getAttributeNS</a></li> + <li><a href="/ja/docs/DOM/element.getElementsByTagName" title="DOM/element.getElementsByTagName">DOM:element.getElementsByTagName</a></li> + <li><a href="/ja/docs/DOM/element.getElementsByTagNameNS" title="DOM/element.getElementsByTagNameNS">DOM:element.getElementsByTagNameNS</a></li> + <li><a href="/ja/docs/DOM/Node.getFeature" title="DOM/Node.getFeature">DOM:element.getFeature</a></li> + <li><a href="/ja/docs/DOM/Node.getUserData" title="DOM/Node.getUserData">DOM:element.getUserData</a></li> + <li><a href="/ja/docs/DOM/element.hasAttribute" title="DOM/element.hasAttribute">DOM:element.hasAttribute</a></li> + <li><a href="/ja/docs/DOM/element.hasAttributeNS" title="DOM/element.hasAttributeNS">DOM:element.hasAttributeNS</a></li> + <li><a href="/ja/docs/DOM/Node.hasAttributes" title="DOM/element.hasAttributes">DOM:element.hasAttributes</a></li> + <li><a href="/ja/docs/DOM/element.hasChildNodes" title="DOM/element.hasChildNodes">DOM:element.hasChildNodes</a></li> + <li><a href="/ja/docs/DOM/element.insertBefore" title="DOM/element.insertBefore">DOM:element.insertBefore</a></li> + <li><a href="/ja/docs/DOM/Node.isEqualNode" title="DOM/Node.isEqualNode">DOM:element.isEqualNode</a></li> + <li><a href="/ja/docs/DOM/Node.isSameNode" title="DOM/Node.isSameNode">DOM:element.isSameNode</a></li> + <li><a href="/ja/docs/DOM/Element.isSupported" title="DOM/element.isSupported">DOM:element.isSupported</a></li> + <li><a href="/ja/docs/DOM/Node.lookupNamespaceURI" title="DOM/Node.lookupNamespaceURI">DOM:element.lookupNamespaceURI</a></li> + <li><a href="/ja/docs/DOM/Node.lookupPrefix" title="DOM/Node.lookupPrefix">DOM:element.lookupPrefix</a></li> + <li><a href="/ja/docs/DOM/element.normalize" title="DOM/element.normalize">DOM:element.normalize</a></li> + <li><a href="/ja/docs/DOM/element.removeAttribute" title="DOM/element.removeAttribute">DOM:element.removeAttribute</a></li> + <li><a href="/ja/docs/DOM/element.removeAttributeNode" title="DOM/element.removeAttributeNode">DOM:element.removeAttributeNode</a></li> + <li><a href="/ja/docs/DOM/element.removeAttributeNS" title="DOM/element.removeAttributeNS">DOM:element.removeAttributeNS</a></li> + <li><a href="/ja/docs/DOM/element.removeChild" title="DOM/element.removeChild">DOM:element.removeChild</a></li> + <li><a href="/ja/docs/DOM/element.removeEventListener" title="DOM/element.removeEventListener">DOM:element.removeEventListener</a></li> + <li><a href="/ja/docs/DOM/element.replaceChild" title="DOM/element.replaceChild">DOM:element.replaceChild</a></li> + <li><a href="/ja/docs/DOM/element.setAttribute" title="DOM/element.setAttribute">DOM:element.setAttribute</a></li> + <li><a href="/ja/docs/DOM/element.setAttributeNode" title="DOM/element.setAttributeNode">DOM:element.setAttributeNode</a></li> + <li><a href="/ja/docs/DOM/element.setAttributeNodeNS" title="DOM/element.setAttributeNodeNS">DOM:element.setAttributeNodeNS</a></li> + <li><a href="/ja/docs/DOM/element.setAttributeNS" title="DOM/element.setAttributeNS">DOM:element.setAttributeNS</a></li> + <li><a href="/ja/docs/DOM/Node.setUserData" title="DOM/Node.setUserData">DOM:element.setUserData</a></li> +</ul> diff --git a/files/ja/archive/mozilla/xul/method/insertitem/index.html b/files/ja/archive/mozilla/xul/method/insertitem/index.html new file mode 100644 index 0000000000..0f9743eb4e --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/insertitem/index.html @@ -0,0 +1,26 @@ +--- +title: insertItem +slug: Archive/Mozilla/XUL/Method/insertItem +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/insertItem +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-insertItem"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/insertItem">insertItem( id, beforeNode, wrapper, beforePermanent )</a></code></span></dt> + <dd><strong>Firefox のみ</strong></dd> + <dd>戻り値の型: <em>要素</em></dd> + <dd>与えられた <var>id</var> を持つ項目を <code><a href="/ja/docs/Mozilla/Tech/XUL/toolbar" title="toolbar">toolbar</a></code> に追加します。新しい項目は 2 番目の引数に与えられた項目の前に追加されます。2 番目の引数が <code>null</code> にもかかわらず <var>beforePermanent</var> 引数が <code>true</code> の場合、項目は toolbar の先頭、最初の永続的項目の前に追加されます。逆に <var>beforePermanent</var> 引数が <code>false</code> の場合、新しい項目は toolbar の末尾に追加されます。3 番目の引数は、他の要素の新しい項目を折り返すために使用します。通常、最後の引数は主にカスタマイズダイアログが使用するため <code>null</code> です。</dd> +</dl> + +<p><var>id</var> は toolbar の <code><a href="/ja/docs/Mozilla/Tech/XUL/toolbarpalette" title="toolbarpalette">toolbarpalette</a></code> 内の要素にマッチしなければなりません。一部の特別な <var>id</var> が特別なスペース項目を作成するために使用されます。</p> + +<ul> + <li><code>separator</code>: 区切り。垂直線として描画されます。</li> + <li><code>spacer</code>: 固定幅のスペース。</li> + <li><code>spring</code>: 伸縮自在のスペース。</li> +</ul> + +<p>メソッドは作成した項目の DOM 要素を返します。</p> diff --git a/files/ja/archive/mozilla/xul/method/insertitemat/index.html b/files/ja/archive/mozilla/xul/method/insertitemat/index.html new file mode 100644 index 0000000000..1fd4533c77 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/insertitemat/index.html @@ -0,0 +1,56 @@ +--- +title: insertItemAt +slug: Archive/Mozilla/XUL/Method/insertItemAt +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/insertItemAt +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-insertItemAt"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/insertItemAt">insertItemAt( index, label, value )</a></code></span></dt> + <dd>戻り値の型: <em>要素</em></dd> + <dd>このメソッドは新しい項目を生成し、それを指定した位置に挿入します。値の設定は任意です。新しい項目要素を返します。</dd> +</dl> + +<div class="noinclude"> + <p><strong>注意:</strong> 存在しない <var>index</var> に項目を挿入することはできません。例: <code>element.getRowCount() + 1</code> で末尾に項目を挿入する。</p> + <h3 id="Example" name="Example">例</h3> + <pre class="brush:js"><!-- This example inserts at the selected item or appends, then selects the newly created item --> +<script language="javascript"> +function insertItemToList() { + var myListBox = document.getElementById('myListBox'); + + // create a date to get some labels and values + var someDate = new Date(); + + if(myListBox.selectedIndex == -1){ + // no item was selected in list so append to the end + myListBox.appendItem( someDate.toLocaleTimeString(), someDate.getTime() ); + var newIndex = myListBox.getRowCount() -1 + } else { + // item was selected so insert at the selected item + var newIndex = myListBox.selectedIndex; + myListBox.insertItemAt(newIndex, someDate.toLocaleTimeString(), someDate.getTime()); + } + + // select the newly created item + myListBox.selectedIndex = newIndex; +} +</script> + +<button label="Insert item at selected" oncommand="insertItemToList()" /> + +<listbox id="myListBox"> + <listitem label="foo" /> +</listbox> +</pre> + + <h3 id="See_also" name="See_also">関連情報</h3> +<ul> + <li><a href="/ja/docs/XUL/Method/appendItem"><code>appendItem()</code></a></li> + <li><a href="/ja/docs/XUL/Method/removeItemAt"><code>removeItemAt()</code></a></li> +</ul> + +</div> diff --git a/files/ja/archive/mozilla/xul/method/invertselection/index.html b/files/ja/archive/mozilla/xul/method/invertselection/index.html new file mode 100644 index 0000000000..1649c08b4a --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/invertselection/index.html @@ -0,0 +1,15 @@ +--- +title: invertSelection +slug: Archive/Mozilla/XUL/Method/invertSelection +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/invertSelection +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-invertSelection"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/invertSelection">invertSelection()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>すべての項目の選択状態を反転します。選択された項目の選択は解除され、選択されていない項目が選択されます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/loadgroup/index.html b/files/ja/archive/mozilla/xul/method/loadgroup/index.html new file mode 100644 index 0000000000..37af8ae76f --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/loadgroup/index.html @@ -0,0 +1,16 @@ +--- +title: loadGroup +slug: Archive/Mozilla/XUL/Method/loadGroup +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/loadGroup +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-loadGroup"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/loadGroup">loadGroup( group )</a></code></span></dt> + <dd><strong>Not in Firefox</strong></dd> + <dd>戻り値の型: <em>最初の tab</em></dd> + <dd>ページのグループを複数のタブに読み込みます。これらは <code>browser.tabs.loadGroup</code> 設定の状態によって、それぞれ追加、または置き換えられます。引数は、タブに読み込む各ドキュメントオブジェクトの配列です。オブジェクトはスクリプトで定義され、読み込むページの URL の <code>URI</code> プロパティを含みます。<code>referrerURI</code> プロパティは、リファラページを設定するために任意で使用されます。この関数は最初に読み込まれたタブへの参照を返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/loadonetab/index.html b/files/ja/archive/mozilla/xul/method/loadonetab/index.html new file mode 100644 index 0000000000..7b70f73de1 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/loadonetab/index.html @@ -0,0 +1,33 @@ +--- +title: loadOneTab +slug: Archive/Mozilla/XUL/Method/loadOneTab +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/loadOneTab +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt>形式 1: + <span id="m-loadOneTab"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/loadOneTab">loadOneTab( URL, referrerURI, charset, postData, loadInBackground, allowThirdPartyFixup )</a></code></span></dt> + <dt>形式 2: + <span id="m-loadOneTab"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/loadOneTab">loadOneTab( URL, { referrerURI: ..., charset: ..., postData: ..., inBackground: ..., allowThirdPartyFixup: ..., relatedToCurrent: ... })</a></code></span></dt> + <dd> + 戻り値の型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/tab" title="tab">tab</a></code> 要素</em></dd> + <dd> + 指定した <code>URL</code> のページを読み込む新しいタブを開きます。残りの引数は任意です。このメソッドは <a href="/ja/docs/XUL/Method/addTab"><code>addTab</code></a> と同じ動作をしますが、<code>loadInBackground</code> 引数で新しいタブを前面と背面のどちらに開くかを選ぶことができます。また、owner タブは自動的に指定されるため、<code>owner</code> 引数はありません。</dd> + <dd> + <dl> + <dt> + <var>inBackground</var></dt> + <dd> + <code>true</code> の場合、タブはバックグラウンドでロードされます。 <code>false</code> の場合はタブは新たに選択したタブになります。 引数が <code>null</code> かまたは無指定の場合、このパラメータは <code>browser.tabs.loadInBackground</code> の設定に追従します。</dd> + </dl> + </dd> + <dd> + <div class="blockIndicator standardNote"> + <p><a href="https://developer.mozilla.org/ja/docs/Mozilla/Firefox/Releases/3.6">Firefox 3.6 における注記</a></p> + <p style="font-weight: 400;">このメソッドの 2 つ目の形式は Firefox 3.6 で追加されたものです。 <code>relatedToCurrent</code> パラメータが追加されており、パラメータは任意の順序で、名前によって指定することができます。</p> +</div></dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/loadtabs/index.html b/files/ja/archive/mozilla/xul/method/loadtabs/index.html new file mode 100644 index 0000000000..6b087b7790 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/loadtabs/index.html @@ -0,0 +1,15 @@ +--- +title: loadTabs +slug: Archive/Mozilla/XUL/Method/loadTabs +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/loadTabs +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-loadTabs"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/loadTabs">loadTabs( uris, loadInBackground, replace )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd><code>uris</code> 配列で指定された URI のセットをタブに読み込みます。<code>loadInBackground</code> が <code>true</code> の場合、これらのタブは背面に読み込まれます。<code>replace</code> が <code>true</code> の場合、タブを追加する代わりに、現在表示されているタブが指定した URI に置き換えられます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/loaduri/index.html b/files/ja/archive/mozilla/xul/method/loaduri/index.html new file mode 100644 index 0000000000..d21d61e201 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/loaduri/index.html @@ -0,0 +1,15 @@ +--- +title: loadURI +slug: Archive/Mozilla/XUL/Method/loadURI +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/loadURI +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-loadURI"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/loadURI">loadURI( uri, referrer, charset )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>指定された <var>referrer</var> と <var>charset</var> で URL を <code>document</code> に読み込みます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/loaduriwithflags/index.html b/files/ja/archive/mozilla/xul/method/loaduriwithflags/index.html new file mode 100644 index 0000000000..a0a57a6e49 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/loaduriwithflags/index.html @@ -0,0 +1,25 @@ +--- +title: loadURIWithFlags +slug: Archive/Mozilla/XUL/Method/loadURIWithFlags +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/loadURIWithFlags +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt> + <span id="m-loadURIWithFlags"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/loadURIWithFlags">loadURIWithFlags( uri, flags, referrer, charset, postData )</a></code></span></dt> + <dd> + 戻り値の型: <em>戻り値なし</em></dd> + <dd> + 引数に指定した読み込みフラグ (flags) および与えられたリファラ (referrer) 、文字セット (charset) 、POST データで URL を <code>document</code> に読み込みます。<span id="m-reloadWithFlags"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/reloadWithFlags">reloadWithFlags</a></code></span> メソッドで許可されたフラグに加え、次のフラグも有効です。</dd> +</dl> +<ul> + <li><code>LOAD_FLAGS_IS_REFRESH</code>: このフラグは、<code>meta</code> タグの <code>refresh</code> や <code>redirect</code> によって URL が読み込まれたときに使用されます。</li> + <li><code>LOAD_FLAGS_IS_LINK</code>: このフラグは、ユーザがリンクをクリックして URL が読み込まれたときに使用されます。これに応じて HTTP Referer ヘッダが設定されます。</li> + <li><code>LOAD_FLAGS_BYPASS_HISTORY</code>: URL をセッション履歴に追加しません。</li> + <li><code>LOAD_FLAGS_REPLACE_HISTORY</code>: セッション履歴内の現在の URL を新しいものと置き換えます。このフラグはリダイレクトに使用されます。</li> +</ul> +<p>(<code>referrer</code> および <code>postData</code> 引数の詳細は <code><a href="/ja/docs/XPCOM_Interface_Reference/nsIWebNavigation#loadURI()">nsIWebNavigation.loadURI()</a></code> をご覧ください。)</p> diff --git a/files/ja/archive/mozilla/xul/method/makeeditable/index.html b/files/ja/archive/mozilla/xul/method/makeeditable/index.html new file mode 100644 index 0000000000..0548f23bb6 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/makeeditable/index.html @@ -0,0 +1,15 @@ +--- +title: makeEditable +slug: Archive/Mozilla/XUL/Method/makeEditable +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/makeEditable +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-makeEditable"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/makeEditable">makeEditable( editortype, waitForLoad )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>この関数は editor による編集を有効にします。<code id="a-editortype"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/editortype">editortype</a></code> として <code>text</code> または <code>html</code> を指定してください。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/menulist.appenditem/index.html b/files/ja/archive/mozilla/xul/method/menulist.appenditem/index.html new file mode 100644 index 0000000000..5c5f491cd5 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/menulist.appenditem/index.html @@ -0,0 +1,17 @@ +--- +title: menulist.appendItem +slug: Archive/Mozilla/XUL/Method/menulist.appendItem +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/menulist.appendItem +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl><dt> <span id="m-menulist.appendItem"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/menulist.appendItem">appendItem( label, value, description )</a></code></span> </dt><dd> 戻り値の型: <em>要素</em> </dd><dd> 新しい <code><a href="/ja/docs/Mozilla/Tech/XUL/menuitem" title="menuitem">menuitem</a></code> 要素を作成し、menulist の末尾に追加します。値(<var>value</var>) と説明(<var>description</var>) の設定は任意です。この関数は新しい項目を返します。 </dd></dl> +<div class="noinclude"> +<h3 id="See_also" name="See_also">参照</h3> +<p><span id="m-appendItem"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/appendItem">appendItem</a></code></span></p> +</div> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/method/menulist.select/index.html b/files/ja/archive/mozilla/xul/method/menulist.select/index.html new file mode 100644 index 0000000000..4eaf24fe64 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/menulist.select/index.html @@ -0,0 +1,13 @@ +--- +title: menulist.select +slug: Archive/Mozilla/XUL/Method/menulist.select +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/menulist.select +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl><dt> <span id="m-menulist.select"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/menulist.select">menulist.selectselect()</a></code></span> </dt><dd> 戻り値の型: <em>戻り値なし</em> </dd><dd> <code><a href="/ja/docs/Mozilla/Tech/XUL/menulist" title="menulist">menulist</a></code> の textbox 内のテキストすべてを選択します。このメソッドは <code id="a-editable"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/editable">editable</a></code> な menulist にのみ適用されます。 </dd></dl> +<div class="noinclude"> + +</div> diff --git a/files/ja/archive/mozilla/xul/method/movebyoffset/index.html b/files/ja/archive/mozilla/xul/method/movebyoffset/index.html new file mode 100644 index 0000000000..369cf01af0 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/movebyoffset/index.html @@ -0,0 +1,15 @@ +--- +title: moveByOffset +slug: Archive/Mozilla/XUL/Method/moveByOffset +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/moveByOffset +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> + +<dl> + <dt><span id="m-moveByOffset"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/moveByOffset">moveByOffset( offset , isSelecting, isSelectingRange)</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd><code>offset</code> が正の数の場合、フォーカスされた項目を前方へ移動します。<code>offset</code> が負の数の場合、フォーカスされた項目を後方へ移動します。<code>isSelecting</code> が <code>true</code> の場合、選択も同時に移動します。<code>isSelectingRange</code> が <code>true</code> の場合、現在の選択項目に加えて新しい項目が選択されます。<code>isSelectingRange</code> が <code>false</code> の場合、既存の選択は解除されます。隠された (hidden") 項目はスキップされます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/moveto/index.html b/files/ja/archive/mozilla/xul/method/moveto/index.html new file mode 100644 index 0000000000..26490b1db8 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/moveto/index.html @@ -0,0 +1,15 @@ +--- +title: moveTo +slug: Archive/Mozilla/XUL/Method/moveTo +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/moveTo +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-moveTo"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/moveTo">moveTo( x, y )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値なし</em></dd> + <dd>ポップアップを指定した位置へ移動します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/movetoalertposition/index.html b/files/ja/archive/mozilla/xul/method/movetoalertposition/index.html new file mode 100644 index 0000000000..8786efc33f --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/movetoalertposition/index.html @@ -0,0 +1,15 @@ +--- +title: moveToAlertPosition +slug: Archive/Mozilla/XUL/Method/moveToAlertPosition +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/moveToAlertPosition +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-moveToAlertPosition"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/moveToAlertPosition">moveToAlertPosition()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>dialog を alert box に相応しい位置とサイズに変更します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/onsearchcomplete/index.html b/files/ja/archive/mozilla/xul/method/onsearchcomplete/index.html new file mode 100644 index 0000000000..72a39c7a22 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/onsearchcomplete/index.html @@ -0,0 +1,17 @@ +--- +title: onSearchComplete +slug: Archive/Mozilla/XUL/Method/onSearchComplete +tags: + - MDC Project + - NeedsTechnicalReview + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/onSearchComplete +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-onSearchComplete"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/onSearchComplete">onSearchComplete()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd><code id="a-onsearchcomplete"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/onsearchcomplete">onsearchcomplete</a></code> イベントハンドラを呼び出す。このメソッドを呼び出してはいけません。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/ontextentered/index.html b/files/ja/archive/mozilla/xul/method/ontextentered/index.html new file mode 100644 index 0000000000..4bb81d186a --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/ontextentered/index.html @@ -0,0 +1,17 @@ +--- +title: onTextEntered +slug: Archive/Mozilla/XUL/Method/onTextEntered +tags: + - MDC Project + - NeedsTechnicalReview + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/onTextEntered +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-onTextEntered"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/onTextEntered">onTextEntered()</a></code></span></dt> + <dd>戻り値の型: <em>event result</em></dd> + <dd><code id="a-ontextentered"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/ontextentered">ontextentered</a></code> イベントハンドラを呼び出す。このメソッドを呼び出してはいけません。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/ontextreverted/index.html b/files/ja/archive/mozilla/xul/method/ontextreverted/index.html new file mode 100644 index 0000000000..dd88e35bd0 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/ontextreverted/index.html @@ -0,0 +1,17 @@ +--- +title: onTextReverted +slug: Archive/Mozilla/XUL/Method/onTextReverted +tags: + - MDC Project + - NeedsTechnicalReview + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/onTextReverted +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-onTextReverted"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/onTextReverted">onTextReverted()</a></code></span></dt> + <dd>戻り値の型: <em>event result</em></dd> + <dd><code id="a-ontextreverted"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/ontextreverted">ontextreverted</a></code> イベントハンドラを呼び出す。このメソッドを呼び出してはいけません。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/openpopup/index.html b/files/ja/archive/mozilla/xul/method/openpopup/index.html new file mode 100644 index 0000000000..a527bd5a85 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/openpopup/index.html @@ -0,0 +1,30 @@ +--- +title: openPopup +slug: Archive/Mozilla/XUL/Method/openPopup +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/openPopup +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-openPopup"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/openPopup">openPopup( anchor , position , x , y , isContextMenu, attributesOverride )</a></code></span> </dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> +</dl> + + +<p>特定のノードから見た相対的な指定位置にポップアップを開きます。</p> +<p>ポップアップは他のノードにアンカーすることも、自由な位置に開く事もできます。ポップアップをノードにアンカーするには、anchor ノードを指定して、ポップアップをどのように開くかを示す文字列を position に設定します。</p> + +<p>position が取り得る値は before_start, before_end, after_start, after_end, start_before, start_after, end_before, end_after, overlap, after_pointer のいずれかです。</p> + +<p>anchor ノードはポップアップと同じドキュメント内のものである必要はありません。</p> + +<p>引数 attributesOverride が true ならば、ポップアップノードの position 属性が引数 position の値を上書きします。attributesOverride が false ならば、position 属性は引数 position が空の場合のみ使用されます。</p> + +<p>アンカーされたポップアップでは、引数 x と y はアンカーされた位置からのオフセットとして使用されます。この数値は CSS の pixel 単位で計測されます。</p> + +<p>アンカーされないポップアップは、anchor ノードとして null を指定することで作成できます。このポップアップは、ポップアップノードを含むドキュメントの表示領域からの、x と y で指定された相対位置に表示されます。この場合、引数 position と attributesOverride は無視されます。</p> + +<p>引数 isContextMenu は、コンテキストメニューの場合は true に、それ以外の場合は false にしてください。この引数はメニュー項目のハイライトに影響します。コンテキストメニューが開かれている間は、それ以前に開かれたメニューはハイライトされず、メニュー内の項目を実行できません。</p> diff --git a/files/ja/archive/mozilla/xul/method/openpopupatscreen/index.html b/files/ja/archive/mozilla/xul/method/openpopupatscreen/index.html new file mode 100644 index 0000000000..6ce9a5464a --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/openpopupatscreen/index.html @@ -0,0 +1,14 @@ +--- +title: openPopupAtScreen +slug: Archive/Mozilla/XUL/Method/openPopupAtScreen +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/openPopupAtScreen +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-openPopupAtScreen"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/openPopupAtScreen">openPopupAtScreen( x, y, isContextMenu )</a></code></span> </dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> +</dl> +<p><var>x</var> と <var>y</var> で指定された画面上の特定の位置にポップアップを開きます。ポップアップが画面からはみ出るように指定された場合には位置が調整されます。座標 <var>x</var> と <var>y</var> は CSS の pixel 単位で計測されます。</p> diff --git a/files/ja/archive/mozilla/xul/method/opensubdialog/index.html b/files/ja/archive/mozilla/xul/method/opensubdialog/index.html new file mode 100644 index 0000000000..ae4bff7ff9 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/opensubdialog/index.html @@ -0,0 +1,15 @@ +--- +title: openSubDialog +slug: Archive/Mozilla/XUL/Method/openSubDialog +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/openSubDialog +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-openSubDialog"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/openSubDialog">openSubDialog( url, features, params )</a></code></span></dt> + <dd>戻り値の型: <em>window</em></dd> + <dd>子ダイアログを開きます。通常、このメソッドはユーザに詳細オプションを設定させるために使用します。引数は window の <a href="/ja/docs/DOM/window.openDialog"><code>openDialog</code></a> に似ていますが、window 名を提供する必要はありません。<var>url</var> は XUL ファイルでなければなりません。子ダイアログも <code><a href="/ja/docs/Mozilla/Tech/XUL/prefwindow" title="prefwindow">prefwindow</a></code> である場合は、その <code id="a-type"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/type">type</a></code> 属性を <code>child</code> に設定してください。メインダイアログが閉じられた時、その設定が保存されます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/openwindow/index.html b/files/ja/archive/mozilla/xul/method/openwindow/index.html new file mode 100644 index 0000000000..9952867a98 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/openwindow/index.html @@ -0,0 +1,14 @@ +--- +title: openWindow +slug: Archive/Mozilla/XUL/Method/openWindow +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/openWindow +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-openWindow"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/openWindow">openWindow( windowtype, url, features, params )</a></code></span></dt> + <dd>戻り値の型: <em>window</em></dd> + <dd>子ウィンドウを開きます。<var>windowtype</var> は window 形式を指定する文字列です。指定した形式のウィンドウがすでに開かれている場合、このメソッドは、もう一つのウィンドウを開く代わりに、そのウィンドウにフォーカスを切り替えて最前面に表示します。指定した形式のウィンドウが開かれていない場合、与えられた <var>url</var> を表示する新しいウィンドウが開かれます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/pintab/index.html b/files/ja/archive/mozilla/xul/method/pintab/index.html new file mode 100644 index 0000000000..9b12d91eeb --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/pintab/index.html @@ -0,0 +1,15 @@ +--- +title: pinTab +slug: Archive/Mozilla/XUL/Method/pinTab +tags: + - XUL Attribute + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/pinTab +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-pinTab"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/pinTab">pinTab( tabElement )</a></code></span> </dt> + <dd>戻り値の型 : <em>戻り値無し</em></dd> + <dd>指定 <code><a href="/ja/docs/Mozilla/Tech/XUL/tab" title="tab">tab</a></code> 要素を app タブにピン留めします。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/preferenceforelement/index.html b/files/ja/archive/mozilla/xul/method/preferenceforelement/index.html new file mode 100644 index 0000000000..51ca5f877f --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/preferenceforelement/index.html @@ -0,0 +1,15 @@ +--- +title: preferenceForElement +slug: Archive/Mozilla/XUL/Method/preferenceForElement +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/preferenceForElement +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-preferenceForElement"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/preferenceForElement">preferenceForElement( uielement )</a></code></span></dt> + <dd>戻り値の型: <em><code>preference</code> 要素</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/method/reload/index.html b/files/ja/archive/mozilla/xul/method/reload/index.html new file mode 100644 index 0000000000..ffb85bf197 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/reload/index.html @@ -0,0 +1,18 @@ +--- +title: reload +slug: Archive/Mozilla/XUL/Method/reload +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/reload +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt> + <span id="m-reload"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/reload">reload()</a></code></span></dt> + <dd> + 戻り値の型: <em>戻り値無し</em></dd> + <dd> + browser 内の document を再読み込みします。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/reloadalltabs/index.html b/files/ja/archive/mozilla/xul/method/reloadalltabs/index.html new file mode 100644 index 0000000000..3e4c29e462 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/reloadalltabs/index.html @@ -0,0 +1,18 @@ +--- +title: reloadAllTabs +slug: Archive/Mozilla/XUL/Method/reloadAllTabs +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/reloadAllTabs +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt> + <span id="m-reloadAllTabs"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/reloadAllTabs">reloadAllTabs()</a></code></span></dt> + <dd> + 戻り値の型: <em>戻り値無し</em></dd> + <dd> + すべてのタブのコンテンツを再読み込みします。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/reloadtab/index.html b/files/ja/archive/mozilla/xul/method/reloadtab/index.html new file mode 100644 index 0000000000..bf77446a9b --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/reloadtab/index.html @@ -0,0 +1,18 @@ +--- +title: reloadTab +slug: Archive/Mozilla/XUL/Method/reloadTab +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/reloadTab +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt> + <span id="m-reloadTab"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/reloadTab">reloadTab( tab )</a></code></span></dt> + <dd> + 戻り値の型: <em>戻り値無し</em></dd> + <dd> + 指定タブのコンテンツを再読み込みします。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/reloadwithflags/index.html b/files/ja/archive/mozilla/xul/method/reloadwithflags/index.html new file mode 100644 index 0000000000..9237097ca0 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/reloadwithflags/index.html @@ -0,0 +1,21 @@ +--- +title: reloadWithFlags +slug: Archive/Mozilla/XUL/Method/reloadWithFlags +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/reloadWithFlags +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-reloadWithFlags"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/reloadWithFlags">reloadWithFlags( flags )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値なし</em></dd> + <dd>browser 内の document を与えられた読み込みフラグ (flags) で再度読み込みます。下記のフラグが使用されます。これらはすべて <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/webNavigation">webNavigation</a></span></code> プロパティ (または <a href="/ja/docs/XPCOM_Interface_Reference/nsIWebNavigation">nsIWebNavigation</a> インタフェース) の定数です。記号 ( <code>|</code> ) を使用してフラグを組み合わせることができます。</dd> +</dl> + +<ul> + <li><code>LOAD_FLAGS_NONE</code>: 特別なフラグなし。document は普通に読み込まれます。</li> + <li><code>LOAD_FLAGS_BYPASS_CACHE</code>: ページを再度読み込みます。ページがキャッシュ内にあっても無視されます。このフラグは reload ボタンが Shift キーを押しながら押下されたときに使用されます。</li> + <li><code>LOAD_FLAGS_BYPASS_PROXY</code>: プロクシサーバを無視してページを再度読み込みます。</li> + <li><code>LOAD_FLAGS_CHARSET_CHANGE</code>: このフラグは、文字セットが変更されたため document を再度読み込む必要がある場合に使用されます。</li> +</ul> diff --git a/files/ja/archive/mozilla/xul/method/removeallitems/index.html b/files/ja/archive/mozilla/xul/method/removeallitems/index.html new file mode 100644 index 0000000000..1a04bb346c --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/removeallitems/index.html @@ -0,0 +1,14 @@ +--- +title: removeAllItems +slug: Archive/Mozilla/XUL/Method/removeAllItems +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/removeAllItems +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-removeAllItems"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/removeAllItems">removeAllItems()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値なし</em></dd> + <dd><a href="/ja/docs/XUL/menu">menu</a> 内の項目すべてを削除します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/removeallnotifications/index.html b/files/ja/archive/mozilla/xul/method/removeallnotifications/index.html new file mode 100644 index 0000000000..2d89dcad7b --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/removeallnotifications/index.html @@ -0,0 +1,15 @@ +--- +title: removeAllNotifications +slug: Archive/Mozilla/XUL/Method/removeAllNotifications +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/removeAllNotifications +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> + +<dl> + <dt><span id="m-removeAllNotifications"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/removeAllNotifications">removeAllNotifications( immediate )</a></code></span></dt> + <dd>戻り値の型: 無し</dd> + <dd>すべての <code>notification</code> を削除します。 <code>immediate</code> が <code>true</code> の場合、メッセージはすぐに削除されます。<code>immediate</code> が <code>false</code> の場合、 <code>notification</code> は slide transition を使用して削除されます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/removealltabsbut/index.html b/files/ja/archive/mozilla/xul/method/removealltabsbut/index.html new file mode 100644 index 0000000000..2f8fe8a67b --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/removealltabsbut/index.html @@ -0,0 +1,14 @@ +--- +title: removeAllTabsBut +slug: Archive/Mozilla/XUL/Method/removeAllTabsBut +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/removeAllTabsBut +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-removeAllTabsBut"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/removeAllTabsBut">removeAllTabsBut( tabElement )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値なし</em></dd> + <dd>指定したタブを除くすべてのタブパネルを削除します。タブページが 1 つしか表示されていない場合、このメソッドは何もしません。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/removecurrentnotification/index.html b/files/ja/archive/mozilla/xul/method/removecurrentnotification/index.html new file mode 100644 index 0000000000..7cf895f6cc --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/removecurrentnotification/index.html @@ -0,0 +1,15 @@ +--- +title: removeCurrentNotification +slug: Archive/Mozilla/XUL/Method/removeCurrentNotification +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/removeCurrentNotification +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> + +<dl> + <dt><span id="m-removeCurrentNotification"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/removeCurrentNotification">removeCurrentNotification</a></code></span></dt> + <dd>戻り値の型: 無し</dd> + <dd>現在の <code>notification</code> を削除します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/removecurrenttab/index.html b/files/ja/archive/mozilla/xul/method/removecurrenttab/index.html new file mode 100644 index 0000000000..0d74f0b225 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/removecurrenttab/index.html @@ -0,0 +1,18 @@ +--- +title: removeCurrentTab +slug: Archive/Mozilla/XUL/Method/removeCurrentTab +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/removeCurrentTab +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt> + <span id="m-removeCurrentTab"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/removeCurrentTab">removeCurrentTab()</a></code></span></dt> + <dd> + 戻り値の型: <em><code><a href="/ja/docs/Mozilla/Tech/XUL/tab" title="tab">tab</a></code> 要素</em></dd> + <dd> + 現在表示されているタブページを削除します。 タブが 1 つのみ表示されている場合、このメソッドは何もしません。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/removeitemat/index.html b/files/ja/archive/mozilla/xul/method/removeitemat/index.html new file mode 100644 index 0000000000..f75d24c21d --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/removeitemat/index.html @@ -0,0 +1,46 @@ +--- +title: removeItemAt +slug: Archive/Mozilla/XUL/Method/removeItemAt +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/removeItemAt +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> + +<dl> + <dt><span id="m-removeItemAt"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/removeItemAt">removeItemAt( index )</a></code></span></dt> + <dd>戻り値の型: <em>要素</em></dd> + <dd>要素内の指定した index の子項目を削除します。このメソッドは削除した項目を返します。</dd> +</dl> + +<div class="noinclude"> + +<pre class="brush:js"><script type="text/javascript"> +function removeSelectedItem() { + var myListBox = document.getElementById('myListBox'); + + if(myListBox.selectedIndex == -1){ + return; // no item selected so return + } else { + myListBox.removeItemAt(myListBox.selectedIndex); + } +} +</script> + +<button label="Remove selected item" oncommand="removeSelectedItem()" /> + +<listbox id="myListBox"> + <listitem label="Alpha" /> + <listitem label="Beta" /> + <listitem label="Oscar" /> + <listitem label="Foxtrot" /> +</listbox> +</pre> + + <h2 id="See_also" name="See_also">関連情報</h2> + <ul> +<li><a href="/ja/docs/XUL/Method/removeAllItems"><code>removeAllItems()</code></a> 、 <a href="/ja/docs/XUL/Method/appendItem"><code>appendItem()</code></a> 、 <a href="/ja/docs/XUL/Method/insertItemAt"><code>insertItemAt()</code></a></li> +</ul> + +</div> diff --git a/files/ja/archive/mozilla/xul/method/removeitemfromselection/index.html b/files/ja/archive/mozilla/xul/method/removeitemfromselection/index.html new file mode 100644 index 0000000000..374c0920c5 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/removeitemfromselection/index.html @@ -0,0 +1,14 @@ +--- +title: removeItemFromSelection +slug: Archive/Mozilla/XUL/Method/removeItemFromSelection +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/removeItemFromSelection +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-removeItemFromSelection"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/removeItemFromSelection">removeItemFromSelection( item )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値なし</em></dd> + <dd>指定した項目の選択のみを解除します。他の項目の選択は解除しません。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/removenotification/index.html b/files/ja/archive/mozilla/xul/method/removenotification/index.html new file mode 100644 index 0000000000..867d95e9a2 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/removenotification/index.html @@ -0,0 +1,14 @@ +--- +title: removeNotification +slug: Archive/Mozilla/XUL/Method/removeNotification +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/removeNotification +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-removeNotification"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/removeNotification">removeNotification( item )</a></code></span></dt> + <dd>戻り値の型: <em>要素</em></dd> + <dd><code>notification</code> を削除し、それが現在の <code>item</code> であった場合、次の <code>notification</code> を表示します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/removeprogresslistener/index.html b/files/ja/archive/mozilla/xul/method/removeprogresslistener/index.html new file mode 100644 index 0000000000..f6896234a2 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/removeprogresslistener/index.html @@ -0,0 +1,15 @@ +--- +title: removeProgressListener +slug: Archive/Mozilla/XUL/Method/removeProgressListener +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/removeProgressListener +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> + +<dl> + <dt><span id="m-removeProgressListener"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/removeProgressListener">removeProgressListener( listener )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値なし</em></dd> + <dd>進捗リスナーを <code>browser</code> から削除します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/removesession/index.html b/files/ja/archive/mozilla/xul/method/removesession/index.html new file mode 100644 index 0000000000..e9bb77ce53 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/removesession/index.html @@ -0,0 +1,17 @@ +--- +title: removeSession +slug: Archive/Mozilla/XUL/Method/removeSession +tags: + - MDC Project + - NeedsTechnicalReview + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/removeSession +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> + +<dl> + <dt><span id="m-removeSession"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/removeSession">removeSession( session )</a></code></span></dt> + <dd>戻り値の型: <em>???</em></dd> + <dd><code>autocomplete</code> ウィジェットからセッションオブジェクトを削除します。引数は <a href="/ja/docs/NsIAutoCompleteSession"><code>nsIAutoCompleteSession</code></a> インタフェースを実装するオブジェクトでなければなりません。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/removetab/index.html b/files/ja/archive/mozilla/xul/method/removetab/index.html new file mode 100644 index 0000000000..b12cda0c25 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/removetab/index.html @@ -0,0 +1,18 @@ +--- +title: removeTab +slug: Archive/Mozilla/XUL/Method/removeTab +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/removeTab +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt> + <span id="m-removeTab"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/removeTab">removeTab( tabElement )</a></code></span></dt> + <dd> + 戻り値の型: <em>戻り値なし</em></dd> + <dd> + 与えられた <code><a href="/ja/docs/Mozilla/Tech/XUL/tab" title="tab">tab</a></code> 要素に対応する特定のタブ化されたページを削除します。 If only one tab is displayed, this method does nothing (unless the preference <code><a href="/ja/Mozilla/Preferences/Preference_reference/browser.tabs.closeWindowWithLastTab">browser.tabs.closeWindowWithLastTab</a></code> is <code>true</code>, in which case the window containing the tab is closed). If <code><a href="/ja/Mozilla/Preferences/Preference_reference/browser.tabs.autoHide">browser.tabs.autoHide</a></code> is <code>true</code>, the row of tabs will collapse if only one tab remains.</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/removetransientnotifications/index.html b/files/ja/archive/mozilla/xul/method/removetransientnotifications/index.html new file mode 100644 index 0000000000..de4ce3c778 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/removetransientnotifications/index.html @@ -0,0 +1,15 @@ +--- +title: removeTransientNotifications +slug: Archive/Mozilla/XUL/Method/removeTransientNotifications +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/removeTransientNotifications +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-removeTransientNotifications"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/removeTransientNotifications">removeTransientNotifications( )</a></code></span></dt> + <dd>戻り値の型: <em>無し</em></dd> + <dd>persistence の値が 0 の notification のみを削除し、 persistence の値が 0 以外の notification についてはその値を 1 減らします。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/replacegroup/index.html b/files/ja/archive/mozilla/xul/method/replacegroup/index.html new file mode 100644 index 0000000000..71dd58cb88 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/replacegroup/index.html @@ -0,0 +1,16 @@ +--- +title: replaceGroup +slug: Archive/Mozilla/XUL/Method/replaceGroup +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/replaceGroup +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-replaceGroup"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/replaceGroup">replaceGroup( group )</a></code></span></dt> + <dd><strong>Firefox では使用不可</strong></dd> + <dd>戻り値の型: <em>セッション履歴オブジェクトの配列</em></dd> + <dd>既存のタブを新しいセットで置き換えます。置き換え前のタブの方が多い場合は、余りのタブは削除されません。先に既存のタブを削除して完全に置き換えるには <span id="m-removeTab"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/removeTab">removeTab</a></code></span> メソッドを使用してください。引数は読み込む各ドキュメントオブジェクトの配列です。オブジェクトはスクリプトで定義され、読み込むページの URL の <code>URI</code> プロパティを含みます。<code>referrerURI</code> プロパティは、リファラページを設定するために任意で使用されます。このメソッドは、削除されたタブのセッション履歴オブジェクトの配列を返します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/reset/index.html b/files/ja/archive/mozilla/xul/method/reset/index.html new file mode 100644 index 0000000000..4a3d7da40b --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/reset/index.html @@ -0,0 +1,16 @@ +--- +title: reset +slug: Archive/Mozilla/XUL/Method/reset +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/reset +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-reset"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/reset">reset()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>preference の値をデフォルトにリセットします。</dd> + <dd><code><a href="/ja/docs/Mozilla/Tech/XUL/textbox" title="textbox">textbox</a></code> については、アンドゥ処理リストを消去します (Gecko 1.9)。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/rewind/index.html b/files/ja/archive/mozilla/xul/method/rewind/index.html new file mode 100644 index 0000000000..1d527acfbe --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/rewind/index.html @@ -0,0 +1,15 @@ +--- +title: rewind +slug: Archive/Mozilla/XUL/Method/rewind +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/rewind +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-rewind"><code><a href="http://api/ja/docs/Mozilla/Tech/XUL/Method/rewind">rewind()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>ページを戻るには、このメソッドを呼び出します。これは Back ボタンの押下と同等です。ページを変更するために、<code><span><a href="http://api/ja/docs/XUL/Property/canRewind">canRewind</a></span></code> プロパティが <code>true</code> に設定されていなければなりません。ページが変更される前に、<code id="a-onwizardback"><a href="http://api/ja/docs/Mozilla/Tech/XUL/Attribute/onwizardback">onwizardback</a></code> 属性内のコードが呼び出されます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/scrollbyindex/index.html b/files/ja/archive/mozilla/xul/method/scrollbyindex/index.html new file mode 100644 index 0000000000..58f2e04277 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/scrollbyindex/index.html @@ -0,0 +1,18 @@ +--- +title: scrollByIndex +slug: Archive/Mozilla/XUL/Method/scrollByIndex +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/scrollByIndex +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt> + <span id="m-scrollByIndex"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/scrollByIndex">scrollByIndex( lines )</a></code></span></dt> + <dd> + 戻り値の型: <em>戻り値なし</em></dd> + <dd> + <code><a href="/ja/docs/Mozilla/Tech/XUL/arrowscrollbox" title="arrowscrollbox">arrowscrollbox</a></code> のコンテンツを lines に与えられた行数だけスクロールします。一行は一つの要素です。多くの行数を先方にスクロールするには lines 引数に正の値を、後方にスクロールするには負の値を使用してください。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/scrollbypixels/index.html b/files/ja/archive/mozilla/xul/method/scrollbypixels/index.html new file mode 100644 index 0000000000..dbabee60e8 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/scrollbypixels/index.html @@ -0,0 +1,18 @@ +--- +title: scrollByPixels +slug: Archive/Mozilla/XUL/Method/scrollByPixels +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/scrollByPixels +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt> + <span id="m-scrollByPixels"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/scrollByPixels">scrollByPixels( pixels )</a></code></span></dt> + <dd> + 戻り値の型: <em>戻り値なし</em></dd> + <dd> + <code><a href="/ja/docs/Mozilla/Tech/XUL/arrowscrollbox" title="arrowscrollbox">arrowscrollbox</a></code> のコンテンツを pixels に与えられたピクセル数だけスクロールします。多くのピクセル数を先方にスクロールするには pixels 引数に正の値を、後方にスクロールするには負の値を使用してください。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/scrolltoindex/index.html b/files/ja/archive/mozilla/xul/method/scrolltoindex/index.html new file mode 100644 index 0000000000..d83be6661e --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/scrolltoindex/index.html @@ -0,0 +1,15 @@ +--- +title: scrollToIndex +slug: Archive/Mozilla/XUL/Method/scrollToIndex +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/scrollToIndex +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-scrollToIndex"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/scrollToIndex">scrollToIndex( index )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>指定した <var>index</var> の位置にスクロールします。これは表示領域が常にスクロールされるため、<span id="m-ensureIndexIsVisible"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/ensureIndexIsVisible">ensureIndexIsVisible</a></code></span> とは異なります。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/select/index.html b/files/ja/archive/mozilla/xul/method/select/index.html new file mode 100644 index 0000000000..b1739a3a61 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/select/index.html @@ -0,0 +1,15 @@ +--- +title: select +slug: Archive/Mozilla/XUL/Method/select +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/select +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-select"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/select">select()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>textbox 内のすべてのテキストを選択します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/selectall/index.html b/files/ja/archive/mozilla/xul/method/selectall/index.html new file mode 100644 index 0000000000..b28d8d0eb0 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/selectall/index.html @@ -0,0 +1,15 @@ +--- +title: selectAll +slug: Archive/Mozilla/XUL/Method/selectAll +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/selectAll +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-selectAll"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/selectAll">selectAll()</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>すべての項目を選択します。選択後、 <code>select</code> イベントが送られます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/selectitem/index.html b/files/ja/archive/mozilla/xul/method/selectitem/index.html new file mode 100644 index 0000000000..0037402295 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/selectitem/index.html @@ -0,0 +1,15 @@ +--- +title: selectItem +slug: Archive/Mozilla/XUL/Method/selectItem +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/selectItem +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-selectItem"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/selectItem">selectItem( item )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>現在選択されている項目の選択を解除し、与えられた <var>item</var> を選択します。選択後、 <code>select</code> イベントが送られます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/selectitemrange/index.html b/files/ja/archive/mozilla/xul/method/selectitemrange/index.html new file mode 100644 index 0000000000..58746771d2 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/selectitemrange/index.html @@ -0,0 +1,15 @@ +--- +title: selectItemRange +slug: Archive/Mozilla/XUL/Method/selectItemRange +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/selectItemRange +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-selectItemRange"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/selectItemRange">selectItemRange( startItem, endItem )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>引数に与えられた 2 つの項目間の項目を選択します。これは <var>startItem</var> および <var>endItem</var> の項目も含みます。他のすべての項目の選択は解除されます。このメソッドは、1 つの項目を選択するリストボックスでは何もしません。選択後、<code>select</code> イベントが送られます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/selecttabatindex/index.html b/files/ja/archive/mozilla/xul/method/selecttabatindex/index.html new file mode 100644 index 0000000000..a4e92e17c6 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/selecttabatindex/index.html @@ -0,0 +1,14 @@ +--- +title: selectTabAtIndex +slug: Archive/Mozilla/XUL/Method/selectTabAtIndex +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/selectTabAtIndex +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-selectTabAtIndex"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/selectTabAtIndex">selectTabAtIndex( index, event )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>引数 <var>index</var> で指定した位置のタブを選択します。<var>index</var> には負の値も指定可能です。引数 <var>event</var> が指定されている場合は、デフォルトのイベント処理は行われなくなり、イベントの伝播も発生しません。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/seticon/index.html b/files/ja/archive/mozilla/xul/method/seticon/index.html new file mode 100644 index 0000000000..9351fb2ff0 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/seticon/index.html @@ -0,0 +1,15 @@ +--- +title: setIcon +slug: Archive/Mozilla/XUL/Method/setIcon +tags: + - XUL + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/setIcon +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-setIcon"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/setIcon">setIcon( aTab, aURI )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>第一引数 (<var>aTab</var>) に指定したタブのファビコンを、第二引数 (<var>aURI</var>) に指定した URI の画像に設定します。現在のアイコンの取得方法については <span id="m-getIcon"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/getIcon">getIcon</a></code></span> のページを参照して下さい。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/setselectionrange/index.html b/files/ja/archive/mozilla/xul/method/setselectionrange/index.html new file mode 100644 index 0000000000..973c823c48 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/setselectionrange/index.html @@ -0,0 +1,15 @@ +--- +title: setSelectionRange +slug: Archive/Mozilla/XUL/Method/setSelectionRange +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/setSelectionRange +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-setSelectionRange"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/setSelectionRange">setSelectionRange( start, end )</a></code></span></dt> + <dd> + 戻り値の型: <em>戻り値無し</em></dd> + <dd>textbox の選択部分を設定します。<var>start</var> 引数は選択範囲の最初の文字の index です。<var>end</var> 引数は選択範囲の直後の文字の index です。テキストを選択せずに指定の位置へカーソルを移動するには、両方の引数を同じ値に設定してください。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/showonlythesetabs/index.html b/files/ja/archive/mozilla/xul/method/showonlythesetabs/index.html new file mode 100644 index 0000000000..10b1ab7900 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/showonlythesetabs/index.html @@ -0,0 +1,17 @@ +--- +title: showOnlyTheseTabs +slug: Archive/Mozilla/XUL/Method/showOnlyTheseTabs +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/showOnlyTheseTabs +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt> + <span id="m-showOnlyTheseTabs"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/showOnlyTheseTabs">showOnlyTheseTabs( aTabs )</a></code></span> </dt> + <dd> + 戻り値の型 : <em>戻り値無し</em></dd> + <dd><code>aTabs</code> 配列内のすべてのタブを表示、他のすべてのタブを非表示にします。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/showpane/index.html b/files/ja/archive/mozilla/xul/method/showpane/index.html new file mode 100644 index 0000000000..3a2e0c95f6 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/showpane/index.html @@ -0,0 +1,15 @@ +--- +title: showPane +slug: Archive/Mozilla/XUL/Method/showPane +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/showPane +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-showPane"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/showPane">showPane( prefpane )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>特定のペインに表示を切り替えます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/showpopup/index.html b/files/ja/archive/mozilla/xul/method/showpopup/index.html new file mode 100644 index 0000000000..a24ae878ea --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/showpopup/index.html @@ -0,0 +1,23 @@ +--- +title: showPopup +slug: Archive/Mozilla/XUL/Method/showPopup +tags: + - MDC Project + - NeedsRewrite + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/showPopup +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-showPopup"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/showPopup">showPopup( element, x, y, popupType, anchor, align )</a></code></span> <span style="border: 1px solid rgb(152, 152, 240); background-color: rgb(221, 221, 255); font-size: 9px; vertical-align: text-top;">Mozilla 1.9 で非推奨</span></dt> + <dd>戻り値の型: <em>戻り値なし</em></dd> + <dd>popup 要素を開きます。popup を表示する場所を指定するには二通りの方法があります。スクリーン位置を指定するか、window 内の要素からの相対位置を指定します。<var>x</var> または <var>y</var> に値を設定すると、popup がそのスクリーン座標 (<var>x</var>,<var>y</var>) に表示されます。<var>x</var> および <var>y</var> が <code>-1</code> の場合、popup の位置は最初の引数 <var>element</var> で指定された要素からの相対位置になります。これは例えば、ボタンの下に popup を表示するときに使用します。この二番目の場合は、<var>anchor</var> および <var>align</var> 引数が、popup が現れる要素の相対位置をさらに制御するために使用されます。<var>anchor</var> 引数は要素上の <code id="a-popupanchor"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/popupanchor">popupanchor</a></code> 属性に対応します。<var>align</var> 引数は要素上の <code id="a-popupalign"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/popupalign">popupalign</a></code> 属性に対応します。<var>x</var> または <var>y</var> が <code>-1</code> でない場合、これらの引数は無視されます。</dd> +</dl> +<dl> + <dd>popup をさらに数ピクセル離れた他の要素からの相対位置に表示するには、要素の <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/boxObject">boxObject</a></span></code>.screenX プロパティおよび <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/boxObject">boxObject</a></span></code>.screenY プロパティを使用し、それらを <var>x</var> および <var>y</var> 引数にオフセットとして値を与え、要素の実際のスクリーン位置を確定してください。</dd> +</dl> +<dl> + <dd><var>popupType</var> の値は、<code>popup</code> または <code>context</code>, <code>tooltip</code> のいずれかの文字列でなければなりません。各 popup の形式は一時的に表示されることを意図しているため、永久に表示されることはありません。一度に一つの popup のみが表示されます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/sizeto/index.html b/files/ja/archive/mozilla/xul/method/sizeto/index.html new file mode 100644 index 0000000000..b9fc21e8f3 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/sizeto/index.html @@ -0,0 +1,15 @@ +--- +title: sizeTo +slug: Archive/Mozilla/XUL/Method/sizeTo +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/sizeTo +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-sizeTo"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/sizeTo">sizeTo( width, height )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>ポップアップの現在の大きさを指定した <var>width</var> (幅) と <var>height</var> (高さ) に変更します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/startediting/index.html b/files/ja/archive/mozilla/xul/method/startediting/index.html new file mode 100644 index 0000000000..8d876462fd --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/startediting/index.html @@ -0,0 +1,18 @@ +--- +title: startEditing +slug: Archive/Mozilla/XUL/Method/startEditing +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/startEditing +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt> + <span id="m-startEditing"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/startEditing">startEditing( row, column )</a></code></span> </dt> + <dd> + 戻り値の型: <em>戻り値なし</em></dd> + <dd> + 指定セルのユーザによる編集可能状態を有効にします。これは <var>row</var> index およびセルの位置の <a href="/ja/docs/XPCOM_Interface_Reference/nsITreeColumn"><code>nsITreeColumn</code></a> によって指定します。セルの内容を取得するためにツリービューの <code><a href="https://developer.mozilla.org/ja/docs/XPCOM_Interface_Reference/nsITreeView#getCellText()">nsITreeView.getCellText()</a></code> メソッドが呼び出されます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/stop/index.html b/files/ja/archive/mozilla/xul/method/stop/index.html new file mode 100644 index 0000000000..4ac54690d0 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/stop/index.html @@ -0,0 +1,18 @@ +--- +title: stop +slug: Archive/Mozilla/XUL/Method/stop +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/stop +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt> + <span id="m-stop"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/stop">stop()</a></code></span></dt> + <dd> + 戻り値の型: <em>戻り値無し</em></dd> + <dd> + 中止ボタンの押下と同じです。現在の document の読み込みを中止します。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/stopediting/index.html b/files/ja/archive/mozilla/xul/method/stopediting/index.html new file mode 100644 index 0000000000..b6687fb3ff --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/stopediting/index.html @@ -0,0 +1,15 @@ +--- +title: stopEditing +slug: Archive/Mozilla/XUL/Method/stopEditing +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/stopEditing +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-stopEditing"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/stopEditing">stopEditing( shouldaccept )</a></code></span> </dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>編集中のセルの編集を中止します。<code>shouldAccept</code> 引数が <code>true</code> の場合、セルのラベルは編集した値に変更されます (セルの内容を変更するためにツリービューの <code><a href="https://developer.mozilla.org/ja/docs/XPCOM_Interface_Reference/nsITreeView#setCellText()">nsITreeView.setCellText()</a></code> メソッドが呼び出されます)。この引数が <code>false</code> 場合、セルのラベルは編集前の値に戻されます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/swapdocshells/index.html b/files/ja/archive/mozilla/xul/method/swapdocshells/index.html new file mode 100644 index 0000000000..d923778423 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/swapdocshells/index.html @@ -0,0 +1,18 @@ +--- +title: SwapDocShells +slug: Archive/Mozilla/XUL/Method/SwapDocShells +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/SwapDocShells +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> + +<dl> + <dt><span id="m-swapDocShells"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/swapDocShells">swapDocShells( otherBrowser )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値なし</em></dd> + <dd>この <a class="internal" href="/ja/docs/XUL/browser">browser</a> ともう一つの browser のコンテンツおよび履歴、状態を入れ替えます。入れ替える間、 <code>pagehide</code> イベントと <code>pageshow</code> イベントが両方の <code>browser</code> で発生します。このメソッドは <code>browser</code> をウィンドウ間で移動したり、新しいウィンドウに移すために使用します。</dd> +</dl> + + +<div class="blockIndicator note"><strong>註:</strong> 双方の <code>browser</code> はスタンドアローンまたは <a href="/ja/docs/XUL/tabbrowser"><code>tabbrowser</code></a> に埋め込まれた <code>browser</code> でなければなりません。これらを混在させることはできません。</div> diff --git a/files/ja/archive/mozilla/xul/method/syncsessions/index.html b/files/ja/archive/mozilla/xul/method/syncsessions/index.html new file mode 100644 index 0000000000..0e6fdf52e8 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/syncsessions/index.html @@ -0,0 +1,15 @@ +--- +title: syncSessions +slug: Archive/Mozilla/XUL/Method/syncSessions +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/syncSessions +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> + +<dl> + <dt><span id="m-syncSessions"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/syncSessions">syncSessions( autoCompleteElement )</a></code></span></dt> + <dd>戻り値の型: <em>???</em></dd> + <dd>他の 自動補完要素 (autocomplete element) からセッションをコピーします。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/timedselect/index.html b/files/ja/archive/mozilla/xul/method/timedselect/index.html new file mode 100644 index 0000000000..15fb6415e5 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/timedselect/index.html @@ -0,0 +1,15 @@ +--- +title: timedSelect +slug: Archive/Mozilla/XUL/Method/timedSelect +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/timedSelect +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl> + <dt><span id="m-timedSelect"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/timedSelect">timedSelect( item, timeout )</a></code></span></dt> + <dd>戻り値の型: <em>戻り値無し</em></dd> + <dd>引数 <var>item</var> で指定した項目を、引数 <var>timeout</var> に指定したのミリ秒後に選択します。他のすべての項目の選択は解除されます。</dd> +</dl> diff --git a/files/ja/archive/mozilla/xul/method/toggleitemselection/index.html b/files/ja/archive/mozilla/xul/method/toggleitemselection/index.html new file mode 100644 index 0000000000..a18d1c9961 --- /dev/null +++ b/files/ja/archive/mozilla/xul/method/toggleitemselection/index.html @@ -0,0 +1,13 @@ +--- +title: toggleItemSelection +slug: Archive/Mozilla/XUL/Method/toggleItemSelection +tags: + - XUL Methods + - XUL Reference +translation_of: Archive/Mozilla/XUL/Method/toggleItemSelection +--- +<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div> +<dl><dt> <span id="m-toggleItemSelection"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/toggleItemSelection">toggleItemSelection( item )</a></code></span> </dt><dd> 戻り値の型: <em>戻り値なし</em> </dd><dd> 指定した項目が選択されている場合、この選択が解除されます。そうでない場合、この項目が選択されます。listbox 内の他の選択された項目はこの影響を受けず、選択状態が保持されます。 </dd></dl> +<div class="noinclude"> + +</div> |
