<?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: Onscreen widgets - keep it open in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/onscreen-widgets-keep-it-open/m-p/681994#M18005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert. That worked like a charm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also is this the correct forum to put questions like this for customization? The recent activity thread makes me feel nothing much is happening&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Mar 2017 01:09:13 GMT</pubDate>
    <dc:creator>GisGKAuckland</dc:creator>
    <dc:date>2017-03-01T01:09:13Z</dc:date>
    <item>
      <title>Onscreen widgets - keep it open</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/onscreen-widgets-keep-it-open/m-p/681988#M17999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am new to WAB customization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I click the onscreen widget, only one remains open. I would one of them to remain open all the time. Any idea how it can be done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 02:19:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/onscreen-widgets-keep-it-open/m-p/681988#M17999</guid>
      <dc:creator>GisGKAuckland</dc:creator>
      <dc:date>2017-02-17T02:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Onscreen widgets - keep it open</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/onscreen-widgets-keep-it-open/m-p/681989#M18000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;If you use the launchpad theme or box theme then you can have multiple widgets open at once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 02:47:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/onscreen-widgets-keep-it-open/m-p/681989#M18000</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-02-17T02:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Onscreen widgets - keep it open</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/onscreen-widgets-keep-it-open/m-p/681990#M18001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Launchpad theme is the one currently used and from current indications people are not flexible to move to another theme.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree if the widget is put in the Box controller or the widget pool (as referred in the config), they remain open. This widget remain outside the Box Controller . These widgets behave like the minimize, maximize &amp;amp; home button in the left top.&lt;/P&gt;&lt;P&gt;One can put a basemap or About widget outside Box Controller and check the behavior. Only one is allowed open at one time. I can share a video if I am still not clear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 21:44:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/onscreen-widgets-keep-it-open/m-p/681990#M18001</guid>
      <dc:creator>GisGKAuckland</dc:creator>
      <dc:date>2017-02-22T21:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Onscreen widgets - keep it open</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/onscreen-widgets-keep-it-open/m-p/681991#M18002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using the launchpad theme if you add widgets to the AnchorBar controller instead of the on screen widget place holders then you can have as many open as you wish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short of using those two themes than you would have to modify the OnScreenWidgetIcon.js to comment out the code that closes all other open on screen widget:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; switchToOpen&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;state &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'opened'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;// this.panelManager.closeAllPanelsInGroup(this.widgetConfig.gid);&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;// array.forEach(this.widgetManager.getOnScreenOffPanelWidgets(), function(widget){&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;//&amp;nbsp;&amp;nbsp; if(widget.closeable){&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.widgetManager.closeWidget(widget);&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;//&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;// }, this);‍‍‍‍‍‍‍‍‍&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:42:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/onscreen-widgets-keep-it-open/m-p/681991#M18002</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T04:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Onscreen widgets - keep it open</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/onscreen-widgets-keep-it-open/m-p/681992#M18003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guess this is what I was after&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 22:02:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/onscreen-widgets-keep-it-open/m-p/681992#M18003</guid>
      <dc:creator>GisGKAuckland</dc:creator>
      <dc:date>2017-02-22T22:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Onscreen widgets - keep it open</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/onscreen-widgets-keep-it-open/m-p/681993#M18004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to mark this question as answered by clicking on the "Correct Answer" link on the reply that answered your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 22:11:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/onscreen-widgets-keep-it-open/m-p/681993#M18004</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-02-22T22:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Onscreen widgets - keep it open</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/onscreen-widgets-keep-it-open/m-p/681994#M18005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert. That worked like a charm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also is this the correct forum to put questions like this for customization? The recent activity thread makes me feel nothing much is happening&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 01:09:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/onscreen-widgets-keep-it-open/m-p/681994#M18005</guid>
      <dc:creator>GisGKAuckland</dc:creator>
      <dc:date>2017-03-01T01:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Onscreen widgets - keep it open</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/onscreen-widgets-keep-it-open/m-p/681995#M18006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This space is fine and&amp;nbsp;the&amp;nbsp;&lt;A _jive_internal="true" class="link-titled" href="https://community.esri.com/groups/web-app-builder-custom-widgets/content" title="https://community.esri.com/groups/web-app-builder-custom-widgets/content"&gt;Web AppBuilder Custom Widgets&lt;/A&gt;&amp;nbsp;space for custom widget development questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 01:27:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/onscreen-widgets-keep-it-open/m-p/681995#M18006</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-03-01T01:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Onscreen widgets - keep it open</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/onscreen-widgets-keep-it-open/m-p/681996#M18007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/256705"&gt;GisGK Auckland&lt;/A&gt;‌ is it possible to make the widget unable to be minimized or closed? we have a piece of text that we want onscreen no matter what. is that possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2019 17:53:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/onscreen-widgets-keep-it-open/m-p/681996#M18007</guid>
      <dc:creator>MichaelDeliberato</dc:creator>
      <dc:date>2019-10-22T17:53:01Z</dc:date>
    </item>
  </channel>
</rss>

