|
|
@ -12517,6 +12517,7 @@ 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(); |
|
|
@ -12558,7 +12559,6 @@ BI.Widget = BI.inherit(BI.OB, { |
|
|
|
if (o.data) { |
|
|
|
if (o.data) { |
|
|
|
this.element.data(o.data); |
|
|
|
this.element.data(o.data); |
|
|
|
} |
|
|
|
} |
|
|
|
this._children = {}; |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
_initElementWidth: function () { |
|
|
|
_initElementWidth: function () { |
|
|
|