<?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: Selecting data to highlight custom widget in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/selecting-data-to-highlight-custom-widget/m-p/1419862#M12468</link>
    <description>&lt;P&gt;You can add an onClick event to the JSX element in your list. In the function triggered by the click event, use a goTo() function to zoom the map.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#goTo" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#goTo&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 May 2024 12:42:10 GMT</pubDate>
    <dc:creator>JeffreyThompson2</dc:creator>
    <dc:date>2024-05-07T12:42:10Z</dc:date>
    <item>
      <title>Selecting data to highlight custom widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/selecting-data-to-highlight-custom-widget/m-p/1418791#M12437</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I'm currently using a custom widget to display objectids and attachment counts from a connected data source.&lt;/P&gt;&lt;P&gt;I'm looking for a way to click on the div containing the object id and have it highlight this data in the same way it would in a table. This way the other elements of the experience builder should dynamically update to select this point, so the map will zoom to, the table will highlight and the attachment viewer will display the attachments.&lt;/P&gt;&lt;P&gt;Any help with this is appreciated, thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 15:57:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/selecting-data-to-highlight-custom-widget/m-p/1418791#M12437</guid>
      <dc:creator>HarryBonshor-Mayes</dc:creator>
      <dc:date>2024-05-03T15:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting data to highlight custom widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/selecting-data-to-highlight-custom-widget/m-p/1418925#M12442</link>
      <description>&lt;P&gt;Take a look at this code sample to see how to add and remove highlights from a feature.&lt;/P&gt;&lt;P&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;</description>
      <pubDate>Fri, 03 May 2024 20:13:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/selecting-data-to-highlight-custom-widget/m-p/1418925#M12442</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2024-05-03T20:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting data to highlight custom widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/selecting-data-to-highlight-custom-widget/m-p/1419847#M12465</link>
      <description>&lt;P&gt;This seems to be for live updating on a hover.&lt;/P&gt;&lt;P&gt;This is the layout of my custom widget using object IDs and displaying small attachment previews:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HarryBonshorMayes_0-1715084054957.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/103322iA8CC8BD9216D2BFD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HarryBonshorMayes_0-1715084054957.png" alt="HarryBonshorMayes_0-1715084054957.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want to be able to add an &amp;lt;a&amp;gt; to each row in here so that it acts like the table widget as shown here:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HarryBonshorMayes_1-1715084117837.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/103323i1748C0151E5702DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HarryBonshorMayes_1-1715084117837.png" alt="HarryBonshorMayes_1-1715084117837.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The idea is to have the map update to a zoomed view using the ObjectID and highlight it in the table too.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible from a custom widget?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 12:17:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/selecting-data-to-highlight-custom-widget/m-p/1419847#M12465</guid>
      <dc:creator>HarryBonshor-Mayes</dc:creator>
      <dc:date>2024-05-07T12:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting data to highlight custom widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/selecting-data-to-highlight-custom-widget/m-p/1419862#M12468</link>
      <description>&lt;P&gt;You can add an onClick event to the JSX element in your list. In the function triggered by the click event, use a goTo() function to zoom the map.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#goTo" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#goTo&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 12:42:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/selecting-data-to-highlight-custom-widget/m-p/1419862#M12468</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2024-05-07T12:42:10Z</dc:date>
    </item>
  </channel>
</rss>

