<?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: Utilize WebApp Builder for Developer Widgets in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utilize-webapp-builder-for-developer-widgets/m-p/117902#M10980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ismet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; This is not possible without a nearly full re-write of the code. WAB widget are dependent on WAB core libraries and modules that are used in the WAB app, like widgetmanager and many more. You would be best off using the JS API LayerList dijit or the old &lt;A href="https://www.arcgis.com/home/item.html?id=9b6280a6bfb0430f8d1ebc969276b109"&gt;TOC widget &lt;/A&gt;by nliu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jul 2016 12:45:24 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2016-07-11T12:45:24Z</dc:date>
    <item>
      <title>Utilize WebApp Builder for Developer Widgets</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utilize-webapp-builder-for-developer-widgets/m-p/117901#M10979</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 wondering if one of WebApp builder for developer widgets for example the LayerList widget can be utilize from simple map application.&lt;/P&gt;&lt;P&gt;I am building web gis application that accessing rest resource directly, the TOC from webapp builder looks good, how do i passing my map object to LayerList widget.&lt;/P&gt;&lt;P&gt;Is anyone have tried this approach ?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 11:45:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utilize-webapp-builder-for-developer-widgets/m-p/117901#M10979</guid>
      <dc:creator>IsmetSK1</dc:creator>
      <dc:date>2016-07-11T11:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Utilize WebApp Builder for Developer Widgets</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utilize-webapp-builder-for-developer-widgets/m-p/117902#M10980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ismet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; This is not possible without a nearly full re-write of the code. WAB widget are dependent on WAB core libraries and modules that are used in the WAB app, like widgetmanager and many more. You would be best off using the JS API LayerList dijit or the old &lt;A href="https://www.arcgis.com/home/item.html?id=9b6280a6bfb0430f8d1ebc969276b109"&gt;TOC widget &lt;/A&gt;by nliu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 12:45:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utilize-webapp-builder-for-developer-widgets/m-p/117902#M10980</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-07-11T12:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Utilize WebApp Builder for Developer Widgets</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utilize-webapp-builder-for-developer-widgets/m-p/117903#M10981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for the explanation, i will use JS API LayerList.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 03:12:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utilize-webapp-builder-for-developer-widgets/m-p/117903#M10981</guid>
      <dc:creator>IsmetSK1</dc:creator>
      <dc:date>2016-07-12T03:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Utilize WebApp Builder for Developer Widgets</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utilize-webapp-builder-for-developer-widgets/m-p/117904#M10982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ismet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am one of the core developers of an open source project called CMV, the Configurable Map Viewer. CMV is built on top of the Esri JavaScript API so you can use your ArcGIS Server REST resources directly without using webmaps or portal. Services at ArcGIS Online and many other external services can be used as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CMV includes numerous widgets available including a very robust layerControl (TOC) widget. If you prefer to use the WAB LayerList widget, you could do that too. With the upcoming version of CMV, you can use widgets created for the WebApp Builder without changing any code - either those that are included with WAB or those that developers have put together. I have created a github repo with a number of examples using WAB widgets here: &lt;A href="https://github.com/tmcgee/cmv-wab-widgets/" title="https://github.com/tmcgee/cmv-wab-widgets/"&gt;GitHub - tmcgee/cmv-wab-widgets: Examples of using widgets from the ESRI WebApp Builder in CMV&lt;/A&gt; Other developers have already started using these widgets in their own applications with immediate success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The freely available source code for CMV is on GitHub: &lt;A href="https://github.com/cmv/cmv-app" title="https://github.com/cmv/cmv-app"&gt;GitHub - cmv/cmv-app: A community-supported open source mapping framework built with the Esri JavaScript API and the Doj…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a list of additional widgets contributed by the CMV community: &lt;A href="https://github.com/cmv/cmv-contrib-widgets" title="https://github.com/cmv/cmv-contrib-widgets"&gt;GitHub - cmv/cmv-contrib-widgets: User contributed widgets for CMV&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Along with support at Github, StackExchange and GeoNet (&lt;A _jive_internal="true" href="https://community.esri.com/groups/cmv/activity" title="https://community.esri.com/groups/cmv"&gt;CMV - Configurable Map Viewer&lt;/A&gt;), we have a chat room for exchanging ideas and getting assistance: &lt;A href="https://gitter.im/cmv/cmv-app" title="https://gitter.im/cmv/cmv-app"&gt;cmv/cmv-app - Gitter&lt;/A&gt;&amp;nbsp; In the chat and other places, you'll find myself and other developers very willing to help you get started.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim McGee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 16:49:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utilize-webapp-builder-for-developer-widgets/m-p/117904#M10982</guid>
      <dc:creator>TimMcGee1</dc:creator>
      <dc:date>2016-07-15T16:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Utilize WebApp Builder for Developer Widgets</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utilize-webapp-builder-for-developer-widgets/m-p/117905#M10983</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; Nice work. This will open a whole new realm of possibilities for users.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 17:05:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utilize-webapp-builder-for-developer-widgets/m-p/117905#M10983</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-07-15T17:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Utilize WebApp Builder for Developer Widgets</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utilize-webapp-builder-for-developer-widgets/m-p/117906#M10984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;added a link to your comment above to the &lt;A href="https://community.esri.com/migration-blogpost/2580"&gt;Web AppBuilder Developer Edition - Customization Resource List&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 20:00:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utilize-webapp-builder-for-developer-widgets/m-p/117906#M10984</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-07-18T20:00:04Z</dc:date>
    </item>
  </channel>
</rss>

