Initial OpenECOMP policy/engine commit
[policy/engine.git] / ecomp-sdk-app / src / main / webapp / static / fusion / raptor / js / label_quantum.js
1 zk.afterLoad("zul.wgt", function () {
2         zul.wgt.Label.prototype.getEncodedText = function() {
3                 return zUtl.encodeXML(this._value, {multiline:this._multiline,pre:this._pre, maxlength: this._maxlength}).replace(/_nl_/g, "<br />");
4         }
5 });