How to embed a HTML page on an Info widget or list widget ?

902
2
Jump to solution
08-25-2021 08:19 PM
JoseBarrios1
Occasional Contributor III

Hello everyone,

Does anyone know if what I'm trying to accomplish could be done in exp. builder (see image).? What I need is to be able to select an area on the map (e.g Area A) and open the attributes info on a side panel. I could use the list or info widget in exp. builder but the problem is that I need to embed different html documents for each area. I though I could just embed the html page url / iframe  on a table and dynamically load each page but it does not work. Does any one know if there is any way to accomplish this? 

Thanks

JB

sample.png

 

0 Kudos
1 Solution

Accepted Solutions
ShengdiZhang
Esri Regular Contributor

Hi Jose,

You can use the Embed widget and connect to data to show the selected data (which can be a URL field). Like this:

ShengdiZhang_0-1629960271884.png

If you don't want to show no data when select no records, you can also configure the empty selection in the Data panel.

ShengdiZhang_1-1629960434034.png

 

Regards,

Shengdi

View solution in original post

2 Replies
ShengdiZhang
Esri Regular Contributor

Hi Jose,

You can use the Embed widget and connect to data to show the selected data (which can be a URL field). Like this:

ShengdiZhang_0-1629960271884.png

If you don't want to show no data when select no records, you can also configure the empty selection in the Data panel.

ShengdiZhang_1-1629960434034.png

 

Regards,

Shengdi

JoseBarrios1
Occasional Contributor III

Thank you ShengdiZhang!

Awesome....this work great! Thank you very much for your quick response. 

0 Kudos