HI,
Is there any possible way to invoke an event when Cute Editor content get changed.
We Tried this method
var editor = document.getElementById('<%= Editor1.ClientID%>');
editdoc = editor.GetDocument();
editdoc.change= ourfunction;
But It's not woking
So How can we invoke onchange() event in our CuteEditor Tool
Thanks,
Karthikanand.C