blob: a94af052a2582c19e1cb450573f73a26fa62aca8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
title: onpopupshown
slug: Mozilla/Tech/XUL/Attribute/onpopupshown
translation_of: Archive/Mozilla/XUL/Attribute/onpopupshown
---
<div class="noinclude">
<span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference">XUL Reference home</a></span></div>
<dl>
<dt>
<code id="a-onpopupshown"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/onpopupshown">onpopupshown</a></code></dt>
<dd>
Type: <em>script code</em></dd>
<dd>
This event is sent to a popup after it has been opened, much like the <code>onload</code> event is sent to a window when it is opened.</dd>
<dd>
该事件在 popup 打开之后触发,与 window 的 onload 事件比较类似。</dd>
</dl>
<div class="noinclude">
<p></p>
</div>
<p> </p>
|