How to get pop-up data into a div?

660
2
01-25-2019 01:02 PM
RobertJensen1
New Contributor II

When a user clicks on the map they get a pagination window of pop-ups. I would like all this data to show up in a div overlay. Are there any examples on how to do this?

Tags (1)
0 Kudos
2 Replies
Noah-Sager
Esri Regular Contributor

Hi Robert Jensen, I think something like this sample might be useful?

Popup with DOM node | ArcGIS API for JavaScript 4.10 

0 Kudos
RobertJensen1
New Contributor II

This is close but not sure it will work if there are several layers.

This is the map I am working on so my goal makes more sense. Essentially trying to get all that pop up data in a non-paginated window so the user can print:

https://arcg.is/1z5HOK 

0 Kudos