change symbology of popup feature graphic

2881
1
06-14-2013 12:59 PM
DavidStajan
New Contributor III
I'm wondering if anyone knows how you can change the way the feature is highlighted in the map when the user clicks on a feature from a layer that is configured to have popups.  Currently it displays the feature with a cyan glow to depict the highlighted feature

Thanks,
David
Tags (2)
0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus
David,

   There is a infoWindowRendererHighlightColor that can be added to the default.css

http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/Map.html#style:infoWindowRendererHi...

infoWindowRendererHighlightColor



Type: Number Format: Color CSS Inheritance: no
InfoWindowRenderer highlight color. Set to NaN to not highlight the selected feature.  Use #000000 syntax for CSS styling and "0x000000" syntax in MXML and ActionScript.    Note: the Map.infoWindowRendererHighlightColor style was added in version 3.1 of the ArcGIS API for Flex.
                         The default value is 0x00FFFF (cyan).
0 Kudos