53
edits
m (→Window Event) |
|||
| Line 31: | Line 31: | ||
Indicates the action that happened for this window. Possible values are: | Indicates the action that happened for this window. Possible values are: | ||
<ul> | |||
<li><tt>create</tt>: a new toplevel or child DOM Window was created</li> | <li><tt>create</tt>: a new toplevel or child DOM Window was created</li> | ||
<li><tt>open</tt>: a toplevel DOM Window was opened</li> | <li><tt>open</tt>: a toplevel DOM Window was opened</li> | ||
<li><tt>close</tt>: a toplevel DOM Window was closed</li> | <li><tt>close</tt>: a toplevel DOM Window was closed</li> | ||
<li><tt>destroy</tt>: a toplevel or child DOM Window was destroyed</li> | <li><tt>destroy</tt>: a toplevel or child DOM Window was destroyed</li> | ||
</ul> | |||
<tt>window = [integer window id]</tt> | <tt>window = [integer window id]</tt> | ||
edits