<?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 Using a WAB widget on a non WAB site in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/using-a-wab-widget-on-a-non-wab-site/m-p/849868#M10758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am tasked with updating an existing ArcGIS web application, and I am interested in utilizing some of the WAB widgets (in particular Google Street View by &lt;A href="https://community.esri.com/migrated-users/3101" target="_blank"&gt;Robert Scheitlin, GISP&lt;/A&gt;). Is it possible to easily migrate them? How would that be done? Can I for example migrate a widget to be used on a blank ArcGIS web application with a base map? It would be great if someone could show me how to put a widget into a something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;html&amp;gt;
&amp;nbsp; &amp;lt;head&amp;gt;
&lt;SPAN&gt;&amp;nbsp; &amp;lt;link rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fjs.arcgis.com%2F3.17%2Fesri%2Fcss%2Fesri.css" target="_blank"&gt;https://js.arcgis.com/3.17/esri/css/esri.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;
&lt;SPAN&gt;&amp;nbsp; &amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fjs.arcgis.com%2F3.17%2F" target="_blank"&gt;https://js.arcgis.com/3.17/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;
&amp;nbsp; &amp;lt;script&amp;gt;
&amp;nbsp; var map;
&amp;nbsp; require(["esri/map", "dojo/domReady!"], function(Map) {
&amp;nbsp; map = new Map("map", {
&amp;nbsp; basemap : "topo"
&amp;nbsp; });
&amp;nbsp; });
&amp;nbsp; &amp;lt;/script&amp;gt;
&amp;nbsp; &amp;lt;/head&amp;gt;
&amp;nbsp; &amp;lt;body class="claro"&amp;gt;
&amp;nbsp; &amp;lt;div id="map"&amp;gt;&amp;lt;/div&amp;gt;
&amp;nbsp; &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way I certainly plan to use the WAB in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 10:27:01 GMT</pubDate>
    <dc:creator>NaciDilekli</dc:creator>
    <dc:date>2021-12-12T10:27:01Z</dc:date>
    <item>
      <title>Using a WAB widget on a non WAB site</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/using-a-wab-widget-on-a-non-wab-site/m-p/849868#M10758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am tasked with updating an existing ArcGIS web application, and I am interested in utilizing some of the WAB widgets (in particular Google Street View by &lt;A href="https://community.esri.com/migrated-users/3101" target="_blank"&gt;Robert Scheitlin, GISP&lt;/A&gt;). Is it possible to easily migrate them? How would that be done? Can I for example migrate a widget to be used on a blank ArcGIS web application with a base map? It would be great if someone could show me how to put a widget into a something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;html&amp;gt;
&amp;nbsp; &amp;lt;head&amp;gt;
&lt;SPAN&gt;&amp;nbsp; &amp;lt;link rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fjs.arcgis.com%2F3.17%2Fesri%2Fcss%2Fesri.css" target="_blank"&gt;https://js.arcgis.com/3.17/esri/css/esri.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;
&lt;SPAN&gt;&amp;nbsp; &amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fjs.arcgis.com%2F3.17%2F" target="_blank"&gt;https://js.arcgis.com/3.17/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;
&amp;nbsp; &amp;lt;script&amp;gt;
&amp;nbsp; var map;
&amp;nbsp; require(["esri/map", "dojo/domReady!"], function(Map) {
&amp;nbsp; map = new Map("map", {
&amp;nbsp; basemap : "topo"
&amp;nbsp; });
&amp;nbsp; });
&amp;nbsp; &amp;lt;/script&amp;gt;
&amp;nbsp; &amp;lt;/head&amp;gt;
&amp;nbsp; &amp;lt;body class="claro"&amp;gt;
&amp;nbsp; &amp;lt;div id="map"&amp;gt;&amp;lt;/div&amp;gt;
&amp;nbsp; &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way I certainly plan to use the WAB in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:27:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/using-a-wab-widget-on-a-non-wab-site/m-p/849868#M10758</guid>
      <dc:creator>NaciDilekli</dc:creator>
      <dc:date>2021-12-12T10:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using a WAB widget on a non WAB site</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/using-a-wab-widget-on-a-non-wab-site/m-p/849869#M10759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naci,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is another street view code that does not use WAB code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;&lt;A href="https://github.com/cmv/cmv-app/tree/master/viewer/js/gis/dijit/StreetView" title="https://github.com/cmv/cmv-app/tree/master/viewer/js/gis/dijit/StreetView"&gt;cmv-app/viewer/js/gis/dijit/StreetView at master · cmv/cmv-app · GitHub&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 22:12:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/using-a-wab-widget-on-a-non-wab-site/m-p/849869#M10759</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2016-08-05T22:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using a WAB widget on a non WAB site</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/using-a-wab-widget-on-a-non-wab-site/m-p/849870#M10760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are trying to avoid web AppBuilder and all the templates available thru ArcGIS Online, you can always check out all the sample code and info for &lt;A href="https://developers.arcgis.com/web-api/" title="https://developers.arcgis.com/web-api/"&gt;Web APIs | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&amp;nbsp; I'm not sure if Google/street map is available since I have not used them.&amp;nbsp; going this route can keep a web page a bit smaller, but you may loose all the advantages of all the custom widgets being released.&amp;nbsp; But I understand the need for both.&amp;nbsp; I haven't tried out the GitHub link mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do decide to go the WAB developer edition route, take a look at the &lt;A href="https://community.esri.com/migration-blogpost/2580"&gt;Web AppBuilder Developer Edition - Customization Resource List&lt;/A&gt;&amp;nbsp; for a news, tips and a list of many of the custom widgets that are released, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2016 01:21:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/using-a-wab-widget-on-a-non-wab-site/m-p/849870#M10760</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-08-06T01:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using a WAB widget on a non WAB site</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/using-a-wab-widget-on-a-non-wab-site/m-p/849871#M10761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Rickey, Rebecca. I have actually been using CMV application actually, but I still can't figure that how to bring its modules into non CMV applications. I guess I will keep studying WAB, CMV and the API in general to see the best strategy for my purposes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 15:07:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/using-a-wab-widget-on-a-non-wab-site/m-p/849871#M10761</guid>
      <dc:creator>NaciDilekli</dc:creator>
      <dc:date>2016-08-08T15:07:43Z</dc:date>
    </item>
  </channel>
</rss>

