<?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: Developer WAB - More than three custom widgets per app? in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/developer-wab-more-than-three-custom-widgets-per/m-p/781385#M2668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, you can add as many onScreen Widgets as you want to the map itself (not just 3 or 5 as stated)... just modify the Server\\apps\##\config.json...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a widgetOnScreen portion... here you can simply keep adding more on screen widgets (does not have to be in the controller.&lt;/P&gt;&lt;P&gt;Add the new widget to the widget pool, if it is not already there...&lt;/P&gt;&lt;P&gt;add the widget to mobileLayout if desired.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"widgetOnScreen": {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "widgets": [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt; "position": {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "left": 55,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "top": 45,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "relativeTo": "map"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt; },&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt; "placeholderIndex": 1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt; "id": "_38",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt; "name": "Share",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt; "label": "Share",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt; "version": "1.1.2",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt; "uri": "widgets/Share/Widget",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt; "config": "configs/Share/config_Share.json"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just give it a position a new ID and name, point to the URI and config of the widget... you can add as many as you want!&lt;/P&gt;&lt;P&gt;See next posting for example &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Dec 2015 15:41:25 GMT</pubDate>
    <dc:creator>MichaelRobb</dc:creator>
    <dc:date>2015-12-14T15:41:25Z</dc:date>
    <item>
      <title>Developer WAB - More than three custom widgets per app?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/developer-wab-more-than-three-custom-widgets-per/m-p/781382#M2665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Is it possible to add more than three custom widgets to an app at a time? With flex we have the legend, search, layer list, draw, bookmarks, and print. I don't see an option to add more than three widgets at a time.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 21:24:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/developer-wab-more-than-three-custom-widgets-per/m-p/781382#M2665</guid>
      <dc:creator>deleted-user-dbQhBq-o3nyM</dc:creator>
      <dc:date>2015-12-09T21:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Developer WAB - More than three custom widgets per app?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/developer-wab-more-than-three-custom-widgets-per/m-p/781383#M2666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jordan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Depending on the version of WAB you are running and the theme you have chosen there are 3 to 5 onScreen widget placeholders and then themes like the foldable theme have more spots for widgets in the Header Controller widget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="example.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/154050_example.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 21:31:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/developer-wab-more-than-three-custom-widgets-per/m-p/781383#M2666</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-09T21:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Developer WAB - More than three custom widgets per app?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/developer-wab-more-than-three-custom-widgets-per/m-p/781384#M2667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I didn't even see the option to put them in the header. That makes a huge difference. Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 21:34:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/developer-wab-more-than-three-custom-widgets-per/m-p/781384#M2667</guid>
      <dc:creator>deleted-user-dbQhBq-o3nyM</dc:creator>
      <dc:date>2015-12-09T21:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Developer WAB - More than three custom widgets per app?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/developer-wab-more-than-three-custom-widgets-per/m-p/781385#M2668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, you can add as many onScreen Widgets as you want to the map itself (not just 3 or 5 as stated)... just modify the Server\\apps\##\config.json...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a widgetOnScreen portion... here you can simply keep adding more on screen widgets (does not have to be in the controller.&lt;/P&gt;&lt;P&gt;Add the new widget to the widget pool, if it is not already there...&lt;/P&gt;&lt;P&gt;add the widget to mobileLayout if desired.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"widgetOnScreen": {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "widgets": [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt; "position": {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "left": 55,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "top": 45,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "relativeTo": "map"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt; },&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt; "placeholderIndex": 1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt; "id": "_38",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt; "name": "Share",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt; "label": "Share",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt; "version": "1.1.2",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt; "uri": "widgets/Share/Widget",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt; "config": "configs/Share/config_Share.json"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; background: yellow;"&gt; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just give it a position a new ID and name, point to the URI and config of the widget... you can add as many as you want!&lt;/P&gt;&lt;P&gt;See next posting for example &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 15:41:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/developer-wab-more-than-three-custom-widgets-per/m-p/781385#M2668</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2015-12-14T15:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Developer WAB - More than three custom widgets per app?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/developer-wab-more-than-three-custom-widgets-per/m-p/781386#M2669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="6.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/156168_6.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 20:13:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/developer-wab-more-than-three-custom-widgets-per/m-p/781386#M2669</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2015-12-14T20:13:46Z</dc:date>
    </item>
  </channel>
</rss>

