@ -24,23 +24,6 @@
});
},
getTitle: function () {
var title = this.options.title;
var text = this.options.text;
if (BI.isFunction(title)) {
return title();
}
if (BI.isNotNull(title)) {
return title;
if (BI.isFunction(text)) {
return text();
return text;
_createJson: function () {
var o = this.options;
@ -10,6 +10,23 @@ BI.Label = BI.inherit(BI.AbstractLabel, {
keyword: "",
doRedMark: function () {
this.text.doRedMark.apply(this.text, arguments);