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 pages
Thank you