Hi all, I need to customize my popup / infowindow to show tabs, images, links and retrieve JSON data from webservices..
Is there a place where I can find some documentation to make it?
Thanks to all.
Naty
Naty,
You will have to pull pieces from multiple sources. Here are some links that will help.
for tabs and images and links
Display popup info windows in two tabs
Format info window content | Guide | ArcGIS API for JavaScript
Format Popup Content | Guide | ArcGIS API for JavaScript
Info windows and graphics | Guide | ArcGIS API for JavaScript
for the JSON from webservices
Robert, in my Flex Application I have modified the PopUpRendererSkin.mxml and all the elements customized (for each layer) are added in the commitProperties function..
Here I see, that in Web AppBuilder it's pretty harder to do the same...
I just want to know how to intercept map onClick and the Search widget result event to replace them and where is the code that run the InfoWindow/PopUp...so I can add my code...using the field values as parameters to call webservices and retrieve data to populate InfoWindow/PopUp.
Can you help me?
Thanks,
Naty