<?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: Hide the zoom link in infoTemplate in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hide-the-zoom-link-in-infotemplate/m-p/363471#M33736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thank you Steve. You are right, Now It's working perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Oct 2014 04:54:53 GMT</pubDate>
    <dc:creator>IsraAlhamood</dc:creator>
    <dc:date>2014-10-23T04:54:53Z</dc:date>
    <item>
      <title>Hide the zoom link in infoTemplate</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hide-the-zoom-link-in-infotemplate/m-p/363467#M33732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I'm trying to figure out how to hide the "zoom to" link that comes by default with the infoTemplate.&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 10:03:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hide-the-zoom-link-in-infotemplate/m-p/363467#M33732</guid>
      <dc:creator>IsraAlhamood</dc:creator>
      <dc:date>2014-10-22T10:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the zoom link in infoTemplate</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hide-the-zoom-link-in-infotemplate/m-p/363468#M33733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Isra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is discussed here..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://gis.stackexchange.com/questions/28017/arcgis-javascript-api-override-infowindow-zoom-to-function-or-fire-a-second-e" title="http://gis.stackexchange.com/questions/28017/arcgis-javascript-api-override-infowindow-zoom-to-function-or-fire-a-second-e"&gt;ArcGIS JavaScript API: Override infowindow 'Zoom To' function or fire a second event - Geographic Information Systems St…&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vara Prasad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 10:58:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hide-the-zoom-link-in-infotemplate/m-p/363468#M33733</guid>
      <dc:creator>Vara_PrasadM_S</dc:creator>
      <dc:date>2014-10-22T10:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the zoom link in infoTemplate</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hide-the-zoom-link-in-infotemplate/m-p/363469#M33734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add this to your css&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.esriPopup a {&lt;/STRONG&gt;&lt;STRONG&gt; display:none;&lt;/STRONG&gt;&lt;STRONG&gt; }&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 12:23:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hide-the-zoom-link-in-infotemplate/m-p/363469#M33734</guid>
      <dc:creator>CraigLinn</dc:creator>
      <dc:date>2014-10-22T12:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the zoom link in infoTemplate</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hide-the-zoom-link-in-infotemplate/m-p/363470#M33735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would be cautious of the sledgehammer approach of a css rule on a links. I know I like to sometimes custom format infoWindow content and include hyperlinks. Using your CSS rule, that would remove those links (this might also remove hyperlinks from any data fields with hyperlinks too).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's aways best to see if ESRI has established a CSS class and then just target that class. In this case, there is one to target:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.esriPopup .action.zoomTo { display: none; }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 15:44:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hide-the-zoom-link-in-infotemplate/m-p/363470#M33735</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2014-10-22T15:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the zoom link in infoTemplate</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hide-the-zoom-link-in-infotemplate/m-p/363471#M33736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thank you Steve. You are right, Now It's working perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 04:54:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hide-the-zoom-link-in-infotemplate/m-p/363471#M33736</guid>
      <dc:creator>IsraAlhamood</dc:creator>
      <dc:date>2014-10-23T04:54:53Z</dc:date>
    </item>
  </channel>
</rss>

