Select to view content in your preferred language

eSearch Widget and links for FV 3.0

1579
10
Jump to solution
07-02-2012 04:12 AM
EricVenden
Frequent Contributor
Good morning all...I'm using Robert's Identify widget (3.0) and creating multiple links to separate URL's using 1 attribute field.  I am trying to set this same functionality up in the eSearch widget, but cannot find a similar example in the documentation (so far).  I have the following in the links section of the xml:

   <links>
    <link includeinresults="true" field="PIN" alias="Tax Maps" gridfield="true"/>
    <linkprefix>http://oldapps.lakecountyil.gov/gis/MapGallery/MapsInqPin.asp?pin=</linkprefix>
    <linksuffix></linksuffix>
    <iconfield></iconfield>
    <iconprefix></iconprefix>
    <iconsuffix>assets/images/map.png</iconsuffix>
    </link>
    <link includeinresults="true" field="PIN" alias="Tax Bill" gridfield="true"/>
    <linkprefix>http://apps01.lakecountyil.gov/sptreasurer/collbook/collbook2.asp?PIN=</linkprefix>
    <linksuffix></linksuffix>
    <iconfield></iconfield>
    <iconprefix></iconprefix>
    <iconsuffix>assets/images/money.png</iconsuffix>
    </link>
    <link includeinresults="true" field="PIN" alias="Assessment Info" gridfield="true"/>
    <linkprefix>http://apps01.lakecountyil.gov/spassessor/assessments/asmt2.asp?PIN=</linkprefix>
    <linksuffix></linksuffix>
    <iconfield></iconfield>
    <iconprefix></iconprefix>
    <iconsuffix>assets/images/house.png</iconsuffix>
    </link>
   </links>

Is this same functionality possible in the eSearch and, if so, what modifications would I need to make to the above code or other code in the xml.
Thanks for your time.
Eric V
Gurnee, IL
Tags (2)
0 Kudos
10 Replies
Marion_CountyAuditor
Occasional Contributor
Thank you for taking the time to answer my question. I thought I might have been doing something wrong. Nevertheless, it is a great widget!
0 Kudos