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

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -