make DocPanel trigger select event
This commit is contained in:
parent
e9669315de
commit
3884b6dfb3
1 changed files with 3 additions and 0 deletions
|
@ -132,6 +132,9 @@ Ox.DocPanel = function(options, self) {
|
||||||
item: getItemByName(selected)
|
item: getItemByName(selected)
|
||||||
});
|
});
|
||||||
that.$element.replaceElement(1, self.$page);
|
that.$element.replaceElement(1, self.$page);
|
||||||
|
that.triggerEvent('select', {
|
||||||
|
id: selected
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue