This is a plugin that allows a more real preview of the contents of CKEditor. It calls a page at the server so you can perform any extra processing required by your CMS or show the content in place with sidebars, menus, etc...
No new dialogs, commands or toolbar buttons are added, the default Preview button is modified instead.
Further explanations at the post in my blog.
Plugin sponsored by Digital Impact, Flatbooster
License
Licensed under the terms of any of the following licenses at your choice: GPL, LGPL and MPL.
Download
ServerPreview version 1.4:
download link
Installation
1. Extract the contents of the file into the "plugins" folder of CKEditor.
2. In the CKEditor configuration file (config.js) add the following code:
config.extraPlugins = 'serverpreview';
Re: ServerPreview: Preview with a server processed page
A question :
If we have several editor in the same page, the serverPreview_AdditionalFields option doesn't work's (it doesn't send content of the other editor if it has been modified).
Is there a possibility to solve that ?
Re: ServerPreview: Preview with a server processed page