Hi,
I tried to listen to data changed event on CKEditor. What I found is just a key event which not cover other changed event such as text styling. Does it has any way to add listener to data changed?
PS. I have looked onto the API: http://docs.cksource.com/ckeditor_api/s ... DITOR.html but I cannot found the collection of all the event provided by CKEditor. Does it has any place where can I get the information of all events?
Thu, 01/14/2010 - 04:36
#1
Re: Does CKEditor has data changed event?
Re: Does CKEditor has data changed event?
CKEDITOR.instances.content.on("dragdrop",myFunction);
Re: Does CKEditor has data changed event?