<?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: A widget container in Web AppBuilder Custom Themes Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-themes-questions/a-widget-container/m-p/783947#M20</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a newbie in web app builder.I would like to know where should config(grpConfig.txt) be added in CustomTheme folder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Nov 2016 21:10:23 GMT</pubDate>
    <dc:creator>PriyankaDas1</dc:creator>
    <dc:date>2016-11-22T21:10:23Z</dc:date>
    <item>
      <title>A widget container</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-themes-questions/a-widget-container/m-p/783944#M17</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;i want to create a menu widget controller&amp;nbsp; that will group the widgets in the form of menu as shown here &lt;A href="https://fiddle.jshell.net/ntkhy9q3/13/" style="text-decoration: underline; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;" title="https://fiddle.jshell.net/ntkhy9q3/13/"&gt;Dojo WIdgetContainer - JSFiddle&lt;/A&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;i.e.&amp;nbsp; group will be&amp;nbsp; a popupMenuItem and submenu will be widgets &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;I also need the header widget controller as i want some widget to go into header controller and some into &lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;menu controller how can i differentiate between these to in config introducing an type(header or menu) in widget pool is fine?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 May 2016 19:28:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-themes-questions/a-widget-container/m-p/783944#M17</guid>
      <dc:creator>Haider_Ali</dc:creator>
      <dc:date>2016-05-21T19:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: A widget container</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-themes-questions/a-widget-container/m-p/783945#M18</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;In this case, you might want to try to introduce a new object, let's say, "menuWidgetPool" in your layout config.json file, which is similar to "widgetPool" that contains an array of defined widgets. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in your custom controller widget, for example, the menu controller widget, read the layout config, and grab the custom "menuWidgetPool" object and generate the UI of the controller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I linked a demo theme &lt;A href="https://community.esri.com/docs/DOC-8443"&gt;SidebarTheme.zip&lt;/A&gt; I created for a tutorial, and it has the menu/sidebar controller, which reads from "widgetPool" to populate the UI. You can modify it to make it read from "menuWidgetPool" object instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps a little,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yiwei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 18:29:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-themes-questions/a-widget-container/m-p/783945#M18</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-07-01T18:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: A widget container</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-themes-questions/a-widget-container/m-p/783946#M19</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is what i have created (controller widget) &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/docs/DOC-8491"&gt;CustomTheme.zip&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and its config (&lt;A href="https://community.esri.com/docs/DOC-8492"&gt;grpConfig.txt&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please have a look into it (also suggest how can i move the sidebar with right panel so that the controller widget is always visible)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jul 2016 13:17:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-themes-questions/a-widget-container/m-p/783946#M19</guid>
      <dc:creator>Haider_Ali</dc:creator>
      <dc:date>2016-07-02T13:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: A widget container</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-themes-questions/a-widget-container/m-p/783947#M20</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a newbie in web app builder.I would like to know where should config(grpConfig.txt) be added in CustomTheme folder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 21:10:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-themes-questions/a-widget-container/m-p/783947#M20</guid>
      <dc:creator>PriyankaDas1</dc:creator>
      <dc:date>2016-11-22T21:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: A widget container</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-themes-questions/a-widget-container/m-p/783948#M21</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is just a sample its content to be added in &amp;nbsp;config.json (application one)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Nov 2016 13:15:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-themes-questions/a-widget-container/m-p/783948#M21</guid>
      <dc:creator>Haider_Ali</dc:creator>
      <dc:date>2016-11-26T13:15:53Z</dc:date>
    </item>
  </channel>
</rss>

