column list: trigger open event
This commit is contained in:
parent
b133719680
commit
a4849859d6
1 changed files with 6 additions and 0 deletions
|
@ -88,6 +88,12 @@ Ox.ColumnList = function(options, self) {
|
|||
}
|
||||
}
|
||||
},
|
||||
open: function(data) {
|
||||
that.triggerEvent('open', {
|
||||
id: column.id,
|
||||
ids: data.ids
|
||||
});
|
||||
},
|
||||
select: function(data) {
|
||||
self.options.columns[i].selected = data.ids;
|
||||
if (i < self.numberOfColumns - 1) {
|
||||
|
|
Loading…
Reference in a new issue