<?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: How to use JS API Samples to Make WAB Widget? in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-use-js-api-samples-to-make-wab-widget/m-p/869646#M12668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can wrap this sample as a Dojo dijit and then use it in your widget. But, in fact we have already had a dijit that has the similar function you want, you can find it at &lt;STRONG&gt;stemapp/jimu.js/dijit/DrawBox.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jun 2015 05:35:33 GMT</pubDate>
    <dc:creator>JunshanLiu</dc:creator>
    <dc:date>2015-06-25T05:35:33Z</dc:date>
    <item>
      <title>How to use JS API Samples to Make WAB Widget?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-use-js-api-samples-to-make-wab-widget/m-p/869639#M12661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any easy way to take a JS API sample and convert it to a WAB Widget?&amp;nbsp; I'm taking a look at a few samples out there and it would be great to take that pre-existing sample code and convert it into a widget to work with WAB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 21:00:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-use-js-api-samples-to-make-wab-widget/m-p/869639#M12661</guid>
      <dc:creator>DanielStoelb</dc:creator>
      <dc:date>2015-06-22T21:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JS API Samples to Make WAB Widget?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-use-js-api-samples-to-make-wab-widget/m-p/869640#M12662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Any specific sample? It is not to much of a process depending on the sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 21:08:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-use-js-api-samples-to-make-wab-widget/m-p/869640#M12662</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-06-22T21:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JS API Samples to Make WAB Widget?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-use-js-api-samples-to-make-wab-widget/m-p/869641#M12663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one for example: &lt;A href="https://developers.arcgis.com/javascript/jssamples/portal_addshapefile.html" title="https://developers.arcgis.com/javascript/jssamples/portal_addshapefile.html"&gt;Add shapefile | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 21:10:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-use-js-api-samples-to-make-wab-widget/m-p/869641#M12663</guid>
      <dc:creator>DanielStoelb</dc:creator>
      <dc:date>2015-06-22T21:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JS API Samples to Make WAB Widget?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-use-js-api-samples-to-make-wab-widget/m-p/869642#M12664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You can use this zip file as an example of how I convert a sample into a widget (the add shapefile sample you mentioned).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 22:03:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-use-js-api-samples-to-make-wab-widget/m-p/869642#M12664</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-06-22T22:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JS API Samples to Make WAB Widget?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-use-js-api-samples-to-make-wab-widget/m-p/869643#M12665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to follow the widget developer guide to create a new widget, it's easy to follow. And, we have some sample widgets in the release package, you can start from there very quickly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About wrap the sample, I think this section may be useful for you:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/web-appbuilder/guide/use-dojo-dijit.htm" title="https://developers.arcgis.com/web-appbuilder/guide/use-dojo-dijit.htm"&gt;Use dojo dijit—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 02:01:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-use-js-api-samples-to-make-wab-widget/m-p/869643#M12665</guid>
      <dc:creator>JunshanLiu</dc:creator>
      <dc:date>2015-06-23T02:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JS API Samples to Make WAB Widget?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-use-js-api-samples-to-make-wab-widget/m-p/869644#M12666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I am trying to figure out on how to covert the below javascript API into WAB widget.&amp;nbsp; Any suggestions or help? &lt;SPAN class="pln" style="color: #595959;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/toolbar_draw.html" title="https://developers.arcgis.com/javascript/jssamples/toolbar_draw.html"&gt;Drawing tools | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 04:38:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-use-js-api-samples-to-make-wab-widget/m-p/869644#M12666</guid>
      <dc:creator>RahmathUnissa</dc:creator>
      <dc:date>2015-06-25T04:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JS API Samples to Make WAB Widget?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-use-js-api-samples-to-make-wab-widget/m-p/869645#M12667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rahmath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a resource that you may be aware of &lt;A href="https://community.esri.com/migration-blogpost/2580"&gt;Web AppBuilder Developer Edition – Customization Resource List&lt;/A&gt; . This is a living document of widgets and other help that are available from the the community for Web appbuilder. In this list there are a few drawing tools people have made that you might find useful. There is even one that is similar to the link you shared. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have more questions then it would be good to start another thread so we dont get off topic from this original question. Hope this helps some.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Stan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 05:19:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-use-js-api-samples-to-make-wab-widget/m-p/869645#M12667</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2015-06-25T05:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JS API Samples to Make WAB Widget?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-use-js-api-samples-to-make-wab-widget/m-p/869646#M12668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can wrap this sample as a Dojo dijit and then use it in your widget. But, in fact we have already had a dijit that has the similar function you want, you can find it at &lt;STRONG&gt;stemapp/jimu.js/dijit/DrawBox.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 05:35:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-use-js-api-samples-to-make-wab-widget/m-p/869646#M12668</guid>
      <dc:creator>JunshanLiu</dc:creator>
      <dc:date>2015-06-25T05:35:33Z</dc:date>
    </item>
  </channel>
</rss>

