|
|
@ -175,6 +175,11 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { |
|
|
|
return this.style; |
|
|
|
return this.style; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setWatermark: function (v) { |
|
|
|
|
|
|
|
this.options.watermark = v; |
|
|
|
|
|
|
|
this._checkWaterMark(); |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
_setValid: function (b) { |
|
|
|
_setValid: function (b) { |
|
|
|
BI.TextAreaEditor.superclass._setValid.apply(this, arguments); |
|
|
|
BI.TextAreaEditor.superclass._setValid.apply(this, arguments); |
|
|
|
// this.content.setValid(b);
|
|
|
|
// this.content.setValid(b);
|
|
|
|