forked from 0x2620/oxjs
document events
This commit is contained in:
parent
10281e3c8f
commit
d2e05200da
56 changed files with 277 additions and 32 deletions
|
|
@ -3,6 +3,10 @@
|
|||
/*@
|
||||
Ox.Dialog <f> Dialog object
|
||||
([options[, self]]) -> <o:Ox.Element> Dialog object
|
||||
close <!> close
|
||||
open <!> open
|
||||
resizeend <!> resizeend
|
||||
resize <!> resize
|
||||
options <o> Options object
|
||||
self <o> Shared private variable
|
||||
@*/
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
/*@
|
||||
Ox.Layer <f> Background layer for dialogs and menus
|
||||
([options[, self]]) -> <o:Ox.Element> Layer
|
||||
click <!> click
|
||||
options <o> Options
|
||||
type <s|'dialog'> Layer type ('dialog' or 'menu')
|
||||
self <o> Shared private variable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue