1
0
Fork 0
forked from 0x2620/oxjs

document events

This commit is contained in:
j 2012-06-18 00:38:26 +02:00
commit d2e05200da
56 changed files with 277 additions and 32 deletions

View file

@ -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
@*/

View file

@ -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