Thanks for another great widget Robert.
I have configured hyperlinks to return the optional icon using:
However, not all my records contain a url, and I would like for the icon to not appear when there is no value or valid url.
Thanks for the help
I have configured hyperlinks to return the optional icon using:
Code:
<link includeinresults="false" field="HeaderURI" alias="Click here for Well Report" tooltip="View pdf of Well Report">
<linkprefix></linkprefix>
<linksuffix></linksuffix>
<iconfield></iconfield>
<iconprefix></iconprefix>
<iconsuffix>http://geoweb2008r2/myassets/w_link_white_pdf.png</iconsuffix>
</link>
Thanks for the help