i'm using ckeditor , i've got task intercept it's onchange event. there plugin @ blogspot
the problem event object not contain data has been appended or removed to(from) editor. did have deal it. thanks!
it's impossible (or rather - waste of time , computing power) extract differences between change events. , how use such information? it's not plain text, cannot diffed , merged.
you should interested in saving (or whatever want do) full editor data, can editor.getdata().
Comments
Post a Comment