How do I disable a GWT RichTextArea widget not to do “drag-resizing”? I just want to be set to a specific width but not removing its multi-line function.
I’ve tried setSize() but still it can be resized when dragged at the bottom-right part of it.
Any ideas?
Try to set max/min height and width:
Or simply you can do it with CSS 3, there is
resizeproperty but it will be problem with older version of the browsers.