<?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: Custom widget settings in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-settings/m-p/307889#M8189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert. I think I need your number on speed-dial!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Feb 2015 20:50:11 GMT</pubDate>
    <dc:creator>TimWitt2</dc:creator>
    <dc:date>2015-02-13T20:50:11Z</dc:date>
    <item>
      <title>Custom widget settings</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-settings/m-p/307887#M8187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am in the process of building a custom widget and have a problem when I want to add it to an app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what happens. I click on the widgets tab, click on an empty widget space and then I choose my widget from the list.&lt;/P&gt;&lt;P&gt;A box pops up, where normally would be settings of my widget, but I don't have any. This causes an error (it can't find the settings.js), I can click on OK and the widget will work, but I want to remove that error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the&lt;A href="http://doc.arcgis.com/en/web-appbuilder/extend-apps/required-files.htm"&gt; help file&lt;/A&gt;, you don't have to have settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is, what do I need in the settings folder, so that the error disappears? Does anybody have a basic settings folder?&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;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 20:08:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-settings/m-p/307887#M8187</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-02-13T20:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Custom widget settings</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-settings/m-p/307888#M8188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; In the manifest.json specify that your widget does not have a UI:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"properties": {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "inPanel": true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasConfig": true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasStyle": false,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasUIFile": false&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 20:37:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-settings/m-p/307888#M8188</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-02-13T20:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom widget settings</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-settings/m-p/307889#M8189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert. I think I need your number on speed-dial!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 20:50:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-settings/m-p/307889#M8189</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-02-13T20:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Custom widget settings</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-settings/m-p/307890#M8190</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/3101" target="_blank"&gt;Robert Scheitlin, GISP&lt;/A&gt;‌ I marked it correct too quickly, after testing it, it still doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I started using these properties:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp; "properties": {
&amp;nbsp; "inPanel":true,
&amp;nbsp; "hasLocale": true,
&amp;nbsp; "hasStyle":false,
&amp;nbsp; "hasConfig":true,
&amp;nbsp; "hasUIFile":true,
&amp;nbsp; "hasSettingPage":false,
&amp;nbsp; "IsController":false
&amp;nbsp; }&lt;/PRE&gt;&lt;P&gt;It started working, but now I have the following screen, where settings would usually be. This screen I would like to say "No settings at this time"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="62442" alt="widget.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/62442_widget.png" style="width: 620px; height: 342px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:44:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-settings/m-p/307890#M8190</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2021-12-11T14:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Custom widget settings</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-settings/m-p/307891#M8191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have yet to do a widget that has a config.json and not a settings.js. Here is a more complete list of manifest properties:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"properties": {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "inPanel":true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasLocale":true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasStyle":true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasConfig":true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasUIFile":true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasSettingPage":true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasSettingUIFile":true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasSettingLocale":true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasSettingStyle":true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "IsController":false,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasVersionManager": false&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try setting all the settings properties to false.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 16:30:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-settings/m-p/307891#M8191</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-02-16T16:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Custom widget settings</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-settings/m-p/307892#M8192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are right, sooner or later I will need all those files. Sadly I am not as advanced in javascript and wish ESRI would have included those files (a settings folder) with the demo widget, with the bare minimum of information needed in them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe that could be one of your project when you have some time on your hands &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case I will eventually need to text boxes in the config screen and depending what the user types in there it will replace code in my widget.js file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 14:46:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-settings/m-p/307892#M8192</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-02-17T14:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom widget settings</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-settings/m-p/307893#M8193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to mark this thread as answered. To do this you have to open the thread (you can not see the correct answer link from inside your inbox) and then you will see the green star with correct answer link. Just click that link on the thread that answered your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2015 14:25:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-settings/m-p/307893#M8193</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-12T14:25:32Z</dc:date>
    </item>
  </channel>
</rss>

