<?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: replicating Popup in seperate panel in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replicating-popup-in-seperate-panel/m-p/500183#M46453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steve, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the input. I figured as much that the ArcGIS Online webmap was a sort of all in one(map, data, etc) solution. Seems like the ESRI JS API is going in this direction more often where they embed various short cuts to maps, data, etc... I see this especially with add map function (basemap:"topo") you pointed out in your reply. However these shortcuts make it difficult for users like my self who cant use these types of public services. Especially harder for me since im still new to Javascript and this specific API. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to replicate and tailor the popup window example (&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/popup_chart.html"&gt;This example&lt;/A&gt;&lt;SPAN&gt;) within our network using our data and its working fine. I've been able to replicate several of the JS Samples, this one is proving a bit more difficult. I guess i'm going to have to simply start from scratch adding my own dedicated map and featurelayer, or use the popup example and hopefully build back in the other code for displaying the popup in a seperate panel. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the input.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Jul 2013 12:15:00 GMT</pubDate>
    <dc:creator>gabrielvazquez</dc:creator>
    <dc:date>2013-07-31T12:15:00Z</dc:date>
    <item>
      <title>replicating Popup in seperate panel</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replicating-popup-in-seperate-panel/m-p/500181#M46451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am attempting to replicate the below ESRI JS site.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/popup_sidepanel.html"&gt;https://developers.arcgis.com/en/javascript/jssamples/popup_sidepanel.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, we do not have access to the public internet. Everything we develop resides within a classified environment and we must build everything off of our local ESRI JS API and GIS Server. So attempting to replicate the below web map ID is impossible for us&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;//Create a map based on an ArcGIS Online web map id &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;arcgisUtils.createMap("0ab0004e243641568713ba968d1c424a", "map",{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; infoWindow: popup&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }).then(function(response){&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.map = response.map;&amp;nbsp;&amp;nbsp; initializeSidebar(window.map);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, function(error){&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log("Map creation failed: ", dojo.toJson(error));&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does ESRI provide an alternate version of this code that demonstrates how to build this same sample without a ArcGIS online web map?&amp;nbsp; Or can someone point me to any other examples of building a "popup in a seperate panel".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 17:26:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replicating-popup-in-seperate-panel/m-p/500181#M46451</guid>
      <dc:creator>gabrielvazquez</dc:creator>
      <dc:date>2013-07-30T17:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: replicating Popup in seperate panel</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replicating-popup-in-seperate-panel/m-p/500182#M46452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An ArcGIS Online webmap is kind of like a "short cut" in that it is a map that has been created complete with data layers, and basemap. It's just stored in ArcGIS Online. If you define your map as ESRI has done in that particular example, it saves you some coding. That being said, you're not required to set up your map like that. If you look at many of the other &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/map_simple.html" rel="nofollow noopener noreferrer" target="_blank"&gt;samples&lt;/A&gt;&lt;SPAN&gt;, the map is created and defined in a more traditional way:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var map = new esri.Map("map",{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; basemap:"topo",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; center:[-122.45,37.75], //long, lat
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; zoom:13,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sliderStyle:"small"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case, all you really need is an external internet connection so that you can display the ESRI basemap. All of your data can safely reside within your network. &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/popup_chart.html" rel="nofollow noopener noreferrer" target="_blank"&gt;This example&lt;/A&gt;&lt;SPAN&gt; shows you the more traditional way of creating a map and then adding your data layers to the map after the map has been created.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:57:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replicating-popup-in-seperate-panel/m-p/500182#M46452</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2021-12-11T21:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: replicating Popup in seperate panel</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replicating-popup-in-seperate-panel/m-p/500183#M46453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steve, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the input. I figured as much that the ArcGIS Online webmap was a sort of all in one(map, data, etc) solution. Seems like the ESRI JS API is going in this direction more often where they embed various short cuts to maps, data, etc... I see this especially with add map function (basemap:"topo") you pointed out in your reply. However these shortcuts make it difficult for users like my self who cant use these types of public services. Especially harder for me since im still new to Javascript and this specific API. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to replicate and tailor the popup window example (&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/popup_chart.html"&gt;This example&lt;/A&gt;&lt;SPAN&gt;) within our network using our data and its working fine. I've been able to replicate several of the JS Samples, this one is proving a bit more difficult. I guess i'm going to have to simply start from scratch adding my own dedicated map and featurelayer, or use the popup example and hopefully build back in the other code for displaying the popup in a seperate panel. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the input.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 12:15:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replicating-popup-in-seperate-panel/m-p/500183#M46453</guid>
      <dc:creator>gabrielvazquez</dc:creator>
      <dc:date>2013-07-31T12:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: replicating Popup in seperate panel</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replicating-popup-in-seperate-panel/m-p/500184#M46454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Cool. Glad you got something worked out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to be clear, you don't have to specify an ESRI basemap for your map. &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/fl_no_basemap.html"&gt;This example&lt;/A&gt;&lt;SPAN&gt; shows how to create a map without a basemap and &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/86763-Set-Default-Basemap-to-Our-OWN-Local-Map-Server"&gt;this thread&lt;/A&gt;&lt;SPAN&gt; from the forum talks about using your own tiled map service as a basemap for your map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 13:55:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replicating-popup-in-seperate-panel/m-p/500184#M46454</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2013-07-31T13:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: replicating Popup in seperate panel</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replicating-popup-in-seperate-panel/m-p/500185#M46455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steve, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I understand that. No need to define a basemap, or as of 3.3. its not a requirement. Adding a basemap is sort of a process I have have in place with all the JS apps I build. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 18:12:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replicating-popup-in-seperate-panel/m-p/500185#M46455</guid>
      <dc:creator>gabrielvazquez</dc:creator>
      <dc:date>2013-07-31T18:12:26Z</dc:date>
    </item>
  </channel>
</rss>

