<?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: Deploying an inPanel = false Widget in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/deploying-an-inpanel-false-widget/m-p/783369#M2899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Rob.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping there would be a way to add these types of widgets without a UI to the "/widget/" folder and the Web App Builder could just pick it up and I would have a settings file that would allow the user to position it (top left bottom right) manually..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Mar 2015 13:42:54 GMT</pubDate>
    <dc:creator>County_of_SimcoeGIS</dc:creator>
    <dc:date>2015-03-09T13:42:54Z</dc:date>
    <item>
      <title>Deploying an inPanel = false Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/deploying-an-inpanel-false-widget/m-p/783367#M2897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am wondering how to properly deploy a widget that does not sit in a Panel (similar to the Home Button Widget or Locate Widget).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I copied the Home Button widget and renamed a few properties (i.e. Name etc..) and copied it into the "&lt;STRONG&gt;\client\stemapp\widgets&lt;/STRONG&gt;" folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is it does not show up in the Web App "Builder"&amp;nbsp; application (even after restart)&lt;/P&gt;&lt;P&gt;After looking around at the files it seems like these types of widgets may have to be predefined in a themes layout configuration, is that correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway I can create a custom widget, that does not site in a panel and deploy it to the Web App Builder without having to define the widget in the theme?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DOCS:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/web-appbuilder/guide/deploy-your-widget.htm" title="https://developers.arcgis.com/web-appbuilder/guide/deploy-your-widget.htm"&gt;Deploy your widget—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 20:30:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/deploying-an-inpanel-false-widget/m-p/783367#M2897</guid>
      <dc:creator>County_of_SimcoeGIS</dc:creator>
      <dc:date>2015-03-06T20:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying an inPanel = false Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/deploying-an-inpanel-false-widget/m-p/783368#M2898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Drew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Are you wanting to add this widget to one specific app of have all defaults apps use this widget?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either way this type of widget is not available to add in the GUI without some manual configuration first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If for just one specific app then there two steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Copy the widgets folder to the apps widgets folder i.e. \server\apps\xx\widgets&lt;/LI&gt;&lt;LI&gt;Add the widget manually to the \server\apps\xx\config.json&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "uri": "widgets/customHomeButton/Widget",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "position": {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "left": 7,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "top": 145&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "version": "1.1",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "id": "widgets/customHomeButton/Widget_77",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "positionRelativeTo": "map",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "customHomeButton",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "label": "Custom Home Button"&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;If adding it to the default for all future apps (the user can still make it not visible like the others) then there is just one step:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Add the above sample json code to the \client\builder\predefined-apps\default2DApp\config.json&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 21:17:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/deploying-an-inpanel-false-widget/m-p/783368#M2898</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-03-06T21:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying an inPanel = false Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/deploying-an-inpanel-false-widget/m-p/783369#M2899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Rob.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping there would be a way to add these types of widgets without a UI to the "/widget/" folder and the Web App Builder could just pick it up and I would have a settings file that would allow the user to position it (top left bottom right) manually..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 13:42:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/deploying-an-inpanel-false-widget/m-p/783369#M2899</guid>
      <dc:creator>County_of_SimcoeGIS</dc:creator>
      <dc:date>2015-03-09T13:42:54Z</dc:date>
    </item>
  </channel>
</rss>

