Hello, I would use the jQuery to detect copy cut and paste is much more powerful than integrated CKEditor. The problem is that I do not know which element I have watched the events. I already have the "editor" object with all its attributes, functions and methods associated.
Here is the code I have.
Regards.
Here is the code I have.
$(????).bind('cut copy paste', function(e) {
alert(e.type + ' text!');
});Regards.

Re: copy cut and paste with jQuery in CKEditor
Re: copy cut and paste with jQuery in CKEditor
Sounds like more trouble than it's worth. What does jquery's cut/copy/paste give you that ckeditor's doesn't?