<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Popup in sidepanel / outside of mapview in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/popup-in-sidepanel-outside-of-mapview/m-p/1052810#M1838</link>
    <description>&lt;P&gt;Glad to see you have found a solution.&amp;nbsp; Would be glad to see what your app looks like when you are done.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Apr 2021 17:03:20 GMT</pubDate>
    <dc:creator>DaveFullerton</dc:creator>
    <dc:date>2021-04-29T17:03:20Z</dc:date>
    <item>
      <title>Popup in sidepanel / outside of mapview</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/popup-in-sidepanel-outside-of-mapview/m-p/1051279#M1787</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Im currently working with Experience Builder - Dev Edition&lt;BR /&gt;I'm trying to have the mapview Popup outside of the map (in a side panel for example). As of now everything I tried didnt work.&amp;nbsp;&lt;BR /&gt;I tried to have a Popup widget outside of the mapview and change the popup&lt;BR /&gt;Tried to make the popup not displayed and get its content in another div when changes happen&lt;BR /&gt;Tried a few other things that I don't remember&lt;/P&gt;&lt;P&gt;If anyone tried with success or has a brillant idea ...&lt;/P&gt;&lt;P&gt;Any help would be appreciated&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 12:53:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/popup-in-sidepanel-outside-of-mapview/m-p/1051279#M1787</guid>
      <dc:creator>LéoPio</dc:creator>
      <dc:date>2021-04-26T12:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Popup in sidepanel / outside of mapview</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/popup-in-sidepanel-outside-of-mapview/m-p/1051292#M1788</link>
      <description>&lt;P&gt;Have you tried using the Feature Info Widget?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 13:36:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/popup-in-sidepanel-outside-of-mapview/m-p/1051292#M1788</guid>
      <dc:creator>DaveFullerton</dc:creator>
      <dc:date>2021-04-26T13:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Popup in sidepanel / outside of mapview</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/popup-in-sidepanel-outside-of-mapview/m-p/1051379#M1789</link>
      <description>&lt;P&gt;Yes, I have. Feature Info Widget isn't&amp;nbsp; what I'm after.&lt;BR /&gt;The feature info widget uses a Feature Layer data as param and I dont see how that could work out with a map containing multiple layers.&lt;/P&gt;&lt;P&gt;Maybe multiple Feature Info widgets (1 for each layer) and displaying only the one corresponding to the Feature Layer of the selected feature.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 16:11:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/popup-in-sidepanel-outside-of-mapview/m-p/1051379#M1789</guid>
      <dc:creator>LéoPio</dc:creator>
      <dc:date>2021-04-26T16:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Popup in sidepanel / outside of mapview</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/popup-in-sidepanel-outside-of-mapview/m-p/1051397#M1790</link>
      <description>&lt;P&gt;I suppose you could stack them on top of each other and figure out how to hide and show them through code.&amp;nbsp; It might be just as easy to write a custom widget from scratch to display the info exactly the way you want.&amp;nbsp; I don't know of a sample widget that helps with getting to the data for the selected features.&amp;nbsp; However, JimuMapView is very much a Javascript API component, so it should be very doable.&amp;nbsp; You might look at the&amp;nbsp;js-api-widget sample.&lt;/P&gt;&lt;P&gt;A more wild idea would be to put the feature info widgets in a widget controller and open them through code.&amp;nbsp; Perhaps this is related:&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder/widget-close-event/m-p/1040177#M1658" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-experience-builder/widget-close-event/m-p/1040177#M1658&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 17:29:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/popup-in-sidepanel-outside-of-mapview/m-p/1051397#M1790</guid>
      <dc:creator>DaveFullerton</dc:creator>
      <dc:date>2021-04-26T17:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Popup in sidepanel / outside of mapview</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/popup-in-sidepanel-outside-of-mapview/m-p/1052748#M1837</link>
      <description>&lt;P&gt;Thank you Dave for your ideas.&lt;BR /&gt;It turns out that the Feature widget from the JS API does the trick by itself.&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-feature/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/widgets-feature/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Updating its graphic updates the Feature Widget content.&lt;BR /&gt;The widget containing the Feature Widget has to do all the work with the map and the data.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 15:20:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/popup-in-sidepanel-outside-of-mapview/m-p/1052748#M1837</guid>
      <dc:creator>LéoPio</dc:creator>
      <dc:date>2021-04-29T15:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Popup in sidepanel / outside of mapview</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/popup-in-sidepanel-outside-of-mapview/m-p/1052810#M1838</link>
      <description>&lt;P&gt;Glad to see you have found a solution.&amp;nbsp; Would be glad to see what your app looks like when you are done.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 17:03:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/popup-in-sidepanel-outside-of-mapview/m-p/1052810#M1838</guid>
      <dc:creator>DaveFullerton</dc:creator>
      <dc:date>2021-04-29T17:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Popup in sidepanel / outside of mapview</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/popup-in-sidepanel-outside-of-mapview/m-p/1417117#M12385</link>
      <description>&lt;P&gt;What you originally asked is exactly what I am looking for.&amp;nbsp; The solution with the Feature widget really doesn't solve it though.&amp;nbsp; You click on a feature and it still displays a popup but not in a sidebar or side panel.&amp;nbsp; There was a Feature Info Panel custom widget from Robert but that doesn't work anymore and he is not part of this community anymore.&amp;nbsp; Does anyone else have a way of doing this?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 16:36:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/popup-in-sidepanel-outside-of-mapview/m-p/1417117#M12385</guid>
      <dc:creator>TimConfare2</dc:creator>
      <dc:date>2024-04-30T16:36:25Z</dc:date>
    </item>
  </channel>
</rss>

