textbox in showcase lower right corner, has a dragger to resize the textbox
in the showcase
http://gwt.google.com/samples/Showcase/Showcase.html#!CwBasicText
the textbox lower right corner has a dragger to resize the textbox, how to do it?
I try
TextArea ta = new TextArea();
ta.setCharacterWidth(80);
ta.setVisibleLines(5);
but the textbox generated has no such a resize dragger.
--
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/-/tPBtgdY_2xcJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home