Create popup with multiple pages API 4x

352
1
11-25-2021 06:02 AM
ZA1
by
New Contributor III

Hi,

Is there a way to create a popup for a feature that has multiple pages (as seen in image below)

by using html directly in the content property of popup.open  

I know there is some way of doing it using PopupTemplate, but using this is not applicable to my problem. 

 

view.popup.open({ title: "Path", content: "HTML HERE"});

 

 

 popup with multiple pagespopup with multiple pages

Thank you

Tags (2)
0 Kudos
1 Reply
Nicolas_
New Contributor III

Are you referencing this exemple PopupTemplate - use functions to set content | Sample Code | ArcGIS Maps SDK for JavaScript 4.28 | A... ?
Because I can only get those multiple pages if I zoom out enough to selct more than one feature. That's not the same thing as having a multiple page for the same feature.

 

Did you solve your problem? I am also trying to show the popup content on multiple pages for a single feature.

0 Kudos