<?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: Would like to use the popup dijit default symbol as a highlight in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/would-like-to-use-the-popup-dijit-default-symbol/m-p/233959#M21815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jamie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My code is behind a firewall, so I can't post it. Take a look at the fiddle Derek S. posted, particularly lines 33 through 48.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case I have graphics layers displaying search results from different sources. The click to highlight a particular result does not always occur as a map click; sometimes it's from the search results panel. When I place the highlight marker on the map, I give it a "hilite" attribute. I included a function to search for this particular attribute in the graphics on the map and remove the graphic when the user clicks on the map, clicks on the panel, or runs a new query.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Nov 2013 10:44:40 GMT</pubDate>
    <dc:creator>TyroneLigon</dc:creator>
    <dc:date>2013-11-05T10:44:40Z</dc:date>
    <item>
      <title>Would like to use the popup dijit default symbol as a highlight</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/would-like-to-use-the-popup-dijit-default-symbol/m-p/233956#M21812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have code to highlight specific map markers (overlaid with a size 32 yellow marker with 0.25 opacity), but I'd love to use that cyan "target" marker that the esri.dijit.Popup dijit uses. Can I grab that marker from somewhere in the API, or is there code to create it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 17:37:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/would-like-to-use-the-popup-dijit-default-symbol/m-p/233956#M21812</guid>
      <dc:creator>TyroneLigon</dc:creator>
      <dc:date>2013-05-17T17:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Would like to use the popup dijit default symbol as a highlight</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/would-like-to-use-the-popup-dijit-default-symbol/m-p/233957#M21813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Code to create that symbol uses some undocumented methods. Here's how you can use it in your app:&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://jsfiddle.net/7wand/" rel="nofollow" target="_blank"&gt;http://jsfiddle.net/7wand/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 21:19:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/would-like-to-use-the-popup-dijit-default-symbol/m-p/233957#M21813</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2013-05-17T21:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Would like to use the popup dijit default symbol as a highlight</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/would-like-to-use-the-popup-dijit-default-symbol/m-p/233958#M21814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tyrone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I have been trying to figure out how to change from the default box that you wanted to a something else like the marker you have&amp;nbsp; described.&amp;nbsp;&amp;nbsp; are willing to share your method?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;j&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 18:19:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/would-like-to-use-the-popup-dijit-default-symbol/m-p/233958#M21814</guid>
      <dc:creator>jamiehollingsworth</dc:creator>
      <dc:date>2013-11-04T18:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Would like to use the popup dijit default symbol as a highlight</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/would-like-to-use-the-popup-dijit-default-symbol/m-p/233959#M21815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jamie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My code is behind a firewall, so I can't post it. Take a look at the fiddle Derek S. posted, particularly lines 33 through 48.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case I have graphics layers displaying search results from different sources. The click to highlight a particular result does not always occur as a map click; sometimes it's from the search results panel. When I place the highlight marker on the map, I give it a "hilite" attribute. I included a function to search for this particular attribute in the graphics on the map and remove the graphic when the user clicks on the map, clicks on the panel, or runs a new query.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 10:44:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/would-like-to-use-the-popup-dijit-default-symbol/m-p/233959#M21815</guid>
      <dc:creator>TyroneLigon</dc:creator>
      <dc:date>2013-11-05T10:44:40Z</dc:date>
    </item>
  </channel>
</rss>

