Select to view content in your preferred language

Copy Information

575
1
09-27-2010 02:21 PM
DebraFredrick
Emerging Contributor
I have figured a way to copy all information in the identify widget, but I just received a request from a user if there is a way they can select pieces of information in the widget window and copy just that information?

Any way this can be done?

Thanks
Tags (2)
0 Kudos
1 Reply
Drew
by
Frequent Contributor
You will have to modify the particular widget and add a button/image/link and set the click event to a function that contains code similar to the below..


System.setClipboard("text to copy");



Drew
0 Kudos