|
|
@ -18,9 +18,9 @@ BI.A = BI.inherit(BI.Text, { |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
_init: function () { |
|
|
|
render: function () { |
|
|
|
var o = this.options; |
|
|
|
var o = this.options; |
|
|
|
BI.A.superclass._init.apply(this, arguments); |
|
|
|
BI.A.superclass.render.apply(this, arguments); |
|
|
|
this.element.attr({href: o.href, target: o.target}); |
|
|
|
this.element.attr({href: o.href, target: o.target}); |
|
|
|
if (o.el) { |
|
|
|
if (o.el) { |
|
|
|
BI.createWidget(o.el, { |
|
|
|
BI.createWidget(o.el, { |
|
|
|