<?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: An hyperlink as attribute in ArcGIS JavaScript 3.23 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/an-hyperlink-as-attribute-in-arcgis-javascript-3/m-p/562322#M52506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Robert, but why? I have an ArcGIS On Line App Reading this webservice and it's working fine with the url as an hypertext field. I mean, we need our users can display that images as they look inside the data. Nevertheless, when I published the app in my website developing it with ArcGIS API 3.23 only we can see the text of the url.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jul 2020 19:52:54 GMT</pubDate>
    <dc:creator>FranciscoCastillo1</dc:creator>
    <dc:date>2020-07-17T19:52:54Z</dc:date>
    <item>
      <title>An hyperlink as attribute in ArcGIS JavaScript 3.23</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/an-hyperlink-as-attribute-in-arcgis-javascript-3/m-p/562320#M52504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have an application in ArcGIS Javascript 3.23. One of my webservices has a hypertext field displaying an image. But, when the app is running I can´t see the clickable hyperlink. What is missing here? this is the line of the attribute:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; "&amp;lt;b&amp;gt;LIGA_HIDRO:&amp;lt;/b&amp;gt;${LIGA_HIDRO}&amp;lt;br/&amp;gt;" +&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attribute is LIGA_HIDRO and it's content are images, but the App doesn't work and only display the address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can help me to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You In Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2020 02:08:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/an-hyperlink-as-attribute-in-arcgis-javascript-3/m-p/562320#M52504</guid>
      <dc:creator>FranciscoCastillo1</dc:creator>
      <dc:date>2020-07-17T02:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: An hyperlink as attribute in ArcGIS JavaScript 3.23</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/an-hyperlink-as-attribute-in-arcgis-javascript-3/m-p/562321#M52505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the actual string inside that field a url (a string containing http or https)? You can Not have a link with a local path or unc path and use it as a hyperlink directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2020 11:13:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/an-hyperlink-as-attribute-in-arcgis-javascript-3/m-p/562321#M52505</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-07-17T11:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: An hyperlink as attribute in ArcGIS JavaScript 3.23</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/an-hyperlink-as-attribute-in-arcgis-javascript-3/m-p/562322#M52506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Robert, but why? I have an ArcGIS On Line App Reading this webservice and it's working fine with the url as an hypertext field. I mean, we need our users can display that images as they look inside the data. Nevertheless, when I published the app in my website developing it with ArcGIS API 3.23 only we can see the text of the url.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2020 19:52:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/an-hyperlink-as-attribute-in-arcgis-javascript-3/m-p/562322#M52506</guid>
      <dc:creator>FranciscoCastillo1</dc:creator>
      <dc:date>2020-07-17T19:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: An hyperlink as attribute in ArcGIS JavaScript 3.23</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/an-hyperlink-as-attribute-in-arcgis-javascript-3/m-p/562323#M52507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Francisco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The JS API will not automatically convert a string that contains http or https to a hyperlink (and I am happy that it doesn't). You will have to manually add the html anchor tags to your code for that field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jul 2020 00:59:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/an-hyperlink-as-attribute-in-arcgis-javascript-3/m-p/562323#M52507</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-07-26T00:59:34Z</dc:date>
    </item>
  </channel>
</rss>

