forked from 0x2620/oxjs
update widget documentation (arguments first)
This commit is contained in:
parent
daec992536
commit
a0867f0da6
81 changed files with 250 additions and 251 deletions
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
/*@
|
||||
Ox.TableList <f> TableList Widget
|
||||
([options[, self]]) -> <o:Ox.Element> TableList Object
|
||||
options <o> Options object
|
||||
columns <[o]|[]> Columns
|
||||
# Fixme: There's probably more...
|
||||
|
|
@ -42,7 +41,8 @@ Ox.TableList <f> TableList Widget
|
|||
deprecated).
|
||||
columnresize <!> columnresize
|
||||
columnchange <!> columnchange
|
||||
self <o> shared private variable
|
||||
self <o> Shared private variable
|
||||
([options[, self]]) -> <o:Ox.Element> TableList Object
|
||||
@*/
|
||||
|
||||
// fixme: options.columnsMovable, but options.sortable ... pick one.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue