<?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 Using GridContainer for managing multiple maps in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-gridcontainer-for-managing-multiple-maps/m-p/727395#M67513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a project coming up, where one of the 'wish list' items is to be able to dynamically change the number of maps shown, with different content, as well as charts, data etc.&amp;nbsp; I'm sure they are envisioning some sort of dashboard.&amp;nbsp;&amp;nbsp; I know I can get it all laid out nicely if&amp;nbsp; the number of each is a known quantity.&amp;nbsp; However, sometimes they might just want to see one map, and other times, they might want to see a series of maps, one for each year in a series.&amp;nbsp; It will vary based on the number of fields that are available for any given layer.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering if anyone has experimented with using something like dojox/layout/GridContainer to manage all the panes.&amp;nbsp; That would let the user reorder the frames, expand, collapse etc.&amp;nbsp; I'm looking at the examples from here&lt;/P&gt;&lt;P&gt;&lt;A href="http://dojotoolkit.org/reference-guide/1.10/dojox/layout/GridContainer.html#dojox-layout-gridcontainer"&gt;http://dojotoolkit.org/reference-guide/1.10/dojox/layout/GridContainer.html#dojox-layout-gridcontainer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm hesitant to work with something that is marked experimental, but my early attempts calling the ESRI scripts and styles like&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14081175044996837" jivemacro_uid="_14081175044996837"&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;link rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://js.arcgis.com/3.10/js/dojo/dojox/widget/Portlet/Portlet.css" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/3.10/js/dojo/dojox/widget/Portlet/Portlet.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://js.arcgis.com/3.10/js/dojo/dojox/layout/resources/GridContainer.css" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/3.10/js/dojo/dojox/layout/resources/GridContainer.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://js.arcgis.com/3.10/js/dojo/dojox/layout/resources/DndGridContainer.css" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/3.10/js/dojo/dojox/layout/resources/DndGridContainer.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;seem to include everything I'm looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm I setting myself up for disaster if I decide to use these components in my project? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Aug 2014 15:49:43 GMT</pubDate>
    <dc:creator>TracySchloss</dc:creator>
    <dc:date>2014-08-15T15:49:43Z</dc:date>
    <item>
      <title>Using GridContainer for managing multiple maps</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-gridcontainer-for-managing-multiple-maps/m-p/727395#M67513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a project coming up, where one of the 'wish list' items is to be able to dynamically change the number of maps shown, with different content, as well as charts, data etc.&amp;nbsp; I'm sure they are envisioning some sort of dashboard.&amp;nbsp;&amp;nbsp; I know I can get it all laid out nicely if&amp;nbsp; the number of each is a known quantity.&amp;nbsp; However, sometimes they might just want to see one map, and other times, they might want to see a series of maps, one for each year in a series.&amp;nbsp; It will vary based on the number of fields that are available for any given layer.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering if anyone has experimented with using something like dojox/layout/GridContainer to manage all the panes.&amp;nbsp; That would let the user reorder the frames, expand, collapse etc.&amp;nbsp; I'm looking at the examples from here&lt;/P&gt;&lt;P&gt;&lt;A href="http://dojotoolkit.org/reference-guide/1.10/dojox/layout/GridContainer.html#dojox-layout-gridcontainer"&gt;http://dojotoolkit.org/reference-guide/1.10/dojox/layout/GridContainer.html#dojox-layout-gridcontainer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm hesitant to work with something that is marked experimental, but my early attempts calling the ESRI scripts and styles like&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14081175044996837" jivemacro_uid="_14081175044996837"&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;link rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://js.arcgis.com/3.10/js/dojo/dojox/widget/Portlet/Portlet.css" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/3.10/js/dojo/dojox/widget/Portlet/Portlet.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://js.arcgis.com/3.10/js/dojo/dojox/layout/resources/GridContainer.css" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/3.10/js/dojo/dojox/layout/resources/GridContainer.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://js.arcgis.com/3.10/js/dojo/dojox/layout/resources/DndGridContainer.css" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/3.10/js/dojo/dojox/layout/resources/DndGridContainer.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;seem to include everything I'm looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm I setting myself up for disaster if I decide to use these components in my project? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 15:49:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-gridcontainer-for-managing-multiple-maps/m-p/727395#M67513</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2014-08-15T15:49:43Z</dc:date>
    </item>
  </channel>
</rss>

