Select to view content in your preferred language

Search Widget (Linkfield)

2730
0
05-19-2011 12:49 PM
RyanEckdale-Dudley
Emerging Contributor
Using the search widget. I want to display on of the returned fields as hyperlink, but not display the actual link.

How does the new Pop-Up effect the search widget.

Original xml.

<?xml version="1.0" ?>
<configuration>
    <layers>
        <layer>
            <name>Target Parcels</name>
            <url>http://10.12.1.32/ArcGIS/rest/services/GWP/MapServer/0</url>
            <expression>COMPANY_NA = '[value]'</expression>
            <textsearchlabel>Search by Name:</textsearchlabel>
            <graphicalsearchlabel>Use one of the graphical search tools to Search for a Faclity</graphicalsearchlabel>
<titlefield>COMPANY_NA</titlefield>           
<fields all="false">
  <field name ="COMPANY_NA"/>
  <field name ="FULL_ADDRE"alias="Address"/>
  <field name ="FAC_STATUS" alias="Status"/>
  <field name ="doc_url" alias="Documents"/>
  </fields>
<linkfield>doc_url</linkfield>
</layer>   
    </layers>
    <zoomscale>20000</zoomscale>
</configuration>
Tags (2)
0 Kudos
0 Replies