<?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 changing info in pop-up in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/changing-info-in-pop-up/m-p/1350687#M82804</link>
    <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;is it possible to change the info in the pop-up? It would be nice if there is a little more info and not the same title. So it's easier to know which one to select.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/86317iC816AEC67A30D235/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;</description>
    <pubDate>Fri, 17 Nov 2023 09:39:18 GMT</pubDate>
    <dc:creator>JLM</dc:creator>
    <dc:date>2023-11-17T09:39:18Z</dc:date>
    <item>
      <title>changing info in pop-up</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/changing-info-in-pop-up/m-p/1350687#M82804</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;is it possible to change the info in the pop-up? It would be nice if there is a little more info and not the same title. So it's easier to know which one to select.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/86317iC816AEC67A30D235/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 09:39:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/changing-info-in-pop-up/m-p/1350687#M82804</guid>
      <dc:creator>JLM</dc:creator>
      <dc:date>2023-11-17T09:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: changing info in pop-up</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/changing-info-in-pop-up/m-p/1350778#M82806</link>
      <description>&lt;P&gt;Yes, you can add additional information to the title property of the template. For example&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const template = {
  title: "Earthquake Info for {place}",
  content: "Magnitude {mag} {type} hit {place} on {time}",
  fieldInfos: [
    {
      fieldName: "time",
      format: {
        dateFormat: "short-date-short-time"
      }
    }
  ]
};&lt;/LI-CODE&gt;&lt;P&gt;will give you this result&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="template.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/86348iBDCA35FAA802E261/image-size/medium?v=v2&amp;amp;px=400" role="button" title="template.png" alt="template.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 14:28:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/changing-info-in-pop-up/m-p/1350778#M82806</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2023-11-17T14:28:26Z</dc:date>
    </item>
  </channel>
</rss>

