<?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: Sidebar window collapsible when another is opened? in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/sidebar-window-collapsible-when-another-is-opened/m-p/1338416#M8750</link>
    <description>&lt;P&gt;thanks for the info : )&lt;/P&gt;</description>
    <pubDate>Mon, 16 Oct 2023 20:23:12 GMT</pubDate>
    <dc:creator>WilsonLee</dc:creator>
    <dc:date>2023-10-16T20:23:12Z</dc:date>
    <item>
      <title>Sidebar window collapsible when another is opened?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/sidebar-window-collapsible-when-another-is-opened/m-p/1338363#M8747</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have set up a project with a sidebar containing the First (left) and Second (bottom) windows. Currently, if I have Pane A opened and then click to show the bottom table, the bottom pane is placed below Pane A.&lt;/P&gt;&lt;P&gt;Is it possible that when I open Pane B, Pane A will collapse/minimize, and vice versa?&lt;/P&gt;&lt;P&gt;thanks!!!&lt;/P&gt;&lt;P&gt;W&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WilsonLee_0-1697482038611.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83169iF4FA9722DC484403/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WilsonLee_0-1697482038611.png" alt="WilsonLee_0-1697482038611.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 18:53:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/sidebar-window-collapsible-when-another-is-opened/m-p/1338363#M8747</guid>
      <dc:creator>WilsonLee</dc:creator>
      <dc:date>2023-10-16T18:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sidebar window collapsible when another is opened?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/sidebar-window-collapsible-when-another-is-opened/m-p/1338379#M8749</link>
      <description>&lt;P&gt;Auto-closing/opening a sidebar is not an option in Online/Enterprise versions. In Developer Edition, use the following code.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;// Open a sidebar where widget_id is the id of the sidebar widget.
getAppStore().dispatch(appActions.widgetStatePropChange('widget_47',
    'collapse',
    true
))

//Close a sidebar where widget_id is the id of the sidebar widget.
getAppStore().dispatch(appActions.widgetStatePropChange('widget_47',
    'collapse',
    false
))&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 16 Oct 2023 19:11:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/sidebar-window-collapsible-when-another-is-opened/m-p/1338379#M8749</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2023-10-16T19:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sidebar window collapsible when another is opened?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/sidebar-window-collapsible-when-another-is-opened/m-p/1338416#M8750</link>
      <description>&lt;P&gt;thanks for the info : )&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 20:23:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/sidebar-window-collapsible-when-another-is-opened/m-p/1338416#M8750</guid>
      <dc:creator>WilsonLee</dc:creator>
      <dc:date>2023-10-16T20:23:12Z</dc:date>
    </item>
  </channel>
</rss>

