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/popup | |
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/popup')
-rw-r--r-- | files/ja/archive/mozilla/xul/popup/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/popup/index.html b/files/ja/archive/mozilla/xul/popup/index.html new file mode 100644 index 0000000000..574a0c3c6b --- /dev/null +++ b/files/ja/archive/mozilla/xul/popup/index.html @@ -0,0 +1,20 @@ +--- +title: popup +slug: Archive/Mozilla/XUL/popup +tags: + - Deprecated + - XUL Elements + - XUL Reference +translation_of: Archive/Mozilla/XUL/popup +--- +<div class="noinclude"><span class="breadcrumbs XULRef_breadcrumbs"> + « <a href="/ja/docs/XUL/XUL_Reference">XUL リファレンス HOME</a> [ + <a href="#Examples">例</a> | + <a href="#Attributes">属性</a> | + <a href="#Properties">プロパティ</a> | + <a href="#Methods">メソッド</a> | + <a href="#Related">関連項目</a> ] +</span> <div class="blockIndicator deprecated deprecatedHeader"> + <p><strong><span class="icon-only-inline" title="これは廃止されたAPIであり、今後の動作は保障されていません。ご注意下さい。"><i class="icon-trash"> </i></span> 非推奨 Gecko 2 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)</strong><br>この機能はウェブ標準から削除されました。まだ対応しているプラウザーがあるかもしれませんが、ゆくゆくはなくなるものです。使用を避け、できれば既存のコードを更新してください。このページの下部にある<a href="#Browser_compatibility">ブラウザーの対応</a>を見て判断してください。この機能は突然動作しなくなる可能性があることに注意してください。</p> + </div></div> +<p>popup 要素は、代わりとなる <code><a href="/ja/docs/Mozilla/Tech/XUL/menupopup" title="menupopup">menupopup</a></code> 要素と同等です。詳細については <code><a href="/ja/docs/Mozilla/Tech/XUL/menupopup" title="menupopup">menupopup</a></code> のドキュメントをご覧ください。</p> |