You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
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%");
dodo dard
unread,
Mar 14, 2012, 4:46:19 AM3/14/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
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.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
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 ^^