Jason, i done a few hacks using javascript and DOM, using something like frames["framename"].contentDocument.height to dynamically resize the textarea, it works fine in firefox and Chrome, it doesnt work however in IE (suprise!) , i search all i could for some valid height property in IE with no sucess, this kind of thing has to be possible since many sites do it. any ideas?
On Oct 13, 9:24 am, Jason Morris <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
