|
|
@ -12517,11 +12517,11 @@ BI.Widget = BI.inherit(BI.OB, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
_render: function(){ |
|
|
|
_render: function(){ |
|
|
|
|
|
|
|
this._children = {}; |
|
|
|
this.beforeCreate && this.beforeCreate(); |
|
|
|
this.beforeCreate && this.beforeCreate(); |
|
|
|
this._initElement(); |
|
|
|
this._initElement(); |
|
|
|
this._initEffects(); |
|
|
|
this._initEffects(); |
|
|
|
this.created && this.created(); |
|
|
|
this.created && this.created(); |
|
|
|
this._children = {}; |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|