aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/attribute/panel.level/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/panel.level/index.html')
-rw-r--r--files/ja/archive/mozilla/xul/attribute/panel.level/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/panel.level/index.html b/files/ja/archive/mozilla/xul/attribute/panel.level/index.html
new file mode 100644
index 0000000000..6b9a579d47
--- /dev/null
+++ b/files/ja/archive/mozilla/xul/attribute/panel.level/index.html
@@ -0,0 +1,15 @@
+---
+title: panel.level
+slug: Archive/Mozilla/XUL/Attribute/Panel.level
+tags:
+ - XUL Attributes
+ - XUL Reference
+translation_of: Archive/Mozilla/XUL/Attribute/panel.level
+---
+<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-panel.level"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/panel.level">level</a></code> </dt><dd> 型: <span class="lang lang-en"><span id="a-popup.level"><em>下記の値のいずれか一つ</em></span></span> </dd><dd>panel をすべてのウィンドウより手前に表示するかどうかを指定します。または、panel が含まれるウィンドウの手前に表示します。この属性が指定されていないときは、popup ウィンドウのレベルはプラットフォームに依存します。Linux のデフォルト値は <code>top</code> です。その他のプラットフォームのデフォルト値は <code>parent</code> です。panel にテキストフィールドが含まれると、IME やオンスクリーンキーボードのポップアップが正しく表示されないため、この属性を設定してはいけません。テキストフィールドが含まれない通常の場合は値に <code>top</code> を設定してください。<code id="a-panel.noautohide"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/panel.noautohide">noautohide</a></code> 属性の値が <code>true</code> の場合、この level 属性は無視され、ウィンドウレベルは常に <code>parent</code> と同じになります。 </dd></dl>
+<ul> <li><code>top</code>: panel は、他のアプリケーションを含む、すべての他のウィンドウの手前に現れます。</li> <li><code>parent</code>: panel は、panel 自身が含まれるウィンドウの手前に現れ、他のウィンドウより後ろに現れます。</li>
+</ul>
+<div class="noinclude">
+
+</div>