forked from 0x2620/oxjs
cleanup docs, fix children/find calls
This commit is contained in:
parent
a98902f165
commit
b9e80c9d75
88 changed files with 157 additions and 253 deletions
|
|
@ -2,16 +2,10 @@
|
|||
|
||||
/*@
|
||||
Ox.Dialog <f:Ox.Element> Dialog object
|
||||
() -> <f> Dialog object
|
||||
(options) -> <f> Dialog object
|
||||
(options, self) -> <f> Dialog object
|
||||
() -> <o> Dialog object
|
||||
(options) -> <o> Dialog object
|
||||
(options, self) -> <o> Dialog object
|
||||
options <o> Options object
|
||||
draggable <b|true> is window draggable
|
||||
fullscreenable <b|true> fixme: silly name
|
||||
height <n|200> height
|
||||
resizeable <b|true> resizeable
|
||||
scaleable <b|true> sccaleable
|
||||
width <n|400> width
|
||||
self <o> Shared private variable
|
||||
@*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
/*@
|
||||
Ox.Layer <o> Background layer for dialogs and menus
|
||||
Ox.Layer <f:Ox.Element> Background layer for dialogs and menus
|
||||
(options, self) -> <o> Layer
|
||||
options <o> Options
|
||||
type <s|'dialog'> Layer type ('dialog' or 'menu')
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
/*@
|
||||
Ox.Tooltip <f:Ox.Element> Tooltip Object
|
||||
() -> <f> Tooltip Object
|
||||
(options) -> <f> Tooltip Object
|
||||
(options, self) -> <f> Tooltip Object
|
||||
() -> <o> Tooltip Object
|
||||
(options) -> <o> Tooltip Object
|
||||
(options, self) -> <o> Tooltip Object
|
||||
options <o> Options object
|
||||
self <o> shared private variable
|
||||
@*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue