forked from 0x2620/oxjs
more docs
This commit is contained in:
parent
bdb8d98787
commit
cc75e25415
42 changed files with 664 additions and 93 deletions
|
|
@ -5,15 +5,15 @@ Ox.Resizebar <f:Ox.Element> Resizebar
|
|||
(options) -> <f> Resizebar object
|
||||
(options, self) -> <f> Resizebar object
|
||||
options <o> Options object
|
||||
collapsed <b|false>
|
||||
collapsible <b|true>
|
||||
edge <s|left>
|
||||
elements <a|[]>
|
||||
orientation <s|horizontal>
|
||||
panel <o|null>
|
||||
resizeable <b|true>
|
||||
resize <a|[]>
|
||||
size <n|0>
|
||||
collapsed <b|false> inital collapse state
|
||||
collapsible <b|true> collapse state can be changed
|
||||
edge <s|left> edge
|
||||
elements <a|[]> elements of the bar
|
||||
orientation <s|horizontal> orientation, can be horizontal or vertical
|
||||
panel <o|null> panel object
|
||||
resizeable <b|true> can bar be resized
|
||||
resize <a|[]> array with possible sizes
|
||||
size <n|0> default size
|
||||
self <o> Shared private variable
|
||||
@*/
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue