<?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 Features Widget inside calcite shell panel in Calcite Design System Questions</title>
    <link>https://community.esri.com/t5/calcite-design-system-questions/features-widget-inside-calcite-shell-panel/m-p/1305122#M442</link>
    <description>&lt;P&gt;The example for the features widget shows how the&amp;nbsp;&lt;SPAN&gt;widget can be placed outside of the view inside the shell panel.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features.html" target="_self"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't understand why it is out of the view. If I place a shell panel on the end, it overlays the map.&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/lkoumis1/pen/MWzmGmx" target="_self"&gt;https://codepen.io/lkoumis1/pen/MWzmGmx&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why? Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/400217"&gt;@LaurenBoyd&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/574219"&gt;@KittyHurley&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 01 Jul 2023 01:16:44 GMT</pubDate>
    <dc:creator>LefterisKoumis</dc:creator>
    <dc:date>2023-07-01T01:16:44Z</dc:date>
    <item>
      <title>Features Widget inside calcite shell panel</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/features-widget-inside-calcite-shell-panel/m-p/1305122#M442</link>
      <description>&lt;P&gt;The example for the features widget shows how the&amp;nbsp;&lt;SPAN&gt;widget can be placed outside of the view inside the shell panel.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features.html" target="_self"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't understand why it is out of the view. If I place a shell panel on the end, it overlays the map.&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/lkoumis1/pen/MWzmGmx" target="_self"&gt;https://codepen.io/lkoumis1/pen/MWzmGmx&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why? Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/400217"&gt;@LaurenBoyd&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/574219"&gt;@KittyHurley&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jul 2023 01:16:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/features-widget-inside-calcite-shell-panel/m-p/1305122#M442</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2023-07-01T01:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Features Widget inside calcite shell panel</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/features-widget-inside-calcite-shell-panel/m-p/1305353#M443</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/14521"&gt;@LefterisKoumis&lt;/a&gt;&amp;nbsp;Not able to reproduce what you described in the sample, it looks like the component is displaying as "float", where content is detached.&lt;/P&gt;&lt;P&gt;For context, the Shell Panel has a new attribute, &lt;A href="https://developers.arcgis.com/calcite-design-system/components/shell-panel/#api-reference-properties-displayMode" target="_blank" rel="noopener"&gt;display-mode&lt;/A&gt;, which allows for some different displays for your apps. Values of display-mode include "dock" (default), "float", and "overlay".&amp;nbsp;There is also a &lt;A href="https://developers.arcgis.com/calcite-design-system/components/shell-panel/#api-reference-properties-resizable" target="_blank" rel="noopener"&gt;resizable&lt;/A&gt; attribute if interested in allowing users to resize the component's content area, which is available unless the component is set to "float". There's more detailed information on some of the&amp;nbsp;&lt;A href="https://developers.arcgis.com/calcite-design-system/releases/summaries/2023-05/#shell-panel-display-mode" target="_blank" rel="noopener"&gt;layout improvements&lt;/A&gt; in the May 2023 summary.&lt;/P&gt;&lt;P&gt;The Maps SDK sample uses the "dock", or the default value, and the Shell Panel slotted in the "panel-end" could use a different display-mode, such as "overlay", where content is displayed at full height and on top of center content, such as:&amp;nbsp;&lt;A href="https://codepen.io/geospatialem/pen/LYXLzBe" target="_blank"&gt;https://codepen.io/geospatialem/pen/LYXLzBe&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 15:28:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/features-widget-inside-calcite-shell-panel/m-p/1305353#M443</guid>
      <dc:creator>KittyHurley</dc:creator>
      <dc:date>2023-07-03T15:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Features Widget inside calcite shell panel</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/features-widget-inside-calcite-shell-panel/m-p/1305993#M444</link>
      <description>&lt;P&gt;Sorry it was a Friday and not thinking right. Didn't realized that I had the&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;content-behind on the calcite-shell tag.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 06 Jul 2023 00:56:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/features-widget-inside-calcite-shell-panel/m-p/1305993#M444</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2023-07-06T00:56:12Z</dc:date>
    </item>
  </channel>
</rss>

