[I'm sorry if this has been answered... I tried searching but didn't see it.]
I need to disable all methods of pasting text into the editor.... right-click paste, Ctrl + v, Shift + Ins, and in IE, Edit menu > Paste. Would like to do this for copy as well (paste is more important). My site is asp.net with a lot of jQuery (if that matters).
Is this possible?
Thanks!!
I need to disable all methods of pasting text into the editor.... right-click paste, Ctrl + v, Shift + Ins, and in IE, Edit menu > Paste. Would like to do this for copy as well (paste is more important). My site is asp.net with a lot of jQuery (if that matters).
Is this possible?
Thanks!!
Re: disable copy/paste
Note: I can use jQuery's .bind('cut copy paste') on normal textareas, which does trap IE's Edit menu (and ctrl+v, etc). However I can't get this to work for RTE that use iframes (like CKEditor, etc.)...
Anyone know how to to prevent IE pasting??
Thanks!