Select to view content in your preferred language

Copy selected text from infowindow with ctrl-c?

531
1
09-27-2011 03:10 PM
KirkKuykendall
Deactivated User
I'd like to provide the user the ability to click on a feature and see a popup and then highlight and ctrl-c to copy highlighted text onto the clipboard. 

Is there some way to configure the Infowindow to support this?

If not is there some similar tool that supports this? 

I'd prefer not to use the FeatureDataForm.

Thanks!
0 Kudos
1 Reply
DominiqueBroux
Esri Frequent Contributor
Is there some way to configure the Infowindow to support this?


You have to template the infowindow with controls supporting copy and paste.
TextBlock doesn't support copy/paste.
One option is to use a TextBox and style it so it looks like a TextBlock.
0 Kudos