<?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: Modifying Default Widgets In ArcGis Experience Builder SDK in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1584904#M17350</link>
    <description>&lt;P&gt;So your goal is to hide certain Analysis options sometimes? Here are my suggested options:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Try targeting the options you want to hide with CSS and adding display: none.&lt;/LI&gt;&lt;LI&gt;I believe it is possible to chose what Analysis options are available using the Build Mode. So use multiple Analysis Widgets and direct the user to the one they are supposed to use. Maybe you can put them in a Section Widget and open the correct View for the analysis.&lt;/LI&gt;&lt;LI&gt;Build your own Analysis Widget. Anything the Analysis Widget can do is possible using functions in the Javascript API. If you have the skills to ask these questions, you are capable of building a Custom Analysis Widget.&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Thu, 13 Feb 2025 14:25:51 GMT</pubDate>
    <dc:creator>JeffreyThompson2</dc:creator>
    <dc:date>2025-02-13T14:25:51Z</dc:date>
    <item>
      <title>Modifying Default Widgets In ArcGis Experience Builder SDK</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1311447#M7696</link>
      <description>&lt;P&gt;I need a way to modify the default widgets ex (map widget, bookmark widget etc...).&lt;/P&gt;&lt;P&gt;I tried to modify the tsx's files available in the SDK folders but no change was committed to the actual web app even after resetting the client and the server running locally given that other custom widgets are changing accordingly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my main task is to try change the current loaded data source in the map default widget programmatically using the sdks and load the maps using an id fed from the url of the iframe containing the experience builder app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 12:27:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1311447#M7696</guid>
      <dc:creator>warddourji</dc:creator>
      <dc:date>2023-07-25T12:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying Default Widgets In ArcGis Experience Builder SDK</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1311460#M7698</link>
      <description>&lt;P&gt;The proper way to edit default ESRI widgets is to first copy the widget's folder into your-extensions/widgets. (You can chose not to copy the dist folder.) The tsx code in a widget's src folder is never actually run. It is compiled to JavaScript and then copied to client/dist/widgets/widget-name/dist. This is the actual code that is used at runtime. Experience Builder watches the your-extensions folder for changes and webpack complies the code whenever the client server is refreshed. It's not designed to track changes outside this folder.&lt;/P&gt;&lt;P&gt;Also, by copying first, you maintain a clean copy of the ESRI widget in case something goes wrong in your customization or you want to use it later in another application.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 12:52:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1311460#M7698</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2023-07-25T12:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying Default Widgets In ArcGis Experience Builder SDK</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1311516#M7700</link>
      <description>&lt;P&gt;I see your problem is solved already but just wanted to add that you can further customize the edit widget in Experience Builder by configuring the Forms section on Map Viewer. Allows you to use conditional visibility, Arcade scripts, etc. Not a lot of documentation on that out there&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://routerlogin.uno/" target="_blank" rel="noopener"&gt;https://routerlogin.uno/&lt;/A&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jul 2023 21:45:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1311516#M7700</guid>
      <dc:creator>bendre18</dc:creator>
      <dc:date>2023-07-30T21:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying Default Widgets In ArcGis Experience Builder SDK</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1311898#M7714</link>
      <description>&lt;P&gt;I appreciate your answer&lt;/P&gt;&lt;P&gt;this solves the issue for the bookmark widget lookalikes for example. but the issue remains if i want to change the default map widget. is there a way for me to remove default widget and select the widget that i cloned earlier using your solution ? since i dont have the generated code thats available in dist folder. so i cant just select it in the config file widgets object.&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 07:43:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1311898#M7714</guid>
      <dc:creator>warddourji</dc:creator>
      <dc:date>2023-07-26T07:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying Default Widgets In ArcGis Experience Builder SDK</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1311970#M7718</link>
      <description>&lt;P&gt;To make your cloned copy of the map widget be the map for your experience, open up the builder mode and delete the default map widget then drag your custom map widget into the experience. Any interactions with other widgets will need to be reconnected to work with your custom widget in the builder mode as well. Ideally, you would make this switch before re-writing any code or changing any builder mode settings, so you know everything is working as ESRI designed it before you start making your modifications. If you have already made some changes and you aren't too far along in your overall project, you may want to consider re-installing Experience Builder and starting over from an unmodified copy.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 12:45:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1311970#M7718</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2023-07-26T12:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying Default Widgets In ArcGis Experience Builder SDK</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1584770#M17341</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/677423"&gt;@JeffreyThompson2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement to filter out the list of GP tasks added to Analysis widget dynamically based on some action from another custom widget, like button-click. I tried below approach.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Cloned OOTB Analysis widget to 'your-extensions/widgets' folder&lt;/P&gt;&lt;P&gt;2. Added a message-action of ButtonClick Type&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Updated cloned Analysis widget's tsx to have state variable for list of tools and used it in html for in placed of toolList property&lt;/P&gt;&lt;P&gt;4. Updated that state variable using&amp;nbsp;&lt;SPAN&gt;mutableStateProps and useEffect hook for the message&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;5. Published a message from the custom widget from where I want to control the list of gp tasks in updated Analysis widget&lt;/P&gt;&lt;P&gt;6. After that, when we run the" npm start" command in client folder, it has given lot many errors related to modules imported in Analysis widget.tsx file for eg.,&amp;nbsp;&lt;SPAN&gt;@arcgis/analysis-tool-app/ etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As an alternative, I did same changes in client&amp;gt;dist&amp;gt;widgets&amp;gt;arcgis&amp;gt;analysis widget directly, however, the changes are not reflected in to&amp;nbsp;&lt;SPAN&gt;client&amp;gt;dist&amp;gt;widgets&amp;gt;arcgis&amp;gt;analysis &amp;gt; dist folder. So, the changes are not reflected.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Could you please guide me how can I proceed.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thank you very much in advance&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;With Regards.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 04:32:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1584770#M17341</guid>
      <dc:creator>Vara_PrasadM_S</dc:creator>
      <dc:date>2025-02-13T04:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying Default Widgets In ArcGis Experience Builder SDK</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1584865#M17343</link>
      <description>&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-questions/analysis-widget-developer-edition-1-14-missing/m-p/1557430#M15870" target="_blank"&gt;https://community.esri.com/t5/arcgis-experience-builder-questions/analysis-widget-developer-edition-1-14-missing/m-p/1557430#M15870&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The Analysis Widget contains private functions and cannot be copied.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 13:10:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1584865#M17343</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2025-02-13T13:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying Default Widgets In ArcGis Experience Builder SDK</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1584867#M17345</link>
      <description>&lt;P&gt;Thank you for response&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/677423"&gt;@JeffreyThompson2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If that is not a way of achieving this, could you please suggest if there is any other way which can be executed from custom widget and without having any changes in Analysis widget. I have tried below couple of ways with no luck, may be because the toolList property of Analysis - Config is not a state variable.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;1. Updating appConfig's - Layout - I have tried this to have multiple Analysis widgets with different tools configured and hide and show the icons of Analysis widgets in widget controller&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;const widgetControllerId = "widget_62";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; const analysisWidgetId = "widget_75"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; const layoutId = appConfig.widgets[widgetControllerId].layouts.controller.LARGE;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; const contentWidget = appConfig.layouts[layoutId].content;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; const contentOrder = appConfig.layouts[layoutId].order;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; const keyToRemove = Object.keys(contentWidget.asMutable()).filter(cw =&amp;gt; contentWidget[cw].widgetId == analysisWidgetId)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; const orderKeyToRemove = Object.keys(contentOrder.asMutable()).filter(co =&amp;gt; contentOrder[co] == keyToRemove)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; delete contentWidget.asMutable()[keyToRemove[0]]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; delete contentOrder.asMutable()[orderKeyToRemove[0]]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; appConfig.layouts[layoutId].content = contentWidget&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; appConfig.layouts[layoutId].order = contentOrder&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;2.&amp;nbsp; Updating Analysis widget's config - toolList through MutableStoreManager, dispatch functions&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;const&lt;/SPAN&gt; &lt;SPAN&gt;appConfig&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;getAppStore&lt;/SPAN&gt;&lt;SPAN&gt;().&lt;/SPAN&gt;&lt;SPAN&gt;getState&lt;/SPAN&gt;&lt;SPAN&gt;().&lt;/SPAN&gt;&lt;SPAN&gt;appConfig&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;const&lt;/SPAN&gt; &lt;SPAN&gt;analysisWidget&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;ImmutableMap&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;appConfig&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;widgets&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;find&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;w&lt;/SPAN&gt; &lt;SPAN&gt;=&amp;gt;&lt;/SPAN&gt; &lt;SPAN&gt;w&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt; &lt;SPAN&gt;==&lt;/SPAN&gt; &lt;SPAN&gt;'widget_75'&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;const&lt;/SPAN&gt; &lt;SPAN&gt;allTools&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;analysisWidget&lt;/SPAN&gt;&lt;SPAN&gt;?.&lt;/SPAN&gt;&lt;SPAN&gt;config&lt;/SPAN&gt;&lt;SPAN&gt;?.&lt;/SPAN&gt;&lt;SPAN&gt;toolList&lt;/SPAN&gt; &lt;SPAN&gt;||&lt;/SPAN&gt;&lt;SPAN&gt; [];&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;MutableStoreManager&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;getInstance&lt;/SPAN&gt;&lt;SPAN&gt;().&lt;/SPAN&gt;&lt;SPAN&gt;updateStateValue&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'widget_75'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'config'&lt;/SPAN&gt;&lt;SPAN&gt;, {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;SPAN&gt;analysisWidget&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;config&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;toolList&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; []&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; } );&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;getAppStore&lt;/SPAN&gt;&lt;SPAN&gt;().&lt;/SPAN&gt;&lt;SPAN&gt;dispatch&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;appActions&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;widgetStatePropChange&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'widget_75'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'config'&lt;/SPAN&gt;&lt;SPAN&gt;, {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;SPAN&gt;analysisWidget&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;config&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;toolList&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; []&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }));&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;3. Also, tried updating the Analysis widget in client &amp;gt; dist folder. Added a Message Action. However, these additional code/custom changes are not recognized / built to Analysis &amp;gt; dist folder. So, In Builder, the changes are not visible&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Feb 2025 13:52:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1584867#M17345</guid>
      <dc:creator>Vara_PrasadM_S</dc:creator>
      <dc:date>2025-02-13T13:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying Default Widgets In ArcGis Experience Builder SDK</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1584904#M17350</link>
      <description>&lt;P&gt;So your goal is to hide certain Analysis options sometimes? Here are my suggested options:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Try targeting the options you want to hide with CSS and adding display: none.&lt;/LI&gt;&lt;LI&gt;I believe it is possible to chose what Analysis options are available using the Build Mode. So use multiple Analysis Widgets and direct the user to the one they are supposed to use. Maybe you can put them in a Section Widget and open the correct View for the analysis.&lt;/LI&gt;&lt;LI&gt;Build your own Analysis Widget. Anything the Analysis Widget can do is possible using functions in the Javascript API. If you have the skills to ask these questions, you are capable of building a Custom Analysis Widget.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 13 Feb 2025 14:25:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1584904#M17350</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2025-02-13T14:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying Default Widgets In ArcGis Experience Builder SDK</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1584949#M17352</link>
      <description>&lt;P&gt;Thanks for the inputs&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/677423"&gt;@JeffreyThompson2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To build a custom Analysis Widget, to have a list of geoprocessing services added, just like OOTB Analysis widget, do we have any Jimu UI or JS API widgets to get the GP tool UI and results automatically, just like GeoProcessing widget in ESRI Web AppBuilder.&lt;/P&gt;&lt;P&gt;I really appreciate you for your great help and suggestions. Thank you so much.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 15:14:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1584949#M17352</guid>
      <dc:creator>Vara_PrasadM_S</dc:creator>
      <dc:date>2025-02-13T15:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying Default Widgets In ArcGis Experience Builder SDK</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1585004#M17359</link>
      <description>&lt;P&gt;&lt;A href="https://developers.arcgis.com/experience-builder/storybook/?path=/docs/welcome--docs" target="_blank"&gt;https://developers.arcgis.com/experience-builder/storybook/?path=/docs/welcome--docs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I think you will be on your own for building the UI, but you can always use Storybook components.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 16:35:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1585004#M17359</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2025-02-13T16:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying Default Widgets In ArcGis Experience Builder SDK</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1585017#M17362</link>
      <description>&lt;P&gt;Ok, Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/677423"&gt;@JeffreyThompson2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 16:47:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/modifying-default-widgets-in-arcgis-experience/m-p/1585017#M17362</guid>
      <dc:creator>Vara_PrasadM_S</dc:creator>
      <dc:date>2025-02-13T16:47:04Z</dc:date>
    </item>
  </channel>
</rss>

