The height of an html textarea is define by number of colonne, not the content of the area it self. So I think you cant not set it with 100%, try with pixel.
Dodo ======================== www.html5bydemo.com On Mar 13, 1:17 pm, Saik0 <[email protected]> wrote: > Hi @all, > > why could i change the width of the RichTextArea with css but not the > height? What i'm missing :-\ ? > > Source: > RichTextArea area = new RichTextArea(); > area.setSize("100%", "100%"); -- 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.
