I'm trying to call undo based upon a user interaction outside of CKEditor. I'm trying to trigger an undo using:
Where "editor" is the specific editor I'm working with. I've had success with this model with other functions but this isn't working so I'm assuming I'm not calling undo correctly... Basically, how do I programmatically call/trigger an undo?
CKEDITOR.instances.editor.undo();
Where "editor" is the specific editor I'm working with. I've had success with this model with other functions but this isn't working so I'm assuming I'm not calling undo correctly... Basically, how do I programmatically call/trigger an undo?