aboutsummaryrefslogtreecommitdiffstats
path: root/ecomp-sdk-app/src/main/webapp/static/fusion/raptor/js/label_quantum.js
blob: 6e07cbc1fd8204386be82d86491dc8f84e9089cf (plain)
1
2
3
4
5
zk.afterLoad("zul.wgt", function () {
	zul.wgt.Label.prototype.getEncodedText = function() {
		return zUtl.encodeXML(this._value, {multiline:this._multiline,pre:this._pre, maxlength: this._maxlength}).replace(/_nl_/g, "<br />");
	}
});