Hello!
First time poster, nice to meet you all
I've started integrating the ckeditor into our web application and I'm trying to handle the submitting process but I can't for the life of me find any documentation that explains how to capture the submission! I added the save button to the instance of my editor but it is grayed out.
I figure this must be such a trivial issue since a lot of people are using the editor but I really can't seem to figure out how to do it! I basically want to call a javascript function on click since I will be doing all of this through ajax calls.
Any help is appreciated!
Mon, 11/30/2009 - 22:06
#1
Re: Capturing Save Button Click
Re: Capturing Save Button Click
I guess I'll have to create my own button to get the functionality I need (link inside that article that explains how).
Thanks again!
Re: Capturing Save Button Click
here is a sample code
add this plugin to your config.js file:
config.extraPlugins = 'adico;
and that should be it.