I want reset the undo functionality after set Data method in ckeditor.
any one know please let me know.
editor.setData(content,function(){
this.checkDirty();
});
After the trouble of searching the clock All roads do not work I do not know the reason
The solution is
CKEDITOR.instances.editor1.setData('Text_Html',function() { this.resetUndo(); });