So, I am looking at the GWT Showcase and at:
http://gwt.google.com/samples/Showcase/Showcase.html#CwRichText

They have this amazing Toolbar. I look at the source code and they
have:

 RichTextArea area = new RichTextArea();
 area.ensureDebugId("cwRichText-area");
 area.setSize("100%", "14em");
 RichTextToolbar toolbar = new RichTextToolbar(area);

Problem is, I can't find RichTextToolbar in GWT. Eclipse can't include
it and I can't find it in the javadocs. Are they using something that
isn't in language yet?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to