i have a requirement to call a javascript method on the click event of the Undo button of CKEditor toolbar.
i've used the bellow code but its not working.
CKEDITOR.on('Undo', function(){ function test(){ |
i need a solution for : in which file and where i've to call that method ?