1
0
Fork 0
forked from 0x2620/oxjs

add unified Ox.Layer object for dialogs and menus

This commit is contained in:
rlx 2011-11-01 14:16:27 +00:00
commit 1720d2a184
5 changed files with 73 additions and 51 deletions

View file

@ -299,7 +299,7 @@ Ox.TextList = function(options, self) {
setTimeout(function() {
that.$body.options({sort: self.options.sort});
}, 10);
that.triggerEvent('sort', {
that.gainFocus().triggerEvent('sort', {
key: self.options.sort[0].key,
operator: self.options.sort[0].operator
});