Just released the 0.8 version of the CKEditor component. I always forget to update the Directory’s “release notes” before selecting the file to upload (maybe the upload button needs to be lower in the UI?), but here they are:
0.8 (4 November 2010)
- Using CKEditor 3.4.2.
- Recompiled with Vaadin 6.4.7.
- Added setting the root DIV element to be visible so that Firefox will show it on popup windows – previously, it would only show the editor area
once in Firefox, and then it would disappear every time after in popup windows, yet would still work in panels off the main window. - Added ability to set the body class CKEditor will use so it renders like how you may show the HTML on another page: config.setBodyClass(String bs)
This is particularly useful if you are using config.setContentsCss() to specify a CSS file that should be used in the editor and when rendered. - Added ability to set the baseFloatZIndex: config.setBaseFloatZIndex(int zindex)
This can be useful if your editors are opened in popup windows. Found that the default (10000) wasn’t enough and we’re using 32000 for Open eSignForms. - Added ability to set another option: config.setPasteFromWordNumberedHeadingToList(boolean) – testing it out ourselves.
- Added ability to set the startupMode to “source”: config.setStartupModeSource()