samsus wrote: > Hello, > > Is there a way i can dynamically resize the RichTextArea Height?, that > is, it starts with 50px height, and if the content inside the > RichTextArea passes that limit, the height is increased. > > Any ideas? > > >
I'm not sure about automatically resizing the field (ie: it's probably possible, but will almost certainly involve a few hacks that will make you very dependant of the version of GWT you run). That said, why not add a "grippy" of some sort at the bottom that lets the user drag to resize the field (like WordPress has on their editor)? So you can resize it's height much like you resize a window? That way the user is in control of how big the area is. Just and idea ;) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
