Popup and PopupTemplate

651
3
06-19-2014 08:15 AM
BhavinSanghani
Occasional Contributor II
I want to show popup of gis attributes on my map. But I want to show it only on selected features. I highlight selected features using selectFeatures() method of FeatureLayer. How can I do that?
0 Kudos
3 Replies
JakeSkinner
Esri Esteemed Contributor
Hi Bhavin,

Here is an example on how to do this.  You can create graphics from the selected features and create a popup or an infoTemplate to display the information.
0 Kudos
BhavinSanghani
Occasional Contributor II
Can you paste your code here? The given link is not opening for me. Not sure if it's a problem of jsfiddle or browser configuration.
0 Kudos
BhavinSanghani
Occasional Contributor II
Ok, I could see your code from my home laptop. Perfect, that is what I was looking for! Thanks!
0 Kudos