|
|
@ -21,7 +21,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { |
|
|
|
height: "100%", |
|
|
|
height: "100%", |
|
|
|
cls: "bi-textarea textarea-editor-content display-block" |
|
|
|
cls: "bi-textarea textarea-editor-content display-block" |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.content.element.css({resize: "none"}); |
|
|
|
this.content.element.css({resize: "none", whiteSpace: "normal"}); |
|
|
|
BI.createWidget({ |
|
|
|
BI.createWidget({ |
|
|
|
type: "bi.absolute", |
|
|
|
type: "bi.absolute", |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|