bi.a用render,父类的BI.Text render就失效了
@ -18,8 +18,9 @@ BI.A = BI.inherit(BI.Text, {
});
},
render: function () {
_init: function () {
var o = this.options;
BI.A.superclass._init.apply(this, arguments);
this.element.attr({href: o.href, target: o.target});
if (o.el) {
BI.createWidget(o.el, {