|
|
@ -176,6 +176,7 @@ BI.SignEditor = BI.inherit(BI.Widget, { |
|
|
|
|
|
|
|
|
|
|
|
setWaterMark: function (v) { |
|
|
|
setWaterMark: function (v) { |
|
|
|
this.options.watermark = v; |
|
|
|
this.options.watermark = v; |
|
|
|
|
|
|
|
this.text.setValue(v); |
|
|
|
this.editor.setWaterMark(v); |
|
|
|
this.editor.setWaterMark(v); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|