<?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: Getting Started with Layout in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started-with-layout/m-p/64684#M5662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I would recommend bootstrap or whatever you feel comfortable with. Esri has created a&amp;nbsp;Bootstrap theme specifically for designing, styling, and creating modern map apps called&amp;nbsp;&lt;A href="https://github.com/Esri/calcite-maps"&gt;calcite-maps&lt;/A&gt;. Here's a link to one of our samples that shows you how to integrate the JavaScript API with Bootstrap and Calcite Maps:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/frameworks-bootstrap/index.html"&gt;https://developers.arcgis.com/javascript/latest/sample-code/frameworks-bootstrap/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Nov 2019 16:33:46 GMT</pubDate>
    <dc:creator>AnneFitz</dc:creator>
    <dc:date>2019-11-22T16:33:46Z</dc:date>
    <item>
      <title>Getting Started with Layout</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started-with-layout/m-p/64681#M5659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get started with layout and want to create a map in the right pane, with a list in the left pane.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The samples all seem to relate to Javascript 3 with dojo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should these samples still work in Javascript 4? Because I get an error when I try to use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script&amp;gt;&lt;/P&gt;&lt;P&gt;dojo.require("dijit.layout.BorderContainer");&lt;BR /&gt; dojo.require("dijit.layout.ContentPane");&lt;BR /&gt; dojo.require("dijit.layout.TabContainer");&lt;BR /&gt; dojo.require("esri.map");&lt;BR /&gt; dojo.require("esri.arcgis.utils");&lt;BR /&gt; dojo.require("esri.IdentityManager");&lt;/P&gt;&lt;P&gt;require([&lt;BR /&gt; "esri/Map",&lt;BR /&gt; "esri/views/MapView"&lt;BR /&gt; ], function(Map, MapView) {&lt;/P&gt;&lt;P&gt;var map = new Map({&lt;BR /&gt; basemap: "topo-vector"&lt;BR /&gt; });&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This code results in a 404 error for&amp;nbsp;&lt;A class="link-titled" href="https://js.arcgis.com/4.13/dojo/dijit.layout.BorderContainer.js" title="https://js.arcgis.com/4.13/dojo/dijit.layout.BorderContainer.js"&gt;https://js.arcgis.com/4.13/dojo/dijit.layout.BorderContainer.js&lt;/A&gt;&amp;nbsp;net::ERR_ABORTED 404&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Al&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2019 19:38:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started-with-layout/m-p/64681#M5659</guid>
      <dc:creator>AlGrant</dc:creator>
      <dc:date>2019-11-21T19:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with Layout</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started-with-layout/m-p/64682#M5660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Al,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a basic sample that places a list on the left, and a map on the right using the 4.x JavaScript API:&amp;nbsp;&lt;A class="link-titled" href="https://codepen.io/annefitz/pen/yLLrLoZ" title="https://codepen.io/annefitz/pen/yLLrLoZ"&gt;https://codepen.io/annefitz/pen/yLLrLoZ&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a separate pane outside of your map, just create a div and use CSS to set the width, then create another div for your map view. If you want to put the pane inside your map view, this&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/guide/view-ui/"&gt;guide on using view ui&lt;/A&gt;&amp;nbsp;might help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2019 21:30:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started-with-layout/m-p/64682#M5660</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2019-11-21T21:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with Layout</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started-with-layout/m-p/64683#M5661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right - thank you - makes sense. That will work up to a point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more complicated layouts, menus in the banner etc would you use bootstrap or is there another technology to help with layouts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2019 00:23:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started-with-layout/m-p/64683#M5661</guid>
      <dc:creator>AlGrant</dc:creator>
      <dc:date>2019-11-22T00:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with Layout</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started-with-layout/m-p/64684#M5662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I would recommend bootstrap or whatever you feel comfortable with. Esri has created a&amp;nbsp;Bootstrap theme specifically for designing, styling, and creating modern map apps called&amp;nbsp;&lt;A href="https://github.com/Esri/calcite-maps"&gt;calcite-maps&lt;/A&gt;. Here's a link to one of our samples that shows you how to integrate the JavaScript API with Bootstrap and Calcite Maps:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/frameworks-bootstrap/index.html"&gt;https://developers.arcgis.com/javascript/latest/sample-code/frameworks-bootstrap/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2019 16:33:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started-with-layout/m-p/64684#M5662</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2019-11-22T16:33:46Z</dc:date>
    </item>
  </channel>
</rss>

