<?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: How to change Tab in Tabs programatically? in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-change-tab-in-tabs-programatically/m-p/1204434#M5137</link>
    <description>&lt;P&gt;Thanks &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1104"&gt;@RobertScheitlin__GISP&lt;/a&gt;&amp;nbsp;this was exactly what I needed&lt;/P&gt;&lt;P&gt;// Robert&lt;/P&gt;</description>
    <pubDate>Fri, 19 Aug 2022 08:37:47 GMT</pubDate>
    <dc:creator>Robert_van_Gilst</dc:creator>
    <dc:date>2022-08-19T08:37:47Z</dc:date>
    <item>
      <title>How to change Tab in Tabs programatically?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-change-tab-in-tabs-programatically/m-p/1204122#M5130</link>
      <description>&lt;P&gt;When using the Tabs object, I would like to programatically change the tab that is visible.&lt;/P&gt;&lt;P&gt;I expected that I could update the value-property by setting&amp;nbsp;&lt;EM&gt;this.showTab&lt;/EM&gt; with an id of a Tab to change the tab that is shown. But this is not the case.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;Tabs
    defaultValue="tab-1"
    value={this.showTab}
    type="tabs"
  &amp;gt;
    &amp;lt;Tab
      id="tab-1"
      title="First"
    &amp;gt;
      &amp;lt;Box
        className="p-5"
        width="100%"
      &amp;gt;
        Content 1
      &amp;lt;/Box&amp;gt;
    &amp;lt;/Tab&amp;gt;
    &amp;lt;Tab
      id="tab-2"
      title="Second"
    &amp;gt;
      &amp;lt;Box
        className="p-5"
        width="100%"
      &amp;gt;
        Content 2
      &amp;lt;/Box&amp;gt;
    &amp;lt;/Tab&amp;gt;
  &amp;lt;/Tabs&amp;gt;
&amp;lt;/div&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 10:50:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-change-tab-in-tabs-programatically/m-p/1204122#M5130</guid>
      <dc:creator>Robert_van_Gilst</dc:creator>
      <dc:date>2022-08-18T10:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Tab in Tabs programatically?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-change-tab-in-tabs-programatically/m-p/1204170#M5132</link>
      <description>&lt;P&gt;The way I manage it is use a state.&amp;nbsp; so Tabs value property is set to a widget state called selTab and programmatically I set the widgets state for selTab and it works fine.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 13:48:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-change-tab-in-tabs-programatically/m-p/1204170#M5132</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2022-08-18T13:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Tab in Tabs programatically?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-change-tab-in-tabs-programatically/m-p/1204434#M5137</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1104"&gt;@RobertScheitlin__GISP&lt;/a&gt;&amp;nbsp;this was exactly what I needed&lt;/P&gt;&lt;P&gt;// Robert&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 08:37:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-change-tab-in-tabs-programatically/m-p/1204434#M5137</guid>
      <dc:creator>Robert_van_Gilst</dc:creator>
      <dc:date>2022-08-19T08:37:47Z</dc:date>
    </item>
  </channel>
</rss>

