forked from 0x2620/oxjs
some documentation
This commit is contained in:
parent
275dcbb356
commit
bdb8d98787
45 changed files with 775 additions and 255 deletions
|
|
@ -1,4 +1,18 @@
|
|||
// vim: et:ts=4:sw=4:sts=4:ft=js
|
||||
/*@
|
||||
Ox.Window <f:Ox.Element> Window object
|
||||
() -> <f> Window object
|
||||
(options) -> <f> Window object
|
||||
(options, self) -> <f> Window object
|
||||
options <o> Options object
|
||||
draggable <b|true> is window draggable
|
||||
fullscreenable <b|true> fixme: silly name
|
||||
height <n|225> height
|
||||
resizeable <b|true> resizeable
|
||||
scaleable <b|true> sccaleable
|
||||
width <n|400> width
|
||||
self <o> Shared private variable
|
||||
@*/
|
||||
Ox.Window = function(options, self) {
|
||||
|
||||
self = self || {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue