<?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: Hyperlinks in Popup Template JS API 4.3 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hyperlinks-in-popup-template-js-api-4-3/m-p/567468#M52941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having this same problem. Did you ever figure out how to resolve it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 May 2017 22:02:44 GMT</pubDate>
    <dc:creator>RyanCosby</dc:creator>
    <dc:date>2017-05-08T22:02:44Z</dc:date>
    <item>
      <title>Hyperlinks in Popup Template JS API 4.3</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hyperlinks-in-popup-template-js-api-4-3/m-p/567462#M52935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the 4.3 version of the JS API, I can't format the hyperlinks within a popup to open. They open if you right click &amp;gt; open in new tab, but not just left clicking on the text itself. Below is the code I'm using for the template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; annexationTemplate &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; title&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"{ANNEX}"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; content&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"&amp;lt;strong&amp;gt;Ordinance:&amp;lt;/strong&amp;gt; {ORD}"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="string token"&gt;"&amp;lt;br /&amp;gt;&amp;lt;strong&amp;gt;Effective Date:&amp;lt;/strong&amp;gt; {DATE:DateFormat(selector: 'date', fullYear: true)}"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="string token"&gt;"&amp;lt;br /&amp;gt;&amp;lt;strong&amp;gt;Annexation Map: &amp;lt;/strong&amp;gt;&amp;lt;a target='_blank' href={URL_MAP}&amp;gt;Annexation Map&amp;lt;/a&amp;gt;"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="string token"&gt;"&amp;lt;br /&amp;gt;&amp;lt;strong&amp;gt;Legal Description: &amp;lt;/strong&amp;gt;&amp;lt;a href={URL_DESC}&amp;gt;Legal Description&amp;lt;/a&amp;gt;"&lt;/SPAN&gt;
 &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone else come across this issue? It's new to me in 4.X. My previous apps build in 3.X have worked fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:27:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hyperlinks-in-popup-template-js-api-4-3/m-p/567462#M52935</guid>
      <dc:creator>NathanSommers1</dc:creator>
      <dc:date>2021-12-12T00:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in Popup Template JS API 4.3</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hyperlinks-in-popup-template-js-api-4-3/m-p/567463#M52936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Strange when I add&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;a target&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'blank'&lt;/SPAN&gt; href&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'{POP2010}'&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;Legal Description&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;a&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;to the:&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=popupTemplate-function" title="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=popupTemplate-function"&gt;https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=popupTemplate-function&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;popuptemplate in the above sample it has a link that works fine for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 18:50:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hyperlinks-in-popup-template-js-api-4-3/m-p/567463#M52936</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-04-05T18:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in Popup Template JS API 4.3</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hyperlinks-in-popup-template-js-api-4-3/m-p/567464#M52937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, Robert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I gave this to a few users to test and they didn't seem to have any issues with it. It must be how I have something configured on my computer as it doesn't work with any Internet browser.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 15:32:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hyperlinks-in-popup-template-js-api-4-3/m-p/567464#M52937</guid>
      <dc:creator>NathanSommers1</dc:creator>
      <dc:date>2017-04-10T15:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in Popup Template JS API 4.3</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hyperlinks-in-popup-template-js-api-4-3/m-p/567465#M52938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Which browser and which version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 15:51:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hyperlinks-in-popup-template-js-api-4-3/m-p/567465#M52938</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-04-10T15:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in Popup Template JS API 4.3</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hyperlinks-in-popup-template-js-api-4-3/m-p/567466#M52939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My default is Chrome v&lt;SPAN style="color: #303942;"&gt;57.0.2987.133. I've also tried Internet Explorer v11.953.14393.0 with no luck either.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 16:00:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hyperlinks-in-popup-template-js-api-4-3/m-p/567466#M52939</guid>
      <dc:creator>NathanSommers1</dc:creator>
      <dc:date>2017-04-10T16:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in Popup Template JS API 4.3</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hyperlinks-in-popup-template-js-api-4-3/m-p/567467#M52940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Strange indeed. I have no problem with that version of chrome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 16:07:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hyperlinks-in-popup-template-js-api-4-3/m-p/567467#M52940</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-04-10T16:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in Popup Template JS API 4.3</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hyperlinks-in-popup-template-js-api-4-3/m-p/567468#M52941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having this same problem. Did you ever figure out how to resolve it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 22:02:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hyperlinks-in-popup-template-js-api-4-3/m-p/567468#M52941</guid>
      <dc:creator>RyanCosby</dc:creator>
      <dc:date>2017-05-08T22:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in Popup Template JS API 4.3</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hyperlinks-in-popup-template-js-api-4-3/m-p/567469#M52942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, I haven't figured out why it isn't working on my machine. It works on just about every other one I've tried, but not mine. I'm sure it's just some advanced configuration I changed a long time ago for some reason and now I don't remember where it is to change it back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I figure it out, I'll let you know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 18:19:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hyperlinks-in-popup-template-js-api-4-3/m-p/567469#M52942</guid>
      <dc:creator>NathanSommers1</dc:creator>
      <dc:date>2017-05-09T18:19:58Z</dc:date>
    </item>
  </channel>
</rss>

