<?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 configurations under one application in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-configurations-under-one-application/m-p/849246#M10731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just out of curiosity, how would one make a widget that would allow the user to choose between configurations?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2015 16:36:23 GMT</pubDate>
    <dc:creator>DanielStoelb</dc:creator>
    <dc:date>2015-08-10T16:36:23Z</dc:date>
    <item>
      <title>multiple configurations under one application</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-configurations-under-one-application/m-p/849244#M10729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In flex, I was able to host multiple configurations under the core application by using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;index.html?config=myconfig.xml&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, different layers and tools would be loaded depending which xml was called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way in web appbuilder to do a similar task?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To build an app that depending the url parameter (xml or ?) to attach the appropriate layers and tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 22:56:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-configurations-under-one-application/m-p/849244#M10729</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2015-08-07T22:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: multiple configurations under one application</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-configurations-under-one-application/m-p/849245#M10730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lefteris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Sure it is identical to the way you did it in Flex. It is just a .json instead or .xml&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://yoursite/index.html?config=config2.json" title="http://yoursite/index.html?config=config2.json"&gt;http://yoursite/index.html?config=config2.json&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 23:26:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-configurations-under-one-application/m-p/849245#M10730</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-07T23:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: multiple configurations under one application</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-configurations-under-one-application/m-p/849246#M10731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just out of curiosity, how would one make a widget that would allow the user to choose between configurations?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 16:36:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-configurations-under-one-application/m-p/849246#M10731</guid>
      <dc:creator>DanielStoelb</dc:creator>
      <dc:date>2015-08-10T16:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: multiple configurations under one application</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-configurations-under-one-application/m-p/849247#M10732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, just to verify of what I am thinking. &lt;/P&gt;&lt;P&gt;It will not work exactly how it was working with Flex. It takes an extra step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the Local Layer widget where you define your own services along with the definition expressions, then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- will be multiple "config_Local Layer Widget.json" files for every group of layers and definition expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- for every config.json file (config2.json, config3.json....) it will point to the appropriate (config_Local Layer Widget2.json, config_Local Layer Widget3.json,...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a word, since all widgets will be the same for every config, all config.json files will be identical, except the line that calls the configuration file for the Local Layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please verify.&amp;nbsp; Thank you for all your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 17:07:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-configurations-under-one-application/m-p/849247#M10732</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2015-10-06T17:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: multiple configurations under one application</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-configurations-under-one-application/m-p/849248#M10733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Leferis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is how I've used it for my application.&amp;nbsp; The only difference between the config files is the config_Local Layer widget name/location.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 17:14:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-configurations-under-one-application/m-p/849248#M10733</guid>
      <dc:creator>DanielStoelb</dc:creator>
      <dc:date>2015-10-06T17:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: multiple configurations under one application</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-configurations-under-one-application/m-p/849249#M10734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also - as a side note, I've used a modification of the About widget and pre-coded in the href's for these configurations so as to have an "event switcher" functionality.&amp;nbsp; Each of these links have a specific url that they point to, following the rule of "config=configx.json".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 17:20:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-configurations-under-one-application/m-p/849249#M10734</guid>
      <dc:creator>DanielStoelb</dc:creator>
      <dc:date>2015-10-06T17:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: multiple configurations under one application</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-configurations-under-one-application/m-p/849250#M10735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bingo. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 17:21:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-configurations-under-one-application/m-p/849250#M10735</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2015-10-06T17:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: multiple configurations under one application</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-configurations-under-one-application/m-p/849251#M10736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used a different approach. I created a combo box in the header widget then the users can switch to the different configs. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 17:24:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-configurations-under-one-application/m-p/849251#M10736</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2015-10-06T17:24:06Z</dc:date>
    </item>
  </channel>
</rss>

