I am trying to change the icon in the results for the eSearch Widget for Flex (version 3.6). It still shows the default, despite my additions to the iconfield code (below). Any idea what I am doing wrong?
<links>
<link includeinresults="false" field="dem_url2" alias="DEM URL" tooltip="Download DEM (Post-Sandy)" popuplinktype="image"><iconprefix>http://myserver/data/images/</iconprefix>
<iconfield>demc</iconfield>
<iconsuffix>.png</iconsuffix>
</link>
</links>
Where "myserver" is my server name. The icon is in the inetpub/wwroot/data/images folder and I can access the image through my browser without issue.
I'm not sure I completely understand the config doc description for the code onlythese ="false" (under <layers>) and popuponly="false" (under <field>), so perhaps one or the other must be true? I think I tried all combinations, but any thoughts is appreciated.