Hello experts,
I am a beginer and I am happy using CKeditor for my open source learning objects. Every student can create his own version of my learning objects. It works fine, but I saw that many students clicked my button save without changing my content. So I want to check if a user changed the textarea before insert a new version in my database.
I tried a lot incl. Jquery but it didnt work. I read your forum and I found some hints but without examples. I tried them but no effort. I read that I need a "plugin.is" but I found a lot aof plugins. Which do I need? An example would be very helpful.
Thank you very much
Greetings from Austria
Uwe

Have you tried using the
Have you tried using checkDirty?
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
change in textarea
Thanks for your quick answer. I tried this also, but it does not solve my problem.
There is no unload.
I have a button "create a new version" under the editor1. If the user clicks it a new version is saved in my database.
Before I do this I want to check if the user changed something in the textarea. If nothing has been changed I will not create a new version.
My problem looks simple but I found no way to check if the user changed anything in the editor1 textarea.
I found some tipps to use a "plugin.js" but i do not know which one. An example would be very helpfull. Thanks.
Uwe
It worked for me, thanks for
It worked for me, thanks for the link.
for me not
maybe I didnt understand something. Here is my source (only the importand part).
Thanks for help
Attachments: