forked from 0x2620/oxjs
document events
This commit is contained in:
parent
10281e3c8f
commit
d2e05200da
56 changed files with 277 additions and 32 deletions
|
|
@ -3,6 +3,7 @@
|
|||
/*@
|
||||
Ox.CollapsePanel <f> CollapsePanel Object
|
||||
([options[, self]]) -> <o:Ox.Element> CollapsePanel Object
|
||||
toggle <!> toggle
|
||||
options <o> Options object
|
||||
collapsed <b|false> collapsed state
|
||||
extras <a|[]> panel extras
|
||||
|
|
|
|||
|
|
@ -3,6 +3,10 @@
|
|||
/*@
|
||||
Ox.SplitPanel <f> SpliPanel Object
|
||||
([options[, self]]) -> <o:Ox.Element> SpliPanel Object
|
||||
resize <!> resize
|
||||
Fires on resize, on both elements being resized
|
||||
toggle <!> toggle
|
||||
Fires on collapse or expand, on the element being toggled
|
||||
options <o> Options object
|
||||
elements <[o]|[]> Array of two or three element objects
|
||||
collapsible <b|false> If true, can be collapsed (if outer element)
|
||||
|
|
@ -16,10 +20,6 @@ Ox.SplitPanel <f> SpliPanel Object
|
|||
tooltip <b|s|false> If true, show tooltip, if string, append it
|
||||
orientation <s|"horizontal"> orientation ("horizontal" or "vertical")
|
||||
self <o> shared private variable
|
||||
resize <!> resize
|
||||
Fires on resize, on both elements being resized
|
||||
toggle <!> toggle
|
||||
Fires on collapse or expand, on the element being toggled
|
||||
@*/
|
||||
|
||||
Ox.SplitPanel = function(options, self) {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
/*@
|
||||
Ox.TabPanel <f> Tabbed panel
|
||||
([options[, self]]) -> <o:Ox.SplitPanel> Panel
|
||||
change <!> change
|
||||
options <o> Options
|
||||
content <o|f> Content per tab
|
||||
Either `({id1: $element1, id2: $element2}}` or `function(id) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue