@ -224,6 +224,16 @@ BI.Pane = BI.inherit(BI.Widget, {
_init: function () {
BI.Pane.superclass._init.apply(this, arguments);
if (this.beforeInit) {
this.loading();
}
},
_render: function () {
BI.Pane.superclass._render.apply(this, arguments);
this.loaded();
_assertTip: function () {
@ -26218,6 +26218,16 @@ BI.Pane = BI.inherit(BI.Widget, {
@ -27972,6 +27972,16 @@ BI.Pane = BI.inherit(BI.Widget, {
@ -19,6 +19,16 @@ BI.Pane = BI.inherit(BI.Widget, {