<?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: Example of a custom widget for the javascript viewer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/example-of-a-custom-widget-for-the-javascript/m-p/43155#M3741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see the pre-defined widgets on that page, but no custom widgets.&amp;nbsp; Best I have found so far is the custom infowindow example...so I am trying to work off that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2012 15:35:36 GMT</pubDate>
    <dc:creator>NakishaFouch</dc:creator>
    <dc:date>2012-10-11T15:35:36Z</dc:date>
    <item>
      <title>Example of a custom widget for the javascript viewer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/example-of-a-custom-widget-for-the-javascript/m-p/43153#M3739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Am just curious if there are examples of adding a custom widget to the javascript viewer template?&amp;nbsp; I haven't really found anything around any of the esri sites and I am fairly new to javascript.&amp;nbsp; I have the code for the functionality of the new widget, I just need some insight on how to implement it via the custom widget and the organization of the custom widget code. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As always any info is greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 14:51:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/example-of-a-custom-widget-for-the-javascript/m-p/43153#M3739</guid>
      <dc:creator>NakishaFouch</dc:creator>
      <dc:date>2012-10-11T14:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Example of a custom widget for the javascript viewer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/example-of-a-custom-widget-for-the-javascript/m-p/43154#M3740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Wouldn't &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm"&gt;this&lt;/A&gt;&lt;SPAN&gt; be it?..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 15:31:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/example-of-a-custom-widget-for-the-javascript/m-p/43154#M3740</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2012-10-11T15:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Example of a custom widget for the javascript viewer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/example-of-a-custom-widget-for-the-javascript/m-p/43155#M3741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see the pre-defined widgets on that page, but no custom widgets.&amp;nbsp; Best I have found so far is the custom infowindow example...so I am trying to work off that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 15:35:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/example-of-a-custom-widget-for-the-javascript/m-p/43155#M3741</guid>
      <dc:creator>NakishaFouch</dc:creator>
      <dc:date>2012-10-11T15:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Example of a custom widget for the javascript viewer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/example-of-a-custom-widget-for-the-javascript/m-p/43156#M3742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/intro_javascript_classes.htm"&gt;Writing a Class&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/intro_custom_dijit.htm"&gt;Writing a Custom Widget&lt;/A&gt;&lt;SPAN&gt; from our conceptual help should provide some insight.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 15:37:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/example-of-a-custom-widget-for-the-javascript/m-p/43156#M3742</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-10-11T15:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Example of a custom widget for the javascript viewer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/example-of-a-custom-widget-for-the-javascript/m-p/43157#M3743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Derek!&amp;nbsp; That was helpful, I think I get the just of it.&amp;nbsp; I want to add a button/widget that lets me upload shapefiles.&amp;nbsp; I am working off the portal example.&amp;nbsp; Am curious if this can also be used via our server instead of arcgis.com?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 15:05:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/example-of-a-custom-widget-for-the-javascript/m-p/43157#M3743</guid>
      <dc:creator>NakishaFouch</dc:creator>
      <dc:date>2012-10-16T15:05:00Z</dc:date>
    </item>
  </channel>
</rss>

