<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hyperlinks in viewer? in ArcGIS Viewer for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/hyperlinks-in-viewer/m-p/287060#M858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a data layer that includes a field with a hyperlink for each feature.&amp;nbsp; When I pull that data into the silverlight viewer, is there anyway to preserve the hyperlink?&amp;nbsp; When it shows the popup it includes the path as text, but is there anyway to preserve it's function as a hyperlink, so that the user can click it and pull up the document?&amp;nbsp; I know that an attachment can be added if attachments are enabled, but there are thousands and thousands of features, so individually re-attaching these documents isn't really an option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2012 17:23:36 GMT</pubDate>
    <dc:creator>KarenEllett</dc:creator>
    <dc:date>2012-05-03T17:23:36Z</dc:date>
    <item>
      <title>Hyperlinks in viewer?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/hyperlinks-in-viewer/m-p/287060#M858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a data layer that includes a field with a hyperlink for each feature.&amp;nbsp; When I pull that data into the silverlight viewer, is there anyway to preserve the hyperlink?&amp;nbsp; When it shows the popup it includes the path as text, but is there anyway to preserve it's function as a hyperlink, so that the user can click it and pull up the document?&amp;nbsp; I know that an attachment can be added if attachments are enabled, but there are thousands and thousands of features, so individually re-attaching these documents isn't really an option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 17:23:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/hyperlinks-in-viewer/m-p/287060#M858</guid>
      <dc:creator>KarenEllett</dc:creator>
      <dc:date>2012-05-03T17:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in viewer?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/hyperlinks-in-viewer/m-p/287061#M859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;Hyperlinks in a pop-up work for me, but only if the text string starts with "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A link just starting &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/www.someaddress.org"&gt;www.someaddress.org&lt;/A&gt;&lt;SPAN&gt; doesn't work. Neither have I managed to successfully hyperlink to local files with "\\UNC\folder\file.ext"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't forget that if you open the attribute table, you will only see the link as a plain text.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 03:32:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/hyperlinks-in-viewer/m-p/287061#M859</guid>
      <dc:creator>MarkBryant</dc:creator>
      <dc:date>2012-05-04T03:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in viewer?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/hyperlinks-in-viewer/m-p/287062#M860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If anyone else has this problem, I've been able to get it to work with a local file.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you've created your application, open the Map.xml in Visual Studio.&amp;nbsp; (Located under inetpub/wwwroot/Apps/YourApplication/Config)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do a search for the field you're trying to enable.&amp;nbsp; (If you have the same field name in multiple layers, make sure you're looking at the correct layer.)&amp;nbsp; It will look something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esriMapping:LayerInformation.Fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esriMapping:FieldInfo Name="Field1" DisplayName="Field 1" FieldType="Integer" AliasOnServer="Field1" DomainSubtypeLookup="None" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esriMapping:FieldInfo Name="Field2" DisplayName="Field 2" FieldType="Integer" AliasOnServer="Field2" DomainSubtypeLookup="FieldDomain" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esriMapping:FieldInfo Name="Field3" DisplayName="Field 3" AliasOnServer="Field3" DomainSubtypeLookup="None" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/esriMapping:LayerInformation.Fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Find the field you want to change; in this case, Field 3.&amp;nbsp; Add "FieldType="Hyperlink" and save the file.&amp;nbsp; It should now look like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esriMapping:LayerInformation.Fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esriMapping:FieldInfo Name="Field1" DisplayName="Field 1" FieldType="Integer" AliasOnServer="Field1" DomainSubtypeLookup="None" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esriMapping:FieldInfo Name="Field2" DisplayName="Field 2" FieldType="Integer" AliasOnServer="Field2" DomainSubtypeLookup="FieldDomain" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esriMapping:FieldInfo Name="Field3" DisplayName="Field 3" FieldType="Hyperlink" AliasOnServer="Field3" DomainSubtypeLookup="None" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/esriMapping:LayerInformation.Fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This should now show up as a clickable link in the popup, and will allow you access your local file.&amp;nbsp; Or at least, it works for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 15:38:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/hyperlinks-in-viewer/m-p/287062#M860</guid>
      <dc:creator>KarenEllett</dc:creator>
      <dc:date>2012-05-23T15:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in viewer?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/hyperlinks-in-viewer/m-p/287063#M861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Great! Works for me.&amp;nbsp; I have thousands of geo-tagged photos and this now lets me publish them.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 04:36:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/hyperlinks-in-viewer/m-p/287063#M861</guid>
      <dc:creator>DerekGliddon</dc:creator>
      <dc:date>2012-11-27T04:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in viewer?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/hyperlinks-in-viewer/m-p/287064#M862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Karen!&amp;nbsp; One FYI for anyone else doing this, you have to use UNC paths for your hyperlink.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 15:55:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/hyperlinks-in-viewer/m-p/287064#M862</guid>
      <dc:creator>TomMagdaleno</dc:creator>
      <dc:date>2012-11-27T15:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in viewer?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/hyperlinks-in-viewer/m-p/287065#M863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can i replace my UNC path with the words "Click Here To View Image"?&amp;nbsp; The UNC path is quite long and users don't need to see it.&amp;nbsp; Basically I want to hide the path to simplify the contents of the field.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 18:33:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/hyperlinks-in-viewer/m-p/287065#M863</guid>
      <dc:creator>HenryKovacs</dc:creator>
      <dc:date>2013-03-13T18:33:18Z</dc:date>
    </item>
  </channel>
</rss>

