未验证 提交 4e2bba25 编写于 作者: C catouse

* tabs: call "onLoad" on all handlers finished.

上级 907a68a2
......@@ -364,7 +364,6 @@
}
$tabNav.removeClass('loading');
$tabPane.removeClass('loading');
that.$.callComEvent(that, 'onLoad', tab);
if(typeof content === 'string' || content instanceof $) {
if (tab.contentConverter) {
content = tab.contentConverter(content, tab);
......@@ -391,6 +390,7 @@
}
}
tab.loaded = new Date().getTime();
that.$.callComEvent(that, 'onLoad', tab);
};
if (tab.type === 'ajax') {
var ajaxOption = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册