<?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 results from a query in a text box in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-results-from-a-query-in-a-text-box/m-p/1250793#M80031</link>
    <description>&lt;P&gt;Thank you ,it works like a charm!&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jan 2023 14:30:47 GMT</pubDate>
    <dc:creator>KARIMLABIDI</dc:creator>
    <dc:date>2023-01-24T14:30:47Z</dc:date>
    <item>
      <title>Display results from a query in a text box</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-results-from-a-query-in-a-text-box/m-p/1250718#M80018</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I looking for displaying results from a query to a new box in my map. The user could see the box and could expand it if he wants.&lt;/P&gt;&lt;P&gt;All I find on internet is how to make a query and display the results on the map. I just want to get some attributes and display it. I don't want graphics.&lt;/P&gt;&lt;P&gt;I found this post&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/42062363/display-attribute-value-from-arcgis-layer-to-html-textbox" target="_blank"&gt;https://stackoverflow.com/questions/42062363/display-attribute-value-from-arcgis-layer-to-html-textbox&lt;/A&gt;&amp;nbsp;but it was in 2017!&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 11:30:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-results-from-a-query-in-a-text-box/m-p/1250718#M80018</guid>
      <dc:creator>KARIMLABIDI</dc:creator>
      <dc:date>2023-01-24T11:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Display results from a query in a text box</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-results-from-a-query-in-a-text-box/m-p/1250745#M80021</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The example you are referring to on stackoverflow has been created with the legacy &lt;A href="https://developers.arcgis.com/javascript/3/" target="_blank"&gt;ArcGIS API for JavaScript 3.x&lt;/A&gt;. I can imagine that you would prefer to use the (new) &lt;A href="https://developers.arcgis.com/javascript/latest/" target="_blank"&gt;ArcGIS Maps SDK for JavaScript 4.x&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Can you please explain us a little more what it is that you want to accomplish?&lt;/P&gt;&lt;P&gt;Are you not just looking for a &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html" target="_blank"&gt;Popup&lt;/A&gt;?&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;The Popup widget allows users to view content from feature attributes.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;There are several samples available on how to use a Popup, e.g. &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/popup-customcontent/" target="_blank"&gt;Custom popup content.&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;HTH,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Egge-Jan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 12:54:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-results-from-a-query-in-a-text-box/m-p/1250745#M80021</guid>
      <dc:creator>Egge-Jan_Pollé</dc:creator>
      <dc:date>2023-01-24T12:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Display results from a query in a text box</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-results-from-a-query-in-a-text-box/m-p/1250757#M80024</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/136432"&gt;@KARIMLABIDI&lt;/a&gt;&amp;nbsp;, If popups don't fit your use case you can always execute the query and then add the results to your HTML markup.&amp;nbsp; You can see a very simple example of doing that here:&amp;nbsp;&lt;A href="https://codepen.io/sagewall/pen/OJwvWMb" target="_blank"&gt;https://codepen.io/sagewall/pen/OJwvWMb&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 13:22:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-results-from-a-query-in-a-text-box/m-p/1250757#M80024</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2023-01-24T13:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Display results from a query in a text box</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-results-from-a-query-in-a-text-box/m-p/1250760#M80025</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/507049"&gt;@Sage_Wall&lt;/a&gt;&amp;nbsp;, it's like that! I will take some time to test and I tell you if it 's ok&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 13:25:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-results-from-a-query-in-a-text-box/m-p/1250760#M80025</guid>
      <dc:creator>KARIMLABIDI</dc:creator>
      <dc:date>2023-01-24T13:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Display results from a query in a text box</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-results-from-a-query-in-a-text-box/m-p/1250761#M80026</link>
      <description>&lt;P&gt;I would like to do something like that&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=popup-editaction" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=popup-editaction&lt;/A&gt;&amp;nbsp;with the results in the expand block.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 13:26:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-results-from-a-query-in-a-text-box/m-p/1250761#M80026</guid>
      <dc:creator>KARIMLABIDI</dc:creator>
      <dc:date>2023-01-24T13:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Display results from a query in a text box</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-results-from-a-query-in-a-text-box/m-p/1250768#M80027</link>
      <description>&lt;P&gt;Just updated that codepen by adding an expand widget :D.&amp;nbsp; Hope it helps&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/sagewall/pen/OJwvWMb" target="_blank"&gt;https://codepen.io/sagewall/pen/OJwvWMb&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 13:44:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-results-from-a-query-in-a-text-box/m-p/1250768#M80027</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2023-01-24T13:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Display results from a query in a text box</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-results-from-a-query-in-a-text-box/m-p/1250793#M80031</link>
      <description>&lt;P&gt;Thank you ,it works like a charm!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 14:30:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-results-from-a-query-in-a-text-box/m-p/1250793#M80031</guid>
      <dc:creator>KARIMLABIDI</dc:creator>
      <dc:date>2023-01-24T14:30:47Z</dc:date>
    </item>
  </channel>
</rss>

