Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I tried to create a RichText Editor using jQuery with the help of execCommand().

But the following code:

JavaScript
execCommand ('cut',false,null);, execCommand ('copy',false,null);, execCommand ('paste',false,null);

Is not working in Mozilla Firefox, Google Chrome and some other browsers.

Are there any possibilities to do the Cut, Copy and Paste actions using execCommand() or there is any other method to do the Cut, Copy and Paste actions in my RichText Editor?
Posted
Updated 12-Mar-15 20:58pm
v2

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900