<?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: display value from url in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/display-value-from-url/m-p/3932#M19</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah you cant get XML Data this example can help you too !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jssamples/data_requestXML.html" title="https://developers.arcgis.com/javascript/3/jssamples/data_requestXML.html"&gt;Access data (XML) | ArcGIS API for JavaScript 3.23&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jan 2018 15:14:34 GMT</pubDate>
    <dc:creator>Juan_ManuelAngel</dc:creator>
    <dc:date>2018-01-24T15:14:34Z</dc:date>
    <item>
      <title>display value from url</title>
      <link>https://community.esri.com/t5/developers-questions/display-value-from-url/m-p/3926#M13</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I would like to display an URL value (field) while move around feature in webpp builder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 14:36:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/display-value-from-url/m-p/3926#M13</guid>
      <dc:creator>Joseph_IrwinGunasekaran1</dc:creator>
      <dc:date>2018-01-24T14:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: display value from url</title>
      <link>https://community.esri.com/t5/developers-questions/display-value-from-url/m-p/3927#M14</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to get a value from the url and apply to a web app builder?, do you have some example of what do you want to do ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 14:46:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/display-value-from-url/m-p/3927#M14</guid>
      <dc:creator>Juan_ManuelAngel</dc:creator>
      <dc:date>2018-01-24T14:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: display value from url</title>
      <link>https://community.esri.com/t5/developers-questions/display-value-from-url/m-p/3928#M15</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 14:47:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/display-value-from-url/m-p/3928#M15</guid>
      <dc:creator>Joseph_IrwinGunasekaran1</dc:creator>
      <dc:date>2018-01-24T14:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: display value from url</title>
      <link>https://community.esri.com/t5/developers-questions/display-value-from-url/m-p/3929#M16</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , I have a weather station features with&amp;nbsp;their url&amp;nbsp;with realtime values.I have created a feature service for the layer. When I publish this , I want the users can view the real-time values from the url while they moving their cursors on the map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 14:54:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/display-value-from-url/m-p/3929#M16</guid>
      <dc:creator>Joseph_IrwinGunasekaran1</dc:creator>
      <dc:date>2018-01-24T14:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: display value from url</title>
      <link>https://community.esri.com/t5/developers-questions/display-value-from-url/m-p/3930#M17</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look this example with the pointer Event, i think you can get that url value in JavaScript and then add the value from the url to the PopUp in the Right Corner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code to get the value from url:&lt;/P&gt;&lt;P&gt;var uri = window.location.href;&lt;BR /&gt; var query = uri.substring(uri.indexOf("?") + 1, uri.length);&lt;BR /&gt; var queryObject = ioQuery.queryToObject(query);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JavaScript Event Pointer Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/view-hittest/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/view-hittest/index.html"&gt;Access features with pointer events | ArcGIS API for JavaScript 4.6&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 15:07:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/display-value-from-url/m-p/3930#M17</guid>
      <dc:creator>Juan_ManuelAngel</dc:creator>
      <dc:date>2018-01-24T15:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: display value from url</title>
      <link>https://community.esri.com/t5/developers-questions/display-value-from-url/m-p/3931#M18</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, That's exactly that I want. Thank you . Can I Use an XML as a source of value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 15:10:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/display-value-from-url/m-p/3931#M18</guid>
      <dc:creator>Joseph_IrwinGunasekaran1</dc:creator>
      <dc:date>2018-01-24T15:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: display value from url</title>
      <link>https://community.esri.com/t5/developers-questions/display-value-from-url/m-p/3932#M19</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah you cant get XML Data this example can help you too !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jssamples/data_requestXML.html" title="https://developers.arcgis.com/javascript/3/jssamples/data_requestXML.html"&gt;Access data (XML) | ArcGIS API for JavaScript 3.23&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 15:14:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/display-value-from-url/m-p/3932#M19</guid>
      <dc:creator>Juan_ManuelAngel</dc:creator>
      <dc:date>2018-01-24T15:14:34Z</dc:date>
    </item>
  </channel>
</rss>

