Hi,
How to get the on change event of ckeditor
like i want to know if some value is changed in the text area
any html or text
any change
how to grab this event ?
Please advice
How to get the on change event of ckeditor
like i want to know if some value is changed in the text area
any html or text
any change
how to grab this event ?
Please advice
Re: how to get contents in editors are changed
I suggest you check this: http://docs.cksource.com/ckeditor_api/s ... checkDirty
This way you can check anytime if the contents were changed.
If you would like to get an event on any change, consider this:
http://dev.ckeditor.com/ticket/900