|
|
@ -84,7 +84,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { |
|
|
|
if (!this.watermark) { |
|
|
|
if (!this.watermark) { |
|
|
|
this.watermark = BI.createWidget({ |
|
|
|
this.watermark = BI.createWidget({ |
|
|
|
type: "bi.text_button", |
|
|
|
type: "bi.text_button", |
|
|
|
cls: "bi-water-mark cursor-default textarea-watermark bi-user-select-disable", |
|
|
|
cls: "bi-water-mark cursor-default textarea-watermark", |
|
|
|
textAlign: "left", |
|
|
|
textAlign: "left", |
|
|
|
whiteSpace: "normal", |
|
|
|
whiteSpace: "normal", |
|
|
|
text: o.watermark, |
|
|
|
text: o.watermark, |
|
|
|