Re: RichTextArea height size
Hi, thanks for your reply. You are right. I can't change the area itself. I've put the RichTextArea into a VerticalPanel and change the width and the height oft this panel. Now my RichTextArea looks fine ^^ greetings Am Mittwoch, 14. März 2012 09:46:19 UTC+1 schrieb dodo dard: > > 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 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 view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/uEHsdwKN65MJ. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
Re: RichTextArea height size
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 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 google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
RichTextArea height size
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 view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Za8g5AWbuM8J. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.