<?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 Re: Hyperlink in Popups - 2.4 in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/hyperlink-in-popups-2-4/m-p/190659#M4452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This worked like a charm - thanks for your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bret&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2011 16:50:29 GMT</pubDate>
    <dc:creator>BretAllphin</dc:creator>
    <dc:date>2011-10-18T16:50:29Z</dc:date>
    <item>
      <title>Hyperlink in Popups - 2.4</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/hyperlink-in-popups-2-4/m-p/190657#M4450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone, been reading several posts about how to properly use hyperlinks in popup windows; and I have a question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;In my case I have a popup configured to show several fields, one of those being a field which contains a full url that I created using field calculator in arcmap. An example of a value in this field is '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://athenscountyauditor.org/Data.aspx?ParcelID=1234567" rel="nofollow" target="_blank"&gt;http://athenscountyauditor.org/Data.aspx?ParcelID=1234567&lt;/A&gt;&lt;SPAN&gt;' (not a real value for the sake of example). The full url up to the '=' sign was one input and the {PARID} comprised the 1234567 value in calculator.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is, the documentation for 2.4 says that fields with valid links will automatically be clickable; in my case the popup returns nothing in that field (see attachment). So is something wrong with the URL that is making it appear invalid? In the pop up config I have it simply displayed as,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;field name="URL" alias= "Aud. Website" visible="true"/&amp;gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand you can accomplish this functionality through the use of the description tag, but in using that you cannot use the fields tag - bummer. Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks- &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bret A. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Marietta Ohio&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 18:22:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/hyperlink-in-popups-2-4/m-p/190657#M4450</guid>
      <dc:creator>BretAllphin</dc:creator>
      <dc:date>2011-10-14T18:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in Popups - 2.4</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/hyperlink-in-popups-2-4/m-p/190658#M4451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's my pop up config file if that helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;configuration&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Parcel ID:{PARCELNO}&amp;lt;/title&amp;gt;
 &amp;lt;description&amp;gt;
&amp;nbsp; &amp;lt;![CDATA[&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Owner Name:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt; {OwnerName}&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Adddress:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt; {Adddress}&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Property Type&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt; {PropertyType}&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&amp;lt;a href='{TaxLink}' target='_blank'&amp;gt;Click Here For Tax Bill&amp;lt;/a&amp;gt;]]&amp;gt;
 &amp;lt;/description&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;showattachments&amp;gt;false&amp;lt;/showattachments&amp;gt;
&amp;lt;/configuration&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:35:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/hyperlink-in-popups-2-4/m-p/190658#M4451</guid>
      <dc:creator>JustinConner</dc:creator>
      <dc:date>2021-12-11T09:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in Popups - 2.4</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/hyperlink-in-popups-2-4/m-p/190659#M4452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This worked like a charm - thanks for your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bret&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 16:50:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/hyperlink-in-popups-2-4/m-p/190659#M4452</guid>
      <dc:creator>BretAllphin</dc:creator>
      <dc:date>2011-10-18T16:50:29Z</dc:date>
    </item>
  </channel>
</rss>

