Richtext Toolbar for GWT
Is there anywhere a ready to use "RichText Toolbar" 开发者_StackOverflow中文版for GWT?
It would be good if there would always be the source-code available, so that changes to the toolbar can be made easily.
Thanks for your tips
Google is your friend (second hit on google). But anyway: I'm maintaining a little project at google-code: GWT RichTextToolbar. It can be used under the Apache2.0 licence and you can download all sources from there. It is easy to modify the project.
An explanation how to use this widget you will find on my blog.
The Widget is "standalone" and has no dependencies. I think it is what you are looking for.
Google has a RichTextToolbar in his GWT code.
精彩评论