<?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: Need Help With Custom Widget in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/need-help-with-custom-widget/m-p/843882#M9675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should add your widget in samplewidgets folder:&lt;/P&gt;&lt;P&gt;WAB_2.14\client\stemapp\widgets\samplewidgets\Test&lt;/P&gt;&lt;P&gt;the add it to config to&amp;nbsp;WAB_2.14\client\stemapp\sample-configs\config-demo.json file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt; "uri": "widgets/samplewidgets/Test/Widget",&lt;BR /&gt; "label": "Test",&lt;BR /&gt; "position": {&lt;BR /&gt; "left": 185,&lt;BR /&gt; "top": 45&lt;BR /&gt; }&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go to the:&amp;nbsp;&lt;A class="link-titled" href="http://localhost:3344/webappviewer/?config=sample-configs/config-demo.json" title="http://localhost:3344/webappviewer/?config=sample-configs/config-demo.json"&gt;http://localhost:3344/webappviewer/?config=sample-configs/config-demo.json&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and open developer console is Chrome to see errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look like you did not paste all the code from the demo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Dec 2019 20:30:05 GMT</pubDate>
    <dc:creator>LaurynasGedminas2</dc:creator>
    <dc:date>2019-12-13T20:30:05Z</dc:date>
    <item>
      <title>Need Help With Custom Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/need-help-with-custom-widget/m-p/843879#M9672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello I am going through the tutorial for a ListView widget and noting showing up.&lt;/P&gt;&lt;P&gt;It is probably the widget.js file mainly.&lt;/P&gt;&lt;P&gt;I have attached the file below and here is the link to the tutorial:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/web-appbuilder/sample-code/create-a-listview-widget.htm" title="https://developers.arcgis.com/web-appbuilder/sample-code/create-a-listview-widget.htm"&gt;Create a ListView widget—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, 13 Dec 2019 19:52:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/need-help-with-custom-widget/m-p/843879#M9672</guid>
      <dc:creator>SamLee1</dc:creator>
      <dc:date>2019-12-13T19:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help With Custom Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/need-help-with-custom-widget/m-p/843880#M9673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are missing 'dojo/query' in your define&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2019 19:58:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/need-help-with-custom-widget/m-p/843880#M9673</guid>
      <dc:creator>LaurynasGedminas2</dc:creator>
      <dc:date>2019-12-13T19:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help With Custom Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/need-help-with-custom-widget/m-p/843881#M9674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Laurynas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get this error now:&lt;BR /&gt;&lt;IMG class="image-1 jive-image" height="421" src="https://community.esri.com/legacyfs/online/476208_pastedImage_1.png" width="537" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2019 20:21:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/need-help-with-custom-widget/m-p/843881#M9674</guid>
      <dc:creator>SamLee1</dc:creator>
      <dc:date>2019-12-13T20:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help With Custom Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/need-help-with-custom-widget/m-p/843882#M9675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should add your widget in samplewidgets folder:&lt;/P&gt;&lt;P&gt;WAB_2.14\client\stemapp\widgets\samplewidgets\Test&lt;/P&gt;&lt;P&gt;the add it to config to&amp;nbsp;WAB_2.14\client\stemapp\sample-configs\config-demo.json file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt; "uri": "widgets/samplewidgets/Test/Widget",&lt;BR /&gt; "label": "Test",&lt;BR /&gt; "position": {&lt;BR /&gt; "left": 185,&lt;BR /&gt; "top": 45&lt;BR /&gt; }&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go to the:&amp;nbsp;&lt;A class="link-titled" href="http://localhost:3344/webappviewer/?config=sample-configs/config-demo.json" title="http://localhost:3344/webappviewer/?config=sample-configs/config-demo.json"&gt;http://localhost:3344/webappviewer/?config=sample-configs/config-demo.json&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and open developer console is Chrome to see errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look like you did not paste all the code from the demo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2019 20:30:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/need-help-with-custom-widget/m-p/843882#M9675</guid>
      <dc:creator>LaurynasGedminas2</dc:creator>
      <dc:date>2019-12-13T20:30:05Z</dc:date>
    </item>
  </channel>
</rss>

