I'm following this answer: CKEditor, AJAX Save
...and I would like to disable the 'ajaxsave' button in case the editor has not been changed.
I found out that the !editor.checkDirty() is my condition, but I don't know how to disable the button in that case.
Thanks for the help