<?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: How to open two widgets at the same time in Jewelry Box theme? in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845315#M10253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;Is it possible we can open more than two in panel widgets in &lt;STRONG&gt;Jewelry Box theme&lt;/STRONG&gt; and also we can add mouse drag option some thing like in &lt;STRONG&gt;Launch Pad theme&lt;/STRONG&gt;. Always, appreciate your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Apr 2018 22:59:58 GMT</pubDate>
    <dc:creator>James_001</dc:creator>
    <dc:date>2018-04-06T22:59:58Z</dc:date>
    <item>
      <title>How to open two widgets at the same time in Jewelry Box theme?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845309#M10247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know in Launch Pad theme, you can open more than one widgets and let them all display on the screen. Is that possible to adjust anything in Jewelry Box theme, so that two widgets can also open and coexist on the screen? Currently once you open one widget, it will close the other open widget on the screen. Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 04:28:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845309#M10247</guid>
      <dc:creator>LeiZhou1</dc:creator>
      <dc:date>2016-04-03T04:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to open two widgets at the same time in Jewelry Box theme?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845310#M10248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you are talking about the on screen widgets then you open the [install dir]\server\apps\[app#]\jimu.js\OnScreenWidgetIcon.js file and edit the switchToOpen function like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;switchToOpen: function(){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.state = 'opened';

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // this.panelManager.closeAllPanelsInGroup(this.widgetConfig.gid);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // array.forEach(this.widgetManager.getOnScreenOffPanelWidgets(), function(widget){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp;&amp;nbsp; if(widget.closeable){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.widgetManager.closeWidget(widget);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // }, this);

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; html.addClass(this.domNode, 'jimu-state-selected');&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:21:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845310#M10248</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T10:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to open two widgets at the same time in Jewelry Box theme?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845311#M10249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;In launchpad theme it is not working? I did the exact same thing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 17:38:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845311#M10249</guid>
      <dc:creator>James_001</dc:creator>
      <dc:date>2017-10-03T17:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to open two widgets at the same time in Jewelry Box theme?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845312#M10250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ifran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; in the launchpad theme there is no problem opening more than one widget so there is no need for this code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 18:18:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845312#M10250</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-10-03T18:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to open two widgets at the same time in Jewelry Box theme?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845313#M10251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;How can I do in launchpad theme? I did try from widget&amp;nbsp; menu you can select only one at a time, please help me! I want to open more than one widget, let suppose 3 widget on the screen when my app open how can I?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/377795_pastedImage_2.png" style="width: 398px; height: 229px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 14:51:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845313#M10251</guid>
      <dc:creator>James_001</dc:creator>
      <dc:date>2017-10-10T14:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to open two widgets at the same time in Jewelry Box theme?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845314#M10252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ifran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;OK opening two widgets at startup is a bit different then just being able to open two widget at runtime (which is what this thread is about). So opening two widget at startup is not supported currently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 14:54:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845314#M10252</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-10-10T14:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to open two widgets at the same time in Jewelry Box theme?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845315#M10253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;Is it possible we can open more than two in panel widgets in &lt;STRONG&gt;Jewelry Box theme&lt;/STRONG&gt; and also we can add mouse drag option some thing like in &lt;STRONG&gt;Launch Pad theme&lt;/STRONG&gt;. Always, appreciate your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 22:59:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845315#M10253</guid>
      <dc:creator>James_001</dc:creator>
      <dc:date>2018-04-06T22:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to open two widgets at the same time in Jewelry Box theme?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845316#M10254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Irfan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you want more than one widget in the jewelry box drawer then you have to manually edit the apps main config.json and set the maxWidgets to 2 and then manually add another widget to the widgets array. As far as dragging, that would take a lot of work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 20:19:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845316#M10254</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-04-09T20:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to open two widgets at the same time in Jewelry Box theme?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845317#M10255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;I added the maxWidget&amp;nbsp; 2, now i can see a + sign came after that from where I can add any widget&amp;nbsp; form widgets array.&amp;nbsp; Also,after adding 2nd widget it changes the widgets to Group 0. Somehow, when I open the jewelry box drawer it shows only 1 widget not the 2nd widget?&lt;/P&gt;&lt;P&gt;Is this right you are talking about the left click mouse press drag option when we press the mouse button we can drag and adjust the position of widget on screen?&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 15:09:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845317#M10255</guid>
      <dc:creator>James_001</dc:creator>
      <dc:date>2018-04-10T15:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to open two widgets at the same time in Jewelry Box theme?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845318#M10256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Irfan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;See this thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/206659-group-widgets-in-folder-in-ldockable-panel"&gt;https://community.esri.com/thread/206659-group-widgets-in-folder-in-ldockable-panel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 15:17:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845318#M10256</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-04-10T15:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to open two widgets at the same time in Jewelry Box theme?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845319#M10257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert,&amp;nbsp;&lt;/P&gt;&lt;P&gt;My apology i did not see this thread before. I got the answer.&lt;/P&gt;&lt;P&gt;I really appreciate it!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 15:48:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-open-two-widgets-at-the-same-time-in/m-p/845319#M10257</guid>
      <dc:creator>James_001</dc:creator>
      <dc:date>2018-04-10T15:48:00Z</dc:date>
    </item>
  </channel>
</rss>

