At least from my too-brief observation, if you don't include a "real" Submit button, it won't save. I'd love to figure out how to get around this; my form is pretty simple, and removing the Submit button (or changing its type to "hidden") disables the Save button.
Edit Update for posterity: Okay - I didn't catch the stupidity of my code. If you place the editor DIV inside the form, then the Save icon works Just Fine, Thanks without another submit button.
It works !
The "save button" is a "submit" button. FCKeditor is a "textarea" you must put on a "form" .

http://dev.fckeditor.net/ticket/1104
http://dev.fckeditor.net/ticket/863
Now, i would use the default browser to "save" file...
Re: SAVE BUTTON DOESNT WORKs!
At least from my too-brief observation, if you don't include a "real" Submit button, it won't save. I'd love to figure out how to get around this; my form is pretty simple, and removing the Submit button (or changing its type to "hidden") disables the Save button.
Edit Update for posterity: Okay - I didn't catch the stupidity of my code. If you place the editor DIV inside the form, then the Save icon works Just Fine, Thanks without another submit button.