<?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 How do I get the default size of a map popup? (JSAPI 3.x) in ArcGIS Server with JavaScript API Questions</title>
    <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-do-i-get-the-default-size-of-a-map-popup-jsapi/m-p/828658#M475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I working on map.infoWindow.resize(x,y) to resize my map popups based on the type and amount of content. This has begged the question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the default size of a map popup and how do I obtain this value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Dec 2016 18:43:50 GMT</pubDate>
    <dc:creator>DirkVandervoort</dc:creator>
    <dc:date>2016-12-27T18:43:50Z</dc:date>
    <item>
      <title>How do I get the default size of a map popup? (JSAPI 3.x)</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-do-i-get-the-default-size-of-a-map-popup-jsapi/m-p/828658#M475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I working on map.infoWindow.resize(x,y) to resize my map popups based on the type and amount of content. This has begged the question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the default size of a map popup and how do I obtain this value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2016 18:43:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-do-i-get-the-default-size-of-a-map-popup-jsapi/m-p/828658#M475</guid>
      <dc:creator>DirkVandervoort</dc:creator>
      <dc:date>2016-12-27T18:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the default size of a map popup? (JSAPI 3.x)</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-do-i-get-the-default-size-of-a-map-popup-jsapi/m-p/828659#M476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #fefefe; font-size: 14px;"&gt;By default, the content area for an info window is 250 pixels wide and 100 pixels high. If you have the required modules and objects to call InfoWindow Popup, the default size will be displayed. Or Use&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="" style="color: #4d4d4d; background: #fafafa; border: 2px solid #dddddd; font-size: 1.1em; padding: 0.5em 0px 0.5em 0.5em;"&gt;&lt;SPAN class="" style="color: #595959;"&gt;map&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;infoWindow&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;resize&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #009999;"&gt;250&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt; 1&lt;/SPAN&gt;&lt;SPAN class="" style="color: #009999;"&gt;00&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2016 19:28:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-do-i-get-the-default-size-of-a-map-popup-jsapi/m-p/828659#M476</guid>
      <dc:creator>SarojThapa1</dc:creator>
      <dc:date>2016-12-27T19:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the default size of a map popup? (JSAPI 3.x)</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-do-i-get-the-default-size-of-a-map-popup-jsapi/m-p/828660#M477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dirk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;There are undocumented properties to get that info.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;map.infoWindow._positioner.offsetHeight;
map.infoWindow._positioner.offsetWidth;‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:59:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-do-i-get-the-default-size-of-a-map-popup-jsapi/m-p/828660#M477</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T09:59:44Z</dc:date>
    </item>
  </channel>
</rss>

