The forum operates in read-only mode. Please head to StackOverflow for support.
Hi,
Is there a way to know when the CKEDITOR content has changed?
fex I need to set the $('body').attr('data-changed') to true when there is a change done to the CKEDITOR content.
Thanks
Fox
See the checkDirty() method from CKEditor API.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help. Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Thanks anna!
See the checkDirty() method
See the checkDirty() method from CKEditor API.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Thanks anna!
Thanks anna!