Can I detect an Undo event (like CuteEditor_OnCommand() )
I need to display changed text when an Undo operation is called. I tried following and it did not work:
function CuteEditor_OnUndo(editor)
{ //when the content be changed.
document.getElementById("Results1").innerHTML = editor.getHTML();
}
Thank you,
Piyush
Piyush Varma