diff options
Diffstat (limited to 'files/ja/mozilla/preferences/preference_reference/ui.alertnotificationorigin/index.html')
-rw-r--r-- | files/ja/mozilla/preferences/preference_reference/ui.alertnotificationorigin/index.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/files/ja/mozilla/preferences/preference_reference/ui.alertnotificationorigin/index.html b/files/ja/mozilla/preferences/preference_reference/ui.alertnotificationorigin/index.html new file mode 100644 index 0000000000..8cac579a16 --- /dev/null +++ b/files/ja/mozilla/preferences/preference_reference/ui.alertnotificationorigin/index.html @@ -0,0 +1,41 @@ +--- +title: ui.alertNotificationOrigin +slug: Mozilla/Preferences/Preference_reference/ui.alertNotificationOrigin +tags: + - 設定 +translation_of: Mozilla/Preferences/Preference_reference/ui.alertNotificationOrigin +--- +<p><code>ui.alertNotificationOrigin</code> は、 <a href="/en/XPCOM_Interface_Reference/nsIAlertsService" title="nsIAlertsService">nsIAlertsService</a> によって呼び出されるポップアップ通知において、位置とスライドインの方向を制御します。</p> + +<ul style="display: table; padding: 0; border-left: 2px solid; margin-left: 0.5em;"> + <li style="display: table-row; padding: 3px; margin: 0;"><dfn>Type:</dfn><code>integer</code></li> + <li style="display: table-row; padding: 3px; margin: 0;"><dfn>Default value:</dfn>タスクバー(または同等の機能)の表示位置に依存</li> + <li style="display: table-row; padding: 3px; margin: 0;"><dfn>Exists by default:</dfn> no</li> + <li style="display: table-row; padding: 3px; margin: 0;"><dfn>Application support:</dfn> Gecko 1.8.1.2 (Firefox 2.0.0.2 / Thunderbird 2.0.0.4 / SeaMonkey 1.1)</li> + <li style="display: table-row; padding: 3px; margin: 0;"><dfn>Status:</dfn> Active; last updated 2012-02-22</li> + <li style="display: table-row; padding: 3px; margin: 0;"><dfn>Introduction:</dfn> Pushed to Nightly on 2007-01-04</li> + <li style="display: table-row; padding: 3px; margin: 0;"><dfn>Bugs:</dfn> {{ bug("133527") }} </li> +</ul> + +<h2 id="Values">Values</h2> + +<dl> + <dt><code>0</code></dt> + <dd>右下に表示され、下から縦にスライドインする。</dd> + <dt><code>1</code></dt> + <dd>右下に表示され、右から横にスライドインする。</dd> + <dt><code>2</code></dt> + <dd>左下に表示され、下から縦にスライドインする。</dd> + <dt><code>3</code></dt> + <dd>左下に表示され、左から横にスライドインする。</dd> + <dt><code>4</code></dt> + <dd>右上に表示され、上から縦にスライドインする。</dd> + <dt><code>5</code></dt> + <dd>右上に表示され、右から横にスライドインする。</dd> + <dt><code>6</code></dt> + <dd>左上に表示され、上から縦にスライドインする。</dd> + <dt><code>7</code></dt> + <dd>左上に表示され、左から横にスライドインする。</dd> +</dl> + +<p>{{ languages( { "zh-cn": "zh-cn/Mozilla/Preferences/Preference_reference/ui.alertNotificationOrigin" } ) }}</p> |