Select to view content in your preferred language

Identify hyperlink

871
2
Jump to solution
01-31-2013 12:09 PM
MayJeff
Deactivated User
Can you hyperlink to a simple website like ESRI site?
Here is xml code:
  <layer>
   <name>Parcel</name>
   <fields>
    <field name="PARCELID" alias="Parcel ID" /> 
   </fields>
   <links>
    <link includeinresults="false" field="PARCELID" tooltip="Esri Website">
     <linkprefix>http://www.esri.com</linkprefix>
     <linksuffix></linksuffix>
     <iconfield></iconfield>
     <iconprefix></iconprefix>
     <iconsuffix>assets/images/w_link.png</iconsuffix>
    </link>
   </links>
   <zoomscale>15000</zoomscale>
   <forcescale>true</forcescale>
  </layer>

Thank you.
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
May Jeff,

   No links only work if there is a link field value. You can not just have a suffix or prefix.

View solution in original post

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
May Jeff,

   No links only work if there is a link field value. You can not just have a suffix or prefix.
0 Kudos
MayJeff
Deactivated User
I just wonder that too.  So how easy to just add a simple hperlink on your code?
0 Kudos