CKEditor for Vaadin 1.3.1 in the Directory

We released a quick patch of 1.3 after discovering that CKEditor 3.6 changed the javascript notation used for setting up a custom toolbar.

If you use CKEditorConfig to set up a custom toolbar, you will need to review:

http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Toolbar

1.3.1 (3 June 2011)

  • Upgraded to Vaadin 6.6.1 with GWT 2.1.0.
  • Upgraded to CKEditor 3.6. This results in a change to the layout for defining custom toolbars.
    You’ll want to check your code if it calls config.addCustomToolbarLine(String)
  • Added ability to set the tabSpaces config option: config.setTabSpaces(int);