<?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 Code changes to the existing widget in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/code-changes-to-the-existing-widget/m-p/1539457#M14919</link>
    <description>&lt;P&gt;I created an app from developer version of ArcGIS EXB 1.15 , downloaded zip file to the local drive. I just wanted to modify the code of existing widgets, it is a compiled code. is there a way to modify the code to add customizations to the existing downloaded widgets?&lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2024 13:46:23 GMT</pubDate>
    <dc:creator>vijaybadugu</dc:creator>
    <dc:date>2024-09-17T13:46:23Z</dc:date>
    <item>
      <title>Code changes to the existing widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/code-changes-to-the-existing-widget/m-p/1539457#M14919</link>
      <description>&lt;P&gt;I created an app from developer version of ArcGIS EXB 1.15 , downloaded zip file to the local drive. I just wanted to modify the code of existing widgets, it is a compiled code. is there a way to modify the code to add customizations to the existing downloaded widgets?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 13:46:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/code-changes-to-the-existing-widget/m-p/1539457#M14919</guid>
      <dc:creator>vijaybadugu</dc:creator>
      <dc:date>2024-09-17T13:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Code changes to the existing widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/code-changes-to-the-existing-widget/m-p/1539488#M14921</link>
      <description>&lt;P&gt;Adding custom widgets is done before exporting the app as a zip.&amp;nbsp; Workflow would be something like below.&lt;/P&gt;&lt;P&gt;1)&amp;nbsp; Copy the folder for the widget you want to modify from client\dist\widgets into your-extensions\widgets&lt;/P&gt;&lt;P&gt;2)&amp;nbsp; Rename folder to your desired widget name&lt;/P&gt;&lt;P&gt;2)&amp;nbsp; Update manifest.json to reflect the folder name in "name" and "label" attributes (I think only "name" is required, but I always change both)&lt;/P&gt;&lt;P&gt;3)&amp;nbsp; Modify the files as needed in your new custom widget folder&lt;/P&gt;&lt;P&gt;3)&amp;nbsp; Run npm start on the client folder to compile custom widget&lt;/P&gt;&lt;P&gt;4)&amp;nbsp; Add and configure the customized widget in ExB.&amp;nbsp; It will be at the bottom of the Insert Widgets list under Custom.&lt;/P&gt;&lt;P&gt;5)&amp;nbsp; Export the application as zip and deploy&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 14:35:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/code-changes-to-the-existing-widget/m-p/1539488#M14921</guid>
      <dc:creator>Marshal</dc:creator>
      <dc:date>2024-09-17T14:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Code changes to the existing widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/code-changes-to-the-existing-widget/m-p/1539661#M14927</link>
      <description>&lt;P&gt;Thanks Marshal.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 19:07:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/code-changes-to-the-existing-widget/m-p/1539661#M14927</guid>
      <dc:creator>vijaybadugu</dc:creator>
      <dc:date>2024-09-17T19:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Code changes to the existing widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/code-changes-to-the-existing-widget/m-p/1540019#M14959</link>
      <description>&lt;P&gt;I copied the list widget to your-extensions, I am getting the below error&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR in ./your-extensions/widgets/list-custom/src/runtime/widget.tsx 19:0-64&lt;BR /&gt;Module not found: Error: Can't resolve 'jimu-ui/advanced/link-container'. do I need to install or change the path of it ?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 16:28:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/code-changes-to-the-existing-widget/m-p/1540019#M14959</guid>
      <dc:creator>vijaybadugu</dc:creator>
      <dc:date>2024-09-18T16:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Code changes to the existing widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/code-changes-to-the-existing-widget/m-p/1540128#M14967</link>
      <description>&lt;P&gt;This is an issue when customizing the List widget specifically.&amp;nbsp; See the comments in post below for resolution.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-questions/select-feature-on-map-click-instead-of-popup/m-p/1533566#M14652" target="_blank"&gt;https://community.esri.com/t5/arcgis-experience-builder-questions/select-feature-on-map-click-instead-of-popup/m-p/1533566#M14652&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 19:26:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/code-changes-to-the-existing-widget/m-p/1540128#M14967</guid>
      <dc:creator>Marshal</dc:creator>
      <dc:date>2024-09-18T19:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Code changes to the existing widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/code-changes-to-the-existing-widget/m-p/1541594#M15038</link>
      <description>&lt;P&gt;I was able to resolve the issue. if some thing changes on the screen of list widget (adding buttons, text elements),&amp;nbsp; how it would reflect same in VSCode ?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 18:56:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/code-changes-to-the-existing-widget/m-p/1541594#M15038</guid>
      <dc:creator>vijaybadugu</dc:creator>
      <dc:date>2024-09-23T18:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Code changes to the existing widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/code-changes-to-the-existing-widget/m-p/1541615#M15039</link>
      <description>&lt;P&gt;Glad you got it working!&amp;nbsp; I am not sure exactly what you mean, but it sounds like a more specific question about modifying the list widget.&lt;/P&gt;&lt;P&gt;In that case, I'd recommend accepting the solution on this question so that others can reference in the future.&amp;nbsp; Then starting a new question with more appropriate title and specifics regarding what you are trying to accomplish with the list widget.&amp;nbsp; You will likely get more support for your goal in that way (I am not an expert developer, so you'll get outside my skill level pretty fast!).&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 19:39:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/code-changes-to-the-existing-widget/m-p/1541615#M15039</guid>
      <dc:creator>Marshal</dc:creator>
      <dc:date>2024-09-23T19:39:41Z</dc:date>
    </item>
  </channel>
</rss>

