Thursday 26 November 2009

GWT Rich Text Editor

Examples of GWT rich text editors are pretty rubbish, so here is a decent one.

It's based on the GWT Showcase Rich Text example, but with the stuff I didn't want taken out and a basic colour picker widget put in.

Also, I replaced the icons with some that I liked better from here.

Check it out:

Run the project with 'mvn clean install tomcat:run-war' and point your brower at http://localhost:8080/richTextEditor

Source Code