<?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: Customize popups from web template? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-popups-from-web-template/m-p/664796#M62091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to do the same customization on the simple Map template that I downloaded from ArcGIS online. Is this what you mean by web template- a template from ArcGIS online?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 May 2013 17:10:48 GMT</pubDate>
    <dc:creator>JuneAcosta</dc:creator>
    <dc:date>2013-05-07T17:10:48Z</dc:date>
    <item>
      <title>Customize popups from web template?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-popups-from-web-template/m-p/664794#M62089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to change the size of the popups that appear on the web template? They are the wrong size for my data -- they are too large in the vertical dimension and too narrow horizontally, so that they cut off the right side of the attribute information.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 18:35:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-popups-from-web-template/m-p/664794#M62089</guid>
      <dc:creator>ElizabethMiller</dc:creator>
      <dc:date>2012-01-25T18:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Customize popups from web template?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-popups-from-web-template/m-p/664795#M62090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes you can use the InfoWindow's resize method to do this. Here's an example that changes the size of the popup for a web map. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
 mapDeferred.then(function(response){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map = response.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;&amp;nbsp; map.infoWindow.resize(200,200);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojo.connect(dijit.byId('map'), 'resize', map,map.resize);
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
});


&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:06:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-popups-from-web-template/m-p/664795#M62090</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2021-12-12T04:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Customize popups from web template?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-popups-from-web-template/m-p/664796#M62091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to do the same customization on the simple Map template that I downloaded from ArcGIS online. Is this what you mean by web template- a template from ArcGIS online?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 17:10:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-popups-from-web-template/m-p/664796#M62091</guid>
      <dc:creator>JuneAcosta</dc:creator>
      <dc:date>2013-05-07T17:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Customize popups from web template?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-popups-from-web-template/m-p/664797#M62092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I downloaded the Simple Map viewer and need to resize the poup for the same reasons. Which file do I modify to add this snippet of code?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 20:26:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-popups-from-web-template/m-p/664797#M62092</guid>
      <dc:creator>JuneAcosta</dc:creator>
      <dc:date>2013-05-07T20:26:11Z</dc:date>
    </item>
  </channel>
</rss>

