I don't know if anybody has worked on something like this but I have recently been blocked in my progress to create an autosave instance of FCKeditor.
I am using some JavaScript toolkits to help make some XHR posts to a PHP page where the data is periodically saved to a MySQL database.
It functions perfectly when the code is applied to a simple textarea as the editing area, but when FCKeditor is used as the WYSIWYG editor, I am unable to retrieve the information and store it to the DB as before.
I was wondering if anybody has created an FCKeditor instance which autosaves or does anybody have some thoughts on my current dilemma?
Thanks in advance for any and all help,
Brandon R.
I am using some JavaScript toolkits to help make some XHR posts to a PHP page where the data is periodically saved to a MySQL database.
It functions perfectly when the code is applied to a simple textarea as the editing area, but when FCKeditor is used as the WYSIWYG editor, I am unable to retrieve the information and store it to the DB as before.
I was wondering if anybody has created an FCKeditor instance which autosaves or does anybody have some thoughts on my current dilemma?
Thanks in advance for any and all help,
Brandon R.

RE: Ajax auto save?
Don't know if this helps, but I get the content from FCK using javascript as part of my submit function. You could also do this as part of your timed ajax routine.
I use something like this:
var FCK = FCKeditorAPI.GetInstance("editor");
strValue = FCK.GetXHTML()
Hope this helps,
Ben
RE: Ajax auto save?
http://www.saulmade.nl/FCKeditor/FCKPlugins.php
http://sourceforge.net/tracker/index.ph ... tid=737639
http://sourceforge.net/forum/forum.php? ... _id=257179