Hi i want to implement a copy feature so that i can right click and press copy and paste in any wordpad , or something like this can any body give me a guidance how to implement this. imagine it as simple grid. with many rows
A:
you can take a look at how-to-copy-to-clipboard-in-javascript
to figure out how to do a cross browser clipboard copy first.
Then you can look into Extjs RowSelectionModel class http://www.sencha.com/deploy/dev/docs/ which defines a rowselect event and rowselected method to return the record selected by user then pass it to the clipboard. Hope it helps
Dan
2010-08-06 17:25:19
A:
i think here is the perfect solution see it without flash http://www.rahulsingla.com/blogs/rahul
Extjs Commander
2010-08-20 13:54:30