Hi Sean,
You may want to keep an eye on Issue #3042 (link below). You're not the
first to be stumble upon the lack of a toolbar within GWT itself after
dropping the RichTextArea in your project. I've bumped up the priority on
Issue #3042 to make sure it's on the radar for a future release.

Issue #3042:
http://code.google.com/p/google-web-toolkit/issues/detail?id=3042

Cheers,
-Sumit Chandel

On Fri, Jul 31, 2009 at 11:42 AM, Sean <[email protected]> wrote:

>
> Ah, thank you. I forgot all the examples are in the GWT source code.
> This thing is pretty sweet, I'm surprised it's not part of the normal
> API.
>
> Thank you,
>
> Sean
>
> On Jul 31, 9:23 am, Imran <[email protected]> wrote:
> > This class is not part of the API. Instead, it was created in the demo to
> > show you what can be done. Download the code for the demo and copy the
> file
> > from there.
> >
> > Petarian.
> >
> > On Fri, Jul 31, 2009 at 9:11 AM, Sean <[email protected]> wrote:
> >
> > > 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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to