Hi
Am I blind or is there indeed no "Cancel" button for closing the editor WITHOUT saving?
Of course, I can add a normal <form>-type cancel button. But that looks pretty ugly. Much more elegant would be to offer that functionality right next to the Save button inside the toolbar.
I very much hope I don't need to get into the business of writing a plugin myself. The overhead for getting into that technology seems rather out of proportion.
Thanks for your help!
Dieter
Am I blind or is there indeed no "Cancel" button for closing the editor WITHOUT saving?
Of course, I can add a normal <form>-type cancel button. But that looks pretty ugly. Much more elegant would be to offer that functionality right next to the Save button inside the toolbar.
I very much hope I don't need to get into the business of writing a plugin myself. The overhead for getting into that technology seems rather out of proportion.
Thanks for your help!
Dieter
RE: Cancel Button?
It's saving that needs some technical implementation, for canceling you just browse away from the editor.
You could create a cancel button that empties the FCKeditor. Emptying can be done with the SetHTML API command, see http://wiki.fckeditor.net/Developer%27s ... script_API