<?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 Programmiticaly navigate between pages within a web app in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/programmiticaly-navigate-between-pages-within-a/m-p/1218583#M5433</link>
    <description>&lt;P&gt;I have added two pages in my WebApp, I am able to navigate between pages using menu widget provided by ExB, We can close and open widgets as shown in below code&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;let closeAction = appActions.closeWidget("widget_19");
getAppStore().dispatch(closeAction); &lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;I want to navigate between pages programmatically, is this possible? if yes, please help me with code sample&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/4655"&gt;@TonghuiMing&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/375880"&gt;@DanJiang&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/54255"&gt;@ShengdiZhang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Oct 2022 12:45:38 GMT</pubDate>
    <dc:creator>arahman_mdmajid</dc:creator>
    <dc:date>2022-10-04T12:45:38Z</dc:date>
    <item>
      <title>Programmiticaly navigate between pages within a web app</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/programmiticaly-navigate-between-pages-within-a/m-p/1218583#M5433</link>
      <description>&lt;P&gt;I have added two pages in my WebApp, I am able to navigate between pages using menu widget provided by ExB, We can close and open widgets as shown in below code&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;let closeAction = appActions.closeWidget("widget_19");
getAppStore().dispatch(closeAction); &lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;I want to navigate between pages programmatically, is this possible? if yes, please help me with code sample&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/4655"&gt;@TonghuiMing&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/375880"&gt;@DanJiang&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/54255"&gt;@ShengdiZhang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 12:45:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/programmiticaly-navigate-between-pages-within-a/m-p/1218583#M5433</guid>
      <dc:creator>arahman_mdmajid</dc:creator>
      <dc:date>2022-10-04T12:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Programmiticaly navigate between pages within a web app</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/programmiticaly-navigate-between-pages-within-a/m-p/1221308#M5497</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/152457"&gt;@arahman_mdmajid&lt;/a&gt;&amp;nbsp; You can use client-side javascript to navigate through the pages. Might not be the most elegant, but it works. I did the following for my widget to toggle the sidebar:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var sidebar = document.getElementsByClassName('jimu-btn sidebar-controller d-flex justify-content-center align-items-center app-root-emotion-cache-ltr-1kgaagp btn btn-default');
sidebar[0].click();&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 21:46:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/programmiticaly-navigate-between-pages-within-a/m-p/1221308#M5497</guid>
      <dc:creator>UalasRohrer</dc:creator>
      <dc:date>2022-10-12T21:46:51Z</dc:date>
    </item>
  </channel>
</rss>

