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.ButtonGroup <f:Ox.Element> ButtonGroup Object
|
||||
() -> <o> ButtonGroup Object
|
||||
(options) -> <o> ButtonGroup Object
|
||||
(options, self) -> <o> ButtonGroup Object
|
||||
Ox.ButtonGroup <f> ButtonGroup Object
|
||||
([options[, self]]) -> <o:Ox.Element> ButtonGroup Object
|
||||
options <o> Options object
|
||||
buttons <a> array of buttons
|
||||
buttons <[o]> array of button options
|
||||
max <n> integer, maximum number of selected buttons, 0 for all
|
||||
min <n> integer, minimum number of selected buttons, 0 for none
|
||||
selectable <b> if true, buttons are selectable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue