<?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 trigger embed code widget through button widget in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/trigger-embed-code-widget-through-button-widget/m-p/1546891#M15301</link>
    <description>&lt;P&gt;I am trying to build an application through experience builder which allows me to select a point feature and create a buffer around that selected feature based on a field within the feature data.&amp;nbsp; This buffer need to be then loaded into another feature as a polygon which I can then adjust as required.&lt;/P&gt;&lt;P&gt;I need all of this to occur while out in the field which is where the biggest challenge is.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have written the JavaScript to do this and have hosted it on GitHub.&lt;/P&gt;&lt;P&gt;I'm now struggling to find a way to trigger this from experience builder.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried putting a code into the embed widget to allow for the process to occur however I can't get the button widget to trigger the embedded widget.&lt;/P&gt;&lt;P&gt;Am I missing something or is there a better way to do this?&lt;/P&gt;&lt;P&gt;Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Wed, 09 Oct 2024 10:03:58 GMT</pubDate>
    <dc:creator>tendtreesTC</dc:creator>
    <dc:date>2024-10-09T10:03:58Z</dc:date>
    <item>
      <title>trigger embed code widget through button widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/trigger-embed-code-widget-through-button-widget/m-p/1546891#M15301</link>
      <description>&lt;P&gt;I am trying to build an application through experience builder which allows me to select a point feature and create a buffer around that selected feature based on a field within the feature data.&amp;nbsp; This buffer need to be then loaded into another feature as a polygon which I can then adjust as required.&lt;/P&gt;&lt;P&gt;I need all of this to occur while out in the field which is where the biggest challenge is.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have written the JavaScript to do this and have hosted it on GitHub.&lt;/P&gt;&lt;P&gt;I'm now struggling to find a way to trigger this from experience builder.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried putting a code into the embed widget to allow for the process to occur however I can't get the button widget to trigger the embedded widget.&lt;/P&gt;&lt;P&gt;Am I missing something or is there a better way to do this?&lt;/P&gt;&lt;P&gt;Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 10:03:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/trigger-embed-code-widget-through-button-widget/m-p/1546891#M15301</guid>
      <dc:creator>tendtreesTC</dc:creator>
      <dc:date>2024-10-09T10:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: trigger embed code widget through button widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/trigger-embed-code-widget-through-button-widget/m-p/1546949#M15309</link>
      <description>&lt;P&gt;One way or another, you will probably need to develop a custom widget to handle this logic. If by "hosted on GitHub", you mean there is an external website that accepts URL parameters, there could be a possible way to trigger it from the Embed Widget. But I think you will still be better off with a custom widget built within Experience Builder.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 13:22:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/trigger-embed-code-widget-through-button-widget/m-p/1546949#M15309</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2024-10-09T13:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: trigger embed code widget through button widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/trigger-embed-code-widget-through-button-widget/m-p/1551216#M15579</link>
      <description>&lt;P&gt;So, I know people do some quirky things with GitHub, but GitHub is a source code repository, its not really intended to serve live running code last I heard.&amp;nbsp; It's a place to check in changes, so you have tracking, a place where you can report and track issues, even create a wiki and online documentation.&amp;nbsp; &amp;nbsp;But beyond that, I'm not sure how well it works trying to server javascript from it.&amp;nbsp; You likely need to host your widget somewhere that is an actual web server, and then set it up something like what is suggested here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://doc.arcgis.com/en/web-appbuilder/11.3/create-apps/add-custom-widgets.htm" target="_blank" rel="noopener"&gt;https://doc.arcgis.com/en/web-appbuilder/11.3/create-apps/add-custom-widgets.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Edit I just realized that's web app builder (i'll leave it hear for posterity)&lt;BR /&gt;&lt;BR /&gt;Other references you might consider here:&lt;BR /&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-enterprise/developers/add-experience-builder-custom-widgets-in-arcgis-enterprise/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-enterprise/developers/add-experience-builder-custom-widgets-in-arcgis-enterprise/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://doc.arcgis.com/en/experience-builder/11.0/configure-widgets/add-custom-widgets.htm" target="_blank"&gt;https://doc.arcgis.com/en/experience-builder/11.0/configure-widgets/add-custom-widgets.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 12:30:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/trigger-embed-code-widget-through-button-widget/m-p/1551216#M15579</guid>
      <dc:creator>TimWestern</dc:creator>
      <dc:date>2024-10-23T12:30:29Z</dc:date>
    </item>
  </channel>
</rss>

