<?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: All identify results on 1 page in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/all-identify-results-on-1-page/m-p/188127#M17446</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What i did is basically put all the results from 3 layers within the same infoTemplate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, the popup still gives me 3 pages of navigation, with the first layer result show up on 2 navigation pages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it how popup set up? That it will always displays different layer results on different pages?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jan 2012 21:45:49 GMT</pubDate>
    <dc:creator>JoyC</dc:creator>
    <dc:date>2012-01-17T21:45:49Z</dc:date>
    <item>
      <title>All identify results on 1 page</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/all-identify-results-on-1-page/m-p/188125#M17444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to show the identify results from all layers on one page within the infoWindow popup? Without tabs or navigate to next page?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If yes, how is it done?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 20:59:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/all-identify-results-on-1-page/m-p/188125#M17444</guid>
      <dc:creator>JoyC</dc:creator>
      <dc:date>2012-01-17T20:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: All identify results on 1 page</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/all-identify-results-on-1-page/m-p/188126#M17445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes. The identify task returns results as JSON. It's up to you as to what you do with them. The samples show populating an info window or popup but you could just as easily build a string and put it in a div (or some other element).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 21:25:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/all-identify-results-on-1-page/m-p/188126#M17445</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-01-17T21:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: All identify results on 1 page</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/all-identify-results-on-1-page/m-p/188127#M17446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What i did is basically put all the results from 3 layers within the same infoTemplate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, the popup still gives me 3 pages of navigation, with the first layer result show up on 2 navigation pages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it how popup set up? That it will always displays different layer results on different pages?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 21:45:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/all-identify-results-on-1-page/m-p/188127#M17446</guid>
      <dc:creator>JoyC</dc:creator>
      <dc:date>2012-01-17T21:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: All identify results on 1 page</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/all-identify-results-on-1-page/m-p/188128#M17447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The popup is designed to show info about a single feature at a time. If you'd like to show info for multiple features at once, you can manually build up the info about your features and still using setTitle/setContent. Here's an example based on the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/find_popup.html"&gt;identify sample w/popup sample&lt;/A&gt;&lt;SPAN&gt;:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://jsfiddle.net/swingley/FDz96/"&gt;http://jsfiddle.net/swingley/FDz96/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 23:32:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/all-identify-results-on-1-page/m-p/188128#M17447</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-01-17T23:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: All identify results on 1 page</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/all-identify-results-on-1-page/m-p/188129#M17448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to keep the pop up in tact but make the ability to transfer contents to a datagrid optional?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Keeping all of the functionalities of the pop up in the datagrid, of course.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG&gt;Zoom To&lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG&gt;To Data Grid&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at the bottom of the pop up window&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 19:17:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/all-identify-results-on-1-page/m-p/188129#M17448</guid>
      <dc:creator>DeanSeales</dc:creator>
      <dc:date>2012-01-18T19:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: All identify results on 1 page</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/all-identify-results-on-1-page/m-p/188130#M17449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the great example!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to be able to anchor/embed the popup window into a sidepane?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been looking for an identify example but I have only found ones with a datagrid and tabs (which don't really work for me).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I love the way the popup returns features, how it displays multiple results and allows the users to scroll through those features easily.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a project where the popup is taking up too much of the map and I'd love to just anchor the popup to the sidebar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.dvrpc.org/webmaps/CMP/"&gt;http://www.dvrpc.org/webmaps/CMP/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also is there any good reference/resource that I could use for customizing the popup?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In another project I want to &lt;/SPAN&gt;&lt;STRONG&gt;not&lt;/STRONG&gt;&lt;SPAN&gt; have "Zoom To" and the "Maximize" popup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for all your great insight and examples,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris[ATTACH=CONFIG]12822[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 18:12:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/all-identify-results-on-1-page/m-p/188130#M17449</guid>
      <dc:creator>ChristopherPollard</dc:creator>
      <dc:date>2012-03-19T18:12:07Z</dc:date>
    </item>
  </channel>
</rss>

