RichTextToolbar

194 views
Skip to first unread message

Michael Neale

unread,
Sep 18, 2008, 10:52:26 PM9/18/08
to Google-We...@googlegroups.com
Is there any reason why RichTextToolbar is not including as part of
GWT but is only as a sample ? (in the Showcase project)?

Shouldn't this really be part of GWT itself, I mean the text area is
not terribly helpful without it, and it seems a bit odd to create it
each time (it is a bit tedious).

Riyaz Mansoor

unread,
Sep 19, 2008, 2:33:33 AM9/19/08
to Google Web Toolkit

totally agree

Martin Trummer

unread,
Sep 19, 2008, 6:27:22 AM9/19/08
to Google Web Toolkit
+1 from me

ivan

unread,
Sep 29, 2008, 11:39:45 AM9/29/08
to Google Web Toolkit
+1 even for me

Sumit Chandel

unread,
Oct 2, 2008, 7:32:59 AM10/2/08
to Google-We...@googlegroups.com
Hi Michael,

The reason why the RichTextArea doesn't have an accompanying Toolbar included in the GWT libraries is because we wanted to leave the choice open for developers and not have the RTA locked into our own toolbar.

For any developers who do want to use a toolbar with the same look as what's in the Showcase sample application, they can pick up the source from there and use it in their own applications.

However, I do see your point that it would be much easier and faster to be able to code to a RichTextToolbar right off the bat from the GWT libraries. I think the best place to make more noise about this to get it on the team radar is to report a request for enhancement on the Issue Tracker (link below).

Issue Tracker:

The team will be sure to pick it up in the next issue triage, and other community members who also want the feature can star the issue report to indicate their interest.

Hope that helps,
-Sumit Chandel

Nicole Baba

unread,
Oct 16, 2008, 5:45:09 PM10/16/08
to Google Web Toolkit
I copy the class RichTextToolbar and images in my project. When I run,
some errors like that happened:
[ERROR] No resource found for key 'large'
com.google.gwt.i18n.rebind.AbstractResource$MissingResourceException:
No resource found for key 'large'
at com.google.gwt.i18n.rebind.AbstractResource
$ResourceList.getRequiredStringExt(AbstractResource.java:206)
at
com.google.gwt.i18n.rebind.SimpleValueMethodCreator.createMethodFor(SimpleValueMethodCreator.java:
93)
at
com.google.gwt.i18n.rebind.AbstractLocalizableImplCreator.delegateToCreator

Anyone know what's wrong with it? Thanks!

Jeremy

unread,
Oct 19, 2008, 8:02:36 PM10/19/08
to Google Web Toolkit
Hi Nicole, I just had the same problem. Did you make sure to copy the
file "RichTextToolbar$Strings.properties"? The resource key "large" is
defined in an interface that extends Constants, which is part of the
i18n GWT package. Constants need an accompanying ".properties" file to
define the keys, e.g. what the large variable equals, so if you didn't
copy that into your project (in the same folder that you put the other
assets), it'll throw errors.

Hope this helps!
Reply all
Reply to author
Forward
0 new messages