|
|
@ -106,6 +106,9 @@ |
|
|
|
var o = this.options; |
|
|
|
var o = this.options; |
|
|
|
var text = BI.isFunction(o.text) ? o.text() : o.text; |
|
|
|
var text = BI.isFunction(o.text) ? o.text() : o.text; |
|
|
|
text = BI.isKey(text) ? text : o.value; |
|
|
|
text = BI.isKey(text) ? text : o.value; |
|
|
|
|
|
|
|
if (!BI.isKey(text)) { |
|
|
|
|
|
|
|
return ""; |
|
|
|
|
|
|
|
} |
|
|
|
return BI.Text.formatText(text + ""); |
|
|
|
return BI.Text.formatText(text + ""); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|