We are investing using GWT for our basic UI, and their Rich Text is okay for very simple stuff, but CKEditor clearly rules when it comes allowing more advanced stuff like tables, integrating user-defined CSS so the editor will render using those styles, etc. It looks very impressive and we look forward to giving it all a try.
With that said, is there any reason why CKEditor 3 and GWT 1.7 would have issues being integrated together? We'd obviously like to be able to ensure both sets of widgets function well together on a page, but also that we can easily get/set the CKEditor data using GWT's remoting APIs.
Thanks,
David
With that said, is there any reason why CKEditor 3 and GWT 1.7 would have issues being integrated together? We'd obviously like to be able to ensure both sets of widgets function well together on a page, but also that we can easily get/set the CKEditor data using GWT's remoting APIs.
Thanks,
David
Re: Google Web Toolkit (GWT) integration issues?
If anybody cares, we are using CKEditor within a Vaadin+GWT environment, and have an Apache 2 licensed widget that wraps CKEditor so it can be used like any other textarea widget.
Project: http://code.google.com/p/vaadin-ckeditor/