aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/method/openpopupatscreen/index.html
blob: 6ce9a5464a86249cb3ac95826ac0173479661a61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>