diff options
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/showpopup/index.html')
-rw-r--r-- | files/ja/archive/mozilla/xul/attribute/showpopup/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/showpopup/index.html b/files/ja/archive/mozilla/xul/attribute/showpopup/index.html new file mode 100644 index 0000000000..6b99364905 --- /dev/null +++ b/files/ja/archive/mozilla/xul/attribute/showpopup/index.html @@ -0,0 +1,13 @@ +--- +title: showpopup +slug: Archive/Mozilla/XUL/Attribute/showpopup +tags: + - XUL Attributes + - XUL Reference +translation_of: Archive/Mozilla/XUL/Attribute/showpopup +--- +<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-showpopup"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/showpopup">showpopup</a></code> </dt><dd> 型: <em>論理型</em> </dd><dd> <code>true</code> の場合 popup が表示されます。<code>false</code> の場合 popup は表示されませんが、自動補完の候補が利用可能です。この属性を <code>false</code> に設定して <code id="a-autoFill"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/autoFill">autoFill</a></code> 属性を <code>true</code> に設定すると、Communicator 4.x スタイルの自動補完 textbox をエミュレートすることができます。デフォルト値は <code>true</code> です。 </dd></dl> +<div class="noinclude"> + +</div> |