forked from 0x2620/oxjs
update documentation (classes)
This commit is contained in:
parent
684c4ceaf2
commit
8c347d9009
88 changed files with 177 additions and 227 deletions
|
|
@ -1,12 +1,10 @@
|
|||
'use strict';
|
||||
/*@
|
||||
Ox.Bar <f:Ox.Element> Bar
|
||||
() -> <o> Bar object
|
||||
(options) -> <o> Bar object
|
||||
(options, self) -> <o> Bar object
|
||||
Ox.Bar <f> Bar
|
||||
([options[, self]]) -> <o:Ox.Element> Bar object
|
||||
options <o> Options object
|
||||
orientation <s|'horizontal'>
|
||||
size <s|'medium'> can be small, medium, large or number
|
||||
size <n|s|'medium'> can be small, medium, large or number
|
||||
self <o> Shared private variable
|
||||
@*/
|
||||
Ox.Bar = function(options, self) {
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
/*@
|
||||
Ox.Progressbar <f:Ox.Element> Progress Bar
|
||||
() -> <o> Progress Bar
|
||||
(options) -> <o> Progress Bar
|
||||
(options, self) -> <o> Progress Bar
|
||||
Ox.Progressbar <f> Progress Bar
|
||||
([options[, self]]) -> <o:Ox.Element> Progress Bar
|
||||
options <o|{}> Options object
|
||||
cancelled <b|false> If true, progress bar is cancelled
|
||||
paused <b|false> If true, progress bar is paused
|
||||
|
|
|
|||
|
|
@ -1,9 +1,7 @@
|
|||
'use strict';
|
||||
/*@
|
||||
Ox.Resizebar <f:Ox.Element> Resizebar
|
||||
() -> <f> Resizebar object
|
||||
(options) -> <f> Resizebar object
|
||||
(options, self) -> <f> Resizebar object
|
||||
Ox.Resizebar <f> Resizebar
|
||||
([options[, self]]) -> <o:Ox.Element> Resizebar object
|
||||
options <o> Options object
|
||||
collapsed <b|false> inital collapse state
|
||||
collapsible <b|true> collapse state can be changed
|
||||
|
|
|
|||
|
|
@ -1,9 +1,7 @@
|
|||
'use strict';
|
||||
/*@
|
||||
Ox.Tabbar <f:Ox.Bar> Tabbar
|
||||
() -> <o> Tabbar object
|
||||
(options) -> <o> Tabbar object
|
||||
(options, self) -> <o> Tabbar object
|
||||
Ox.Tabbar <f> Tabbar
|
||||
([options[, self]]) -> <o:Ox.Bar> Tabbar object
|
||||
options <o> Options object
|
||||
selected <n|0> selected item
|
||||
tabs <a|[]> tabs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue