I actually figured it out. It is actually a browser issue than a widget issue. I ended up creating a textarea within an htmlpanel so that I could apply the wrap=off parameter to the textarea. That works now in firefox as expected.
On Nov 10, 3:37 pm, dsinnett <[email protected]> wrote: > Hello, > > I am wondering if there is a way to disable word wrap in the textarea > GWT widget. > > What I am doing is generating a large text output that will be > displayed in the text area. it is critical that each line stays on > its own line and not word wrapped. What i am hoping for is a way that > I can either disable word-wrap and get a horizontal scroll bar if the > text extends past the left edge of the textarea or even a way to > dynamically size the text area so that the width is large enough to > contain the longest line. > > Thank you in advance for your help! > > Dan -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
