javascript - how to provide functionality for cut,copy,paste,undo,redo,delete buttons in an web based application -


hi creating web based application created buttons cut,copy,paste,undo,redo,delete options.i wanted make these buttons work according functionality after clicking button how can implement in application? using html design , javascript , jquery functionality.enter image description here

application screen shot

you can use iframe , set iframe.document.designmode = "on"; using javascript.

then use iframe.document.execcommand(acommandname,ashowdefaultui,avalueargument);

find out more here link


Comments

Popular posts from this blog

Upgrade php version of xampp not success -

amazon web services - S3 and apache mod_proxy with basic authentication -

powershell - This solution contains one or more assemblies targeted for the global assembly cache -