1
0
Fork 0
forked from 0x2620/oxjs

fix documentation

This commit is contained in:
rolux 2012-05-30 00:28:52 +02:00
commit 6847102507
4 changed files with 29 additions and 33 deletions

View file

@ -2,7 +2,7 @@
/*@
Ox.TextList <f:Ox.Element> TextList Object
([options[, self]]) -> <f> TextList Object
([options[, self]]) -> <o> TextList Object
options <o> Options object
columns <[o]|[]> Columns
# Fixme: There's probably more...
@ -25,17 +25,17 @@ Ox.TextList <f:Ox.Element> TextList Object
columnsVisible <b|false> If true, columns are visible
columnWidth <[n]|[40, 800]> Minimum and maximum column width
draggable <b|false> If true, items can be dragged
id <s|''>
id <s|''> Id
items <f|null> function() {} {sort, range, keys, callback} or array
keys <[s]|[]> Additional keys (apart from keys of visible columns)
max <n|-1> Maximum number of items that can be selected (-1 for all)
min <n|0> Minimum number of items that must be selected
pageLength <n|100> Number of items per page
scrollbarVisible <b|false> If true, the scrollbar is always visible
selected <a|[]>
sort <[]|[]>
selected <[s]|[]> Array of selected ids
sort <[o]|[s]|[]> ['+foo', ...] or [{key: 'foo', operator: '+'}, ...]
sortable <b|false> If true, elements can be re-ordered
sums <[]|[]> Sums to be included in totals
sums <[s]|[]> Sums to be included in totals
self <o> shared private variable
@*/