<?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: Displaying Outfields in something other than infowindow in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/displaying-outfields-in-something-other-than/m-p/189710#M17555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's the ticket, Kelly! Thanks much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2012 14:02:51 GMT</pubDate>
    <dc:creator>LisaEidson</dc:creator>
    <dc:date>2012-02-16T14:02:51Z</dc:date>
    <item>
      <title>Displaying Outfields in something other than infowindow</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/displaying-outfields-in-something-other-than/m-p/189708#M17553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a feature layer that I'm using to create a highligh-effect so that if a user mouses over a wilderness boundary, the boundary will highlight and the wilderness name will appear in an overlayed div. Unfortunately, all the examples I've seen write outfields to info windows and I can't seem to find the right syntax to simply output it in the innerHTML of a div. This really isn't a map question, per se, but I'd appreciate some guidance on syntax. I'm sure this will be a super easy question to answer...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.wilderness.net/maptest_featurelayer.htm"&gt;http://www.wilderness.net/maptest_featurelayer.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 20:35:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/displaying-outfields-in-something-other-than/m-p/189708#M17553</guid>
      <dc:creator>LisaEidson</dc:creator>
      <dc:date>2012-02-14T20:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Outfields in something other than infowindow</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/displaying-outfields-in-something-other-than/m-p/189709#M17554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lisa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You were really close in your app. The mouse over event for the wilderness outlines feature layer provides you access to the graphic via the event argument. From the graphc we can access the attributes by name (see example below). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp; dojo.connect(featureOutlines, "onMouseOver", function(evt){ // listener for feature layer mouseovers; will add red outline onmouseover and remove it onmouseout
&amp;nbsp;&amp;nbsp; var highlightGraphic = new esri.Graphic(evt.graphic.geometry,highlightSymbol);
&amp;nbsp;&amp;nbsp; map.graphics.add(highlightGraphic);
&amp;nbsp;&amp;nbsp; dojo.byId("wildName").innerHTML = evt.graphic.attributes.NAME;
&amp;nbsp; }); 
&amp;nbsp; 

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:33:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/displaying-outfields-in-something-other-than/m-p/189709#M17554</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2021-12-11T09:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Outfields in something other than infowindow</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/displaying-outfields-in-something-other-than/m-p/189710#M17555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's the ticket, Kelly! Thanks much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 14:02:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/displaying-outfields-in-something-other-than/m-p/189710#M17555</guid>
      <dc:creator>LisaEidson</dc:creator>
      <dc:date>2012-02-16T14:02:51Z</dc:date>
    </item>
  </channel>
</rss>

