How to pass a parameter to my own plugin from the config params of ckeditor
|
03 Jun 10
I self found the solution: from the plugin you can retrieve the configuration params by: editor.config.my_param, where my_param is configured as params when you make an instance of ckeditor.
|
|
03 Jun 10
AJAX function from Jquery is more complete than those come with CKEditor. So alternatively, I will get the content from CKEditor using getData() and save content using AJAX function from JQuery. |
Please login to post answer.
Hi,
I created a plugin for ckeditor to save the content via AJAX. I'd like pass to plugin witch URL the AJAX action must call to save the content.
It's possible?
Thks
Joan