forked from 0x2620/oxjs
add unified Ox.Layer object for dialogs and menus
This commit is contained in:
parent
3aa10edec8
commit
1720d2a184
5 changed files with 73 additions and 51 deletions
|
|
@ -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
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue