<?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 config problems in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-config-problems/m-p/195596#M5392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tyrone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;If you do not have any setting that need to be made for the widget when the widget is added then in the manifest.json for your widget just be sure to have "hasSettingPage" : false and be sure that you do NOT have a settings folder in your widget directory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Dec 2016 19:01:43 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2016-12-16T19:01:43Z</dc:date>
    <item>
      <title>Custom widget config problems</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-config-problems/m-p/195595#M5391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a custom widget where I wanted to use its config file to hold a URL for a help page. Using the example from the "Make widget configurable" &lt;A href="https://developers.arcgis.com/web-appbuilder/guide/make-widget-configurable.htm"&gt;page&lt;/A&gt;, I put the URL in the widget's config.json file. In the widget's HTML template, I embed the URL in an anchor tag using ${config.helpUrl}. When the widget is opened in the application, a widget error occurred because the JSON couldn't be read in. I then edited the widget's config entries in the widgets-manifest and widgets-manifest-builder files to read "hasConfig: true".&amp;nbsp; After that change, the widget loaded, the URL was embedded, and the help file opened upon a click of the icon in the HTML template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the problem (finally): when the widget is loaded into a new application through the Web App Builder, the configuration page displays but never resolves. The console error is "ace is not defined"; the error occurs in builder/main.js at line 888 (app is on an intranet, so I can't post the stack trace). I can click the "OK" button and the widget is added to the app, but I don't want to have to add a caveat to our documentation that says "click OK on the config page".&lt;/P&gt;&lt;P&gt;Are my config files configured incorrectly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 17:27:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-config-problems/m-p/195595#M5391</guid>
      <dc:creator>TyroneLigon</dc:creator>
      <dc:date>2016-12-16T17:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Custom widget config problems</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-config-problems/m-p/195596#M5392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tyrone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;If you do not have any setting that need to be made for the widget when the widget is added then in the manifest.json for your widget just be sure to have "hasSettingPage" : false and be sure that you do NOT have a settings folder in your widget directory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 19:01:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-config-problems/m-p/195596#M5392</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-12-16T19:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Custom widget config problems</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-config-problems/m-p/195597#M5393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The manifest files for the widget itself and the builder and viewer apps have that setting pegged as "false"; however this is useful info because I haven't seen this documented anywhere.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 19:36:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-config-problems/m-p/195597#M5393</guid>
      <dc:creator>TyroneLigon</dc:creator>
      <dc:date>2016-12-16T19:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Custom widget config problems</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-config-problems/m-p/195598#M5394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tyrone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Here is the doc on the manifest.json:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/web-appbuilder/guide/widget-manifest.htm" title="https://developers.arcgis.com/web-appbuilder/guide/widget-manifest.htm"&gt;Widget manifest—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 19:50:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/custom-widget-config-problems/m-p/195598#M5394</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-12-16T19:50:32Z</dc:date>
    </item>
  </channel>
</rss>

