diff --git a/source/Ox.UI/js/Core/Ox.DocPanel.js b/source/Ox.UI/js/Core/Ox.DocPanel.js index b1ad9716..bfb95101 100644 --- a/source/Ox.UI/js/Core/Ox.DocPanel.js +++ b/source/Ox.UI/js/Core/Ox.DocPanel.js @@ -132,6 +132,9 @@ Ox.DocPanel = function(options, self) { item: getItemByName(selected) }); that.$element.replaceElement(1, self.$page); + that.triggerEvent('select', { + id: selected + }); } }