|
|
|
@ -14159,7 +14159,7 @@ BI.Widget = BI.inherit(BI.OB, {
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
//生命周期函数
|
|
|
|
|
beforeCreated: function () { |
|
|
|
|
beforeCreate: function () { |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
@ -14184,7 +14184,7 @@ BI.Widget = BI.inherit(BI.OB, {
|
|
|
|
|
|
|
|
|
|
_init: function () { |
|
|
|
|
BI.Widget.superclass._init.apply(this, arguments); |
|
|
|
|
this.beforeCreated(); |
|
|
|
|
this.beforeCreate(); |
|
|
|
|
this._initRoot(); |
|
|
|
|
this._initElementWidth(); |
|
|
|
|
this._initElementHeight(); |
|
|
|
|