diff options
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/alwaysopenpopup/index.html')
-rw-r--r-- | files/ja/archive/mozilla/xul/attribute/alwaysopenpopup/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/alwaysopenpopup/index.html b/files/ja/archive/mozilla/xul/attribute/alwaysopenpopup/index.html new file mode 100644 index 0000000000..4fad6d9e87 --- /dev/null +++ b/files/ja/archive/mozilla/xul/attribute/alwaysopenpopup/index.html @@ -0,0 +1,15 @@ +--- +title: alwaysopenpopup +slug: Archive/Mozilla/XUL/Attribute/alwaysopenpopup +tags: + - XUL Attributes + - XUL Reference +translation_of: Archive/Mozilla/XUL/Attribute/alwaysopenpopup +--- +<div class="noinclude"><span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/ja/docs/XUL/XUL_Reference">XUL リファレンス HOME</a></span></div> + +<dl> + <dt><code id="a-alwaysopenpopup"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/alwaysopenpopup">alwaysopenpopup</a></code> <span class="inlineIndicator obsolete obsoleteInline" title="(Firefox 3.5 / Thunderbird 3.0 / SeaMonkey 2.0)">Gecko 1.9.1 で廃止</span></dt> + <dd>型: <em>論理型</em></dd> + <dd><div class="blockIndicator note"><strong>註:</strong> 適用対象: Thunderbird 及び SeaMonkey</div> <code>true</code> の場合、マッチするものがない時でも自動補完 popup が表示されます。デフォルト値の <code>false</code> の場合、popup は隠れます。この属性は Gecko1.9.1 で廃止されています。ポップアップの表示の制御には、代わりに <code id="a-minresultsforpopup"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/minresultsforpopup">minresultsforpopup</a></code> 属性を使用します。</dd> +</dl> |