add keys option to text list to allow for additional keys to be requested, beyond the keys of the visible columns

This commit is contained in:
rlx 2011-09-04 16:43:52 +00:00
commit 2aa828c308
2 changed files with 12 additions and 10 deletions

View file

@ -1658,6 +1658,7 @@ Ox.List = function(options, self) {
value <s> value, can be whatever that property is
@*/
that.value = function(id, key, value) {
Ox.print('that.value', id, getPositionById(id))
var pos = getPositionById(id),
$item = self.$items[pos],
data = $item.options('data'),