<?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: Some questions about custom widgets. in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/some-questions-about-custom-widgets/m-p/775526#M2067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Evelyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Right off the bat I see that you do not have a manifest.json in your folder. Though the Required Files help doc does not say it is a required file it may as well be.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/web-appbuilder/guide/required-files.htm" title="https://developers.arcgis.com/web-appbuilder/guide/required-files.htm"&gt;Required files—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The manifest.json tells WAB&amp;nbsp;many important things about your widget and if certain resources exist for your widget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is your widget working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you may want to start with the&amp;nbsp;[install dir]\client\stemapp\widgets\samplewidgets\CustomWidgetTemplate &amp;nbsp;as a template for your custom widgets in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Sep 2016 15:57:03 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2016-09-23T15:57:03Z</dc:date>
    <item>
      <title>Some questions about custom widgets.</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/some-questions-about-custom-widgets/m-p/775523#M2064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;Im trying to developing a custom widget for my WAB APP and im following the steps in&amp;nbsp;this website&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/web-appbuilder/guide/naming-conventions.htm" title="https://developers.arcgis.com/web-appbuilder/guide/naming-conventions.htm"&gt;Naming conventions—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.- I understood that each widget has some files that has to be in there , like:&lt;/P&gt;&lt;P&gt;html file&lt;/P&gt;&lt;P&gt;css file&lt;/P&gt;&lt;P&gt;js.file&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the app.config when i want to add the custom widget or anyone that i want, i have to put this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;{ &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"label"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;: &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"demo"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"uri"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;: &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"widgets/Demo/Widget"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; } in the&amp;nbsp;&lt;SPAN style="color: #4c4c4c;"&gt;widgetPool-&amp;gt;widgets.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8f8f8; color: #4c4c4c;"&gt;Idk if im kinda lost or im doing something wrong, but when i zip my app to upload it to the WAB to see if i can see my demo widget, i have the error with it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/232532_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i dont understand whats is my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.- Also i wanna know if i can integrate React to handle some controls and state of them and if there is any example with it.&lt;/P&gt;&lt;P&gt;Or changing the code to ES6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much in advice! &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 21:22:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/some-questions-about-custom-widgets/m-p/775523#M2064</guid>
      <dc:creator>EvelynHernandez</dc:creator>
      <dc:date>2016-09-22T21:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions about custom widgets.</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/some-questions-about-custom-widgets/m-p/775524#M2065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Evelyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;This error means you have some resource missing in your widget folder. Could be a NLS string or an image or a css file. If you attach your custom widget I will have a look. As far as the react or ES6 I have not seen any sample code for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 13:49:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/some-questions-about-custom-widgets/m-p/775524#M2065</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-09-23T13:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions about custom widgets.</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/some-questions-about-custom-widgets/m-p/775525#M2066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attach the demo im doing.&lt;/P&gt;&lt;P&gt;I would like to know what im missing !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 15:11:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/some-questions-about-custom-widgets/m-p/775525#M2066</guid>
      <dc:creator>EvelynHernandez</dc:creator>
      <dc:date>2016-09-23T15:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions about custom widgets.</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/some-questions-about-custom-widgets/m-p/775526#M2067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Evelyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Right off the bat I see that you do not have a manifest.json in your folder. Though the Required Files help doc does not say it is a required file it may as well be.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/web-appbuilder/guide/required-files.htm" title="https://developers.arcgis.com/web-appbuilder/guide/required-files.htm"&gt;Required files—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The manifest.json tells WAB&amp;nbsp;many important things about your widget and if certain resources exist for your widget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is your widget working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you may want to start with the&amp;nbsp;[install dir]\client\stemapp\widgets\samplewidgets\CustomWidgetTemplate &amp;nbsp;as a template for your custom widgets in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 15:57:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/some-questions-about-custom-widgets/m-p/775526#M2067</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-09-23T15:57:03Z</dc:date>
    </item>
  </channel>
</rss>

