<?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: Drop Down Menu Zoom in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/drop-down-menu-zoom/m-p/325072#M29952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You mean something like this?&amp;nbsp; &lt;A href="http://maps.eastdevon.gov.uk/mapping/general/"&gt;http://maps.eastdevon.gov.uk/mapping/general/&lt;/A&gt;&amp;nbsp; (soon to be&amp;nbsp; upgraded, which is why it isn't perfect)&lt;BR /&gt;&lt;BR /&gt;I adapted something I found here, but can't seem to find now - the old link was &lt;A href="http://resources.esri.com/arcgisserver/apis/javascript/arcgis/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16323"&gt;http://resources.esri.com/arcgisserver/apis/javascript/arcgis/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16323&lt;/A&gt; - but that doesn't seem to work.&amp;nbsp; You need a JSON file of the extents - I found setting that up the hardest.&lt;BR /&gt;&lt;BR /&gt;ACM&lt;BR /&gt;&lt;BR /&gt;Edit found new link &lt;A href="http://arcscripts.esri.com/details.asp?dbid=16323"&gt;http://arcscripts.esri.com/details.asp?dbid=16323&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you only talk about use the drop down box instead of the datagrid to store the records and displayed a record on the map once the user select the record in the drop down, then use dojo.byId(yourdropdownid).value in where clause of your query. If you talk about update a dropdwon box, then see my previous answer and attached sample.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2012 17:28:31 GMT</pubDate>
    <dc:creator>HemingZhu</dc:creator>
    <dc:date>2012-06-18T17:28:31Z</dc:date>
    <item>
      <title>Drop Down Menu Zoom</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/drop-down-menu-zoom/m-p/325069#M29949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I do some basic Javascript Webmaps and I want to recreate this sample;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/demos/fl/fl_zoomgrid.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/demos/fl/fl_zoomgrid.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, instead of the data grid, i want to use a drop down menu. it seems pretty simple but i don't know where to start of is there a better example available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thaks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 15:52:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/drop-down-menu-zoom/m-p/325069#M29949</guid>
      <dc:creator>PatrickKielty</dc:creator>
      <dc:date>2012-06-12T15:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down Menu Zoom</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/drop-down-menu-zoom/m-p/325070#M29950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I do some basic Javascript Webmaps and I want to recreate this sample;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/demos/fl/fl_zoomgrid.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/demos/fl/fl_zoomgrid.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;However, instead of the data grid, i want to use a drop down menu. it seems pretty simple but i don't know where to start of is there a better example available.&lt;BR /&gt;&lt;BR /&gt;Thaks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you talking about drop down menu or a drop down box -comboBox? Not sure about drop down menu. For comboBox. it is pretty much the same as you use the datagrid: create a ItemFileReadStore for comboBox' store!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 14:25:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/drop-down-menu-zoom/m-p/325070#M29950</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2012-06-15T14:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down Menu Zoom</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/drop-down-menu-zoom/m-p/325071#M29951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You mean something like this?&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://maps.eastdevon.gov.uk/mapping/general/"&gt;http://maps.eastdevon.gov.uk/mapping/general/&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; (soon to be&amp;nbsp; upgraded, which is why it isn't perfect)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I adapted something I found here, but can't seem to find now - the old link was &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/arcgisserver/apis/javascript/arcgis/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16323"&gt;http://resources.esri.com/arcgisserver/apis/javascript/arcgis/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16323&lt;/A&gt;&lt;SPAN&gt; - but that doesn't seem to work.&amp;nbsp; You need a JSON file of the extents - I found setting that up the hardest.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACM&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit found new link &lt;/SPAN&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=16323"&gt;http://arcscripts.esri.com/details.asp?dbid=16323&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2012 11:42:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/drop-down-menu-zoom/m-p/325071#M29951</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2012-06-17T11:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down Menu Zoom</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/drop-down-menu-zoom/m-p/325072#M29952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You mean something like this?&amp;nbsp; &lt;A href="http://maps.eastdevon.gov.uk/mapping/general/"&gt;http://maps.eastdevon.gov.uk/mapping/general/&lt;/A&gt;&amp;nbsp; (soon to be&amp;nbsp; upgraded, which is why it isn't perfect)&lt;BR /&gt;&lt;BR /&gt;I adapted something I found here, but can't seem to find now - the old link was &lt;A href="http://resources.esri.com/arcgisserver/apis/javascript/arcgis/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16323"&gt;http://resources.esri.com/arcgisserver/apis/javascript/arcgis/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16323&lt;/A&gt; - but that doesn't seem to work.&amp;nbsp; You need a JSON file of the extents - I found setting that up the hardest.&lt;BR /&gt;&lt;BR /&gt;ACM&lt;BR /&gt;&lt;BR /&gt;Edit found new link &lt;A href="http://arcscripts.esri.com/details.asp?dbid=16323"&gt;http://arcscripts.esri.com/details.asp?dbid=16323&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you only talk about use the drop down box instead of the datagrid to store the records and displayed a record on the map once the user select the record in the drop down, then use dojo.byId(yourdropdownid).value in where clause of your query. If you talk about update a dropdwon box, then see my previous answer and attached sample.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 17:28:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/drop-down-menu-zoom/m-p/325072#M29952</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2012-06-18T17:28:31Z</dc:date>
    </item>
  </channel>
</rss>

