<?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: add &amp;quot;dijit.form.ComboBox&amp;quot;? to map-series template in Classic Esri Story Maps Questions</title>
    <link>https://community.esri.com/t5/classic-esri-story-maps-questions/add-quot-dijit-form-combobox-quot-to-map-series/m-p/247261#M2707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should not be too hard to port that enhancement to Map Series. The most simple for you would be to add the code to index.html. We have a full guide on GitHub &lt;A href="https://github.com/Esri/map-series-storytelling-template-js/#developer-guide" title="https://github.com/Esri/map-series-storytelling-template-js/#developer-guide"&gt;Esri/map-series-storytelling-template-js · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will want to download the user version of the application, edit index.html at this line &lt;A href="https://github.com/Esri/map-series-storytelling-template-js/blob/master/src/index.html#L268" title="https://github.com/Esri/map-series-storytelling-template-js/blob/master/src/index.html#L268"&gt;map-series-storytelling-template-js/index.html at master · Esri/map-series-storytelling-template-js · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will need to require the combox that way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;require(["dijit/form/ComboBox"], function(ComboBox){&lt;/P&gt;&lt;P&gt;// Place your code here&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Aug 2015 17:58:49 GMT</pubDate>
    <dc:creator>GregoryL_Azou</dc:creator>
    <dc:date>2015-08-31T17:58:49Z</dc:date>
    <item>
      <title>add "dijit.form.ComboBox"? to map-series template</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/add-quot-dijit-form-combobox-quot-to-map-series/m-p/247260#M2706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We integrated a search function into a story map based on the "old" side-accordion template: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http://speck.conabio.gob.mx/cruzada/COL/2.PoblacionIndigena/index.html" rel="nofollow" target="_blank"&gt;http://speck.conabio.gob.mx/cruzada/COL/2.PoblacionIndigena/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As we plan to update our map to the recently published version of the side-accordion, i.e. the &lt;STRONG&gt;map-series template&lt;/STRONG&gt;, we wonder where to integrate the code of our search function. It is part of the core.js in the "old" side-accordion template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concretely my question would be, how to integrate a "&lt;STRONG&gt;dijit.form.ComboBox&lt;/STRONG&gt;"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &amp;amp; best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 22:23:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/add-quot-dijit-form-combobox-quot-to-map-series/m-p/247260#M2706</guid>
      <dc:creator>CONABIONC_for_Knowledge_and_Us</dc:creator>
      <dc:date>2015-08-25T22:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: add "dijit.form.ComboBox"? to map-series template</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/add-quot-dijit-form-combobox-quot-to-map-series/m-p/247261#M2707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should not be too hard to port that enhancement to Map Series. The most simple for you would be to add the code to index.html. We have a full guide on GitHub &lt;A href="https://github.com/Esri/map-series-storytelling-template-js/#developer-guide" title="https://github.com/Esri/map-series-storytelling-template-js/#developer-guide"&gt;Esri/map-series-storytelling-template-js · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will want to download the user version of the application, edit index.html at this line &lt;A href="https://github.com/Esri/map-series-storytelling-template-js/blob/master/src/index.html#L268" title="https://github.com/Esri/map-series-storytelling-template-js/blob/master/src/index.html#L268"&gt;map-series-storytelling-template-js/index.html at master · Esri/map-series-storytelling-template-js · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will need to require the combox that way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;require(["dijit/form/ComboBox"], function(ComboBox){&lt;/P&gt;&lt;P&gt;// Place your code here&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 17:58:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/add-quot-dijit-form-combobox-quot-to-map-series/m-p/247261#M2707</guid>
      <dc:creator>GregoryL_Azou</dc:creator>
      <dc:date>2015-08-31T17:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: add "dijit.form.ComboBox"? to map-series template</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/add-quot-dijit-form-combobox-quot-to-map-series/m-p/247262#M2708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Gregory - we 'll give it a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 20:12:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/add-quot-dijit-form-combobox-quot-to-map-series/m-p/247262#M2708</guid>
      <dc:creator>CONABIONC_for_Knowledge_and_Us</dc:creator>
      <dc:date>2015-08-31T20:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: add "dijit.form.ComboBox"? to map-series template</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/add-quot-dijit-form-combobox-quot-to-map-series/m-p/247263#M2709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gregory, we successfully integretated a ComboBox into the interface. However, we aren´t sure how to read/access the ID of each map displayed, since the "new" template uses one web-app ID instead of several web-map IDs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 22:59:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/add-quot-dijit-form-combobox-quot-to-map-series/m-p/247263#M2709</guid>
      <dc:creator>CONABIONC_for_Knowledge_and_Us</dc:creator>
      <dc:date>2015-09-08T22:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: add "dijit.form.ComboBox"? to map-series template</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/add-quot-dijit-form-combobox-quot-to-map-series/m-p/247264#M2710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;Glad to hear! The map ids are printed in the developer console when the map is loaded. You can also call app.data.getWebmaps() and it will return an array with all the webmap ids used in the story.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 23:28:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/add-quot-dijit-form-combobox-quot-to-map-series/m-p/247264#M2710</guid>
      <dc:creator>GregoryL_Azou</dc:creator>
      <dc:date>2015-09-08T23:28:19Z</dc:date>
    </item>
  </channel>
</rss>

