Re: Text Area autosize

2008-08-27 Thread Axel Kittenberger
Positioning things in a textarea is at least close to impossible... thats why I started my project http://code.google.com/p/axedarea/ first place, it is useable to a certain degree, but you yet won't find you being truely happy with it, as especially on the WYSIWYG quite some front stuff is

Text Area autosize

2008-08-25 Thread sri
Hello, I'm new to GWT. Is there a way to NOT have a scrollbar for the TextArea and have it grow automatically when data goes beyond the visible lines? We do not use gwt-ext. I was able to take the scrollbar out with overflow:hidden but was not able to do the autosize part. Thanks in advance for