<?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: JSAPI 4.0 PopupTemplate Multiple Feature Display in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-0-popuptemplate-multiple-feature-display/m-p/18203#M1691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The open method is apart of the Popup widget. (view.popup). The features and location can be set on the constructor of the popup as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Aug 2016 23:01:56 GMT</pubDate>
    <dc:creator>MattDriscoll</dc:creator>
    <dc:date>2016-08-10T23:01:56Z</dc:date>
    <item>
      <title>JSAPI 4.0 PopupTemplate Multiple Feature Display</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-0-popuptemplate-multiple-feature-display/m-p/18199#M1687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, this is related to a previous post&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/179909"&gt;PopupTemplate not showing multiple features&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have just discovered that when I added an ImageryLayer to my view through the basemap toggle and activate it, then click on my feature layer, paging tools become active on the popup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/214522_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;paging tools are not active when the topo basemap is active, similar to the post above.&amp;nbsp; I haven't specifically defined the Popup widget.&amp;nbsp; Clearly the popupTemplate can display paging info, is there a way to define paging info yet?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 20:40:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-0-popuptemplate-multiple-feature-display/m-p/18199#M1687</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2016-08-04T20:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI 4.0 PopupTemplate Multiple Feature Display</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-0-popuptemplate-multiple-feature-display/m-p/18200#M1688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, does anyone have any insight on this?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 15:34:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-0-popuptemplate-multiple-feature-display/m-p/18200#M1688</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2016-08-09T15:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI 4.0 PopupTemplate Multiple Feature Display</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-0-popuptemplate-multiple-feature-display/m-p/18201#M1689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible for the Popup to page multiple features. The only thing is the view doesn't handle it automatically just yet. We still have some work to do there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, you can do this if you have the features that you would like to show:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Popup.open({&lt;/P&gt;&lt;P&gt; features: [],&lt;/P&gt;&lt;P&gt; location: Point()&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it will show multiple features that location. Each feature can have a PopupTemplate that defines how it is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 17:03:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-0-popuptemplate-multiple-feature-display/m-p/18201#M1689</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2016-08-10T17:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI 4.0 PopupTemplate Multiple Feature Display</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-0-popuptemplate-multiple-feature-display/m-p/18202#M1690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Matt.&amp;nbsp; Are you adding the popup.open method as part of each feature layers's properties?&amp;nbsp; Can it be set in the constructor?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 18:15:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-0-popuptemplate-multiple-feature-display/m-p/18202#M1690</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2016-08-10T18:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI 4.0 PopupTemplate Multiple Feature Display</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-0-popuptemplate-multiple-feature-display/m-p/18203#M1691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The open method is apart of the Popup widget. (view.popup). The features and location can be set on the constructor of the popup as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 23:01:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-0-popuptemplate-multiple-feature-display/m-p/18203#M1691</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2016-08-10T23:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI 4.0 PopupTemplate Multiple Feature Display</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-0-popuptemplate-multiple-feature-display/m-p/18204#M1692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great thanks Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 16:32:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-0-popuptemplate-multiple-feature-display/m-p/18204#M1692</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2016-08-11T16:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI 4.0 PopupTemplate Multiple Feature Display</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-0-popuptemplate-multiple-feature-display/m-p/18205#M1693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting aside - in adopting CalciteMaps 4.0 I am noticing that scene views do seem to handle multiple features . ..&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 17:49:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-4-0-popuptemplate-multiple-feature-display/m-p/18205#M1693</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2016-08-16T17:49:41Z</dc:date>
    </item>
  </channel>
</rss>

