<?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: Multiple attributes in one Popout window in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-attributes-in-one-popout-window/m-p/703356#M65450</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;+1 to Ken for both a solid answer and using dgrid in a popup.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jan 2014 20:45:23 GMT</pubDate>
    <dc:creator>JonathanUihlein</dc:creator>
    <dc:date>2014-01-09T20:45:23Z</dc:date>
    <item>
      <title>Multiple attributes in one Popout window</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-attributes-in-one-popout-window/m-p/703352#M65446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The attached file shows the popout window (identify)in Flex API. I wonder if someone knows how to make a similar popout window in Javascript API. The popout window displays the information according to the layers you want. For example, I can click the "Earthquakes &amp;gt; 1M", and information about this specific layer is displayed.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hank&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 15:58:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-attributes-in-one-popout-window/m-p/703352#M65446</guid>
      <dc:creator>Chang-HengYang</dc:creator>
      <dc:date>2014-01-09T15:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple attributes in one Popout window</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-attributes-in-one-popout-window/m-p/703353#M65447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can set the content of an infoWindow to be just about anything you want. I don't know of any specific popup that would have the capability of what you're looking for, but you can be quite creative. It's just a matter of coding it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You've probably seen the samples of &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/#popups_and_info_windows"&gt;Popup and InfoWindows&lt;/A&gt;&lt;SPAN&gt; that show several different ways of formatting it. Here's an &lt;/SPAN&gt;&lt;A href="http://maps.coastalscience.noaa.gov/biogeography/dataviewer/dataviewer.html?id=WA_MSP"&gt;example&lt;/A&gt;&lt;SPAN&gt; where I use a dGrid to show the results of an IdentifyTask for multiple layers in a dynamic layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 17:01:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-attributes-in-one-popout-window/m-p/703353#M65447</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-01-09T17:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple attributes in one Popout window</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-attributes-in-one-popout-window/m-p/703354#M65448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ken,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the reply. Your popout window format is what I want. I will study your script. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hank&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 19:12:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-attributes-in-one-popout-window/m-p/703354#M65448</guid>
      <dc:creator>Chang-HengYang</dc:creator>
      <dc:date>2014-01-09T19:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple attributes in one Popout window</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-attributes-in-one-popout-window/m-p/703355#M65449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm glad to help. Please remember to click the check mark if this answered your question. This helps others searching for a similar answer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 19:17:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-attributes-in-one-popout-window/m-p/703355#M65449</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-01-09T19:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple attributes in one Popout window</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-attributes-in-one-popout-window/m-p/703356#M65450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;+1 to Ken for both a solid answer and using dgrid in a popup.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 20:45:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-attributes-in-one-popout-window/m-p/703356#M65450</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2014-01-09T20:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple attributes in one Popout window</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-attributes-in-one-popout-window/m-p/703357#M65451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ken,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would also be interested in view the script to display Multiple attributes in one Popout window.&amp;nbsp; Where can I view the script?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jerry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 16:09:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-attributes-in-one-popout-window/m-p/703357#M65451</guid>
      <dc:creator>JerryHughes</dc:creator>
      <dc:date>2014-01-14T16:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple attributes in one Popout window</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-attributes-in-one-popout-window/m-p/703358#M65452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you right click on the page, you can see the code using View Source (IE) or View Page Source (Chrome and Firefox).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 16:26:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multiple-attributes-in-one-popout-window/m-p/703358#M65452</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-01-14T16:26:41Z</dc:date>
    </item>
  </channel>
</rss>

