Closed bgrand-ch closed 3 years ago
Is it possible to use the paste event of ckeditor ?
Same as https://ckeditor.com/docs/ckeditor4/latest/guide/dev_clipboard.html
CKEDITOR.on('instanceReady', function (ev) { ev.editor.on('paste', function (ev) { //Your code here }); });
Is it possible to use the paste event of ckeditor ?
Same as https://ckeditor.com/docs/ckeditor4/latest/guide/dev_clipboard.html