<?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 Icon Images in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/icon-images/m-p/729732#M67695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does ESRI offer up icon images?&amp;nbsp; Can these be downloaded?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Like the ones in their examples....Is there a one stop shop to get them?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2014 18:30:00 GMT</pubDate>
    <dc:creator>jaykapalczynski</dc:creator>
    <dc:date>2014-05-30T18:30:00Z</dc:date>
    <item>
      <title>Icon Images</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/icon-images/m-p/729732#M67695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does ESRI offer up icon images?&amp;nbsp; Can these be downloaded?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Like the ones in their examples....Is there a one stop shop to get them?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 18:30:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/icon-images/m-p/729732#M67695</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2014-05-30T18:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Icon Images</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/icon-images/m-p/729733#M67696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Might not be the best way, but you can find most of the icons used in various dijits (like measure icons, draw, basemap thumbnails) if you go to &lt;/SPAN&gt;&lt;A href="http://jso.arcgis.com"&gt;http://jso.arcgis.com&lt;/A&gt;&lt;SPAN&gt; and select a bunch of modules (or all of them, maybe!) and do a custom build.&amp;nbsp; You will find a slew of png files in the zip file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 18:49:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/icon-images/m-p/729733#M67696</guid>
      <dc:creator>ScottGunn</dc:creator>
      <dc:date>2014-05-30T18:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Icon Images</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/icon-images/m-p/729734#M67697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are using a Dojo theme (e.g., Claro, Soria, Tundra, Nihilo) you can access these icons using classes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, the disk icon (save) is accessed by adding the following classes to an HTML element:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;dijitIcon dijitIconSave&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;E.g.,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[HTML]&amp;lt;div class="dijitReset dijitInline dijitIcon dijitIconSave" role="presentation" data-dojo-attach-point="iconNode"&amp;gt;&amp;lt;/div&amp;gt;[/HTML]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, I haven't found any good documentation listing the different icons that are available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The best way I've found is to use the DOM inspection tools in either Chrome or Firefox on &lt;/SPAN&gt;&lt;A href="http://download.dojotoolkit.org/release-1.9.0/dojo-release-1.9.0/dijit/themes/themeTester.html?theme=claro"&gt;Dojo's Dijit Theme Tester&lt;/A&gt;&lt;SPAN&gt; page to see what icons available.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 15:01:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/icon-images/m-p/729734#M67697</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2014-06-03T15:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Icon Images</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/icon-images/m-p/729735#M67698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;List of potential DOJO CSS classes for icons:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/icons/"&gt;http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/icons/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DOJO Icon sprite sheets:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/icons/images/"&gt;http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/icons/images/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 15:05:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/icon-images/m-p/729735#M67698</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2014-06-03T15:05:24Z</dc:date>
    </item>
  </channel>
</rss>

