1
0
Fork 0
forked from 0x2620/oxjs

textlist improvements (keep selection after sort, make left/right arrows scroll left/right)

This commit is contained in:
rolux 2011-05-24 15:44:02 +02:00
commit 187adae7e2
3 changed files with 64 additions and 17 deletions

View file

@ -123,7 +123,7 @@ Ox.Form = function(options, self) {
} else {
Ox.forEach(arguments[0], function(value, key) {
var index = getItemIndexById(key);
index > -1 && Ox.print(':::::::', key, value)
//index > -1 && Ox.print(':::::::', key, value)
index > -1 && self.options.items[index].options({value: value});
});
return that;