I have a map-click popup using a custom Popuprenderer.mxml that returns records for recreational activities at a given site.
Instead of displaying the standard field name and value (Figure1), I'd like to display icons, which would also link to recreational homepages.
I'm a Flex newbie and am wondering if this is possible to do in the keyvaluegroup of the popuprenderer.msml? Or somehow code it in the search.mxml that references the <field> tags in the corresponding .xml?
Figure 1 is the default popup result.
Figure 2 is the "look" I'm going for, but without the functionality. I used the <description> tag to get it this far.
Many thanks from a beginning Flex programmer --
Meg
Instead of displaying the standard field name and value (Figure1), I'd like to display icons, which would also link to recreational homepages.
I'm a Flex newbie and am wondering if this is possible to do in the keyvaluegroup of the popuprenderer.msml? Or somehow code it in the search.mxml that references the <field> tags in the corresponding .xml?
Figure 1 is the default popup result.
Figure 2 is the "look" I'm going for, but without the functionality. I used the <description> tag to get it this far.
Many thanks from a beginning Flex programmer --
Meg