<?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: Previous/Next Extent Widget in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/previous-next-extent-widget/m-p/91338#M2789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a link to the widget you are looking for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/docs/DOC-6111"&gt;Zoom Prev Next Widget Version 1.1.0 May 10, 2015&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 10 May 2015 23:02:45 GMT</pubDate>
    <dc:creator>LarryStout</dc:creator>
    <dc:date>2015-05-10T23:02:45Z</dc:date>
    <item>
      <title>Previous/Next Extent Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/previous-next-extent-widget/m-p/91331#M2782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All - Does a previous/next extent option exist in any standard or community widget?&amp;nbsp; If not how would I customize a WAB setup to achieve something similar?&amp;nbsp; I have located a js api sample that provides this functionality in an esri/map, in a single, simple .html page.&amp;nbsp; But I'm not sure how to bridge the two (yet)... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 15:28:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/previous-next-extent-widget/m-p/91331#M2782</guid>
      <dc:creator>NickHarvey</dc:creator>
      <dc:date>2015-05-05T15:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Previous/Next Extent Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/previous-next-extent-widget/m-p/91332#M2783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To make a widget you just need to put it into the right "declare" 'shell'.&amp;nbsp; Look at the other widget folders to get an idea of the folder/file structure.&amp;nbsp; I just started doing this a couple days ago and I am a newbie.&amp;nbsp; So for your concept of forward/previous extent, I'd just clone the Home widget folder in stemapp, and th&lt;SPAN style="line-height: 1.5;"&gt;en just throw the back/forward JS inside it, like so: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; navToolbar = new Navigation(map);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on(navToolbar, "onExtentHistoryChange", extentHistoryChangeHandler);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use dojo to attach click handlers to the two HTML DOM nodes (a back and forward image for buttons):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; navToolbar.zoomToNextExtent();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; navToolbar.zoomToPrevExtent();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may end up writing this in the next few days if you don't whip it up or if it isn't already somewhere else, and if so, I'll be happy to post the code here! &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 15:47:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/previous-next-extent-widget/m-p/91332#M2783</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-05-05T15:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Previous/Next Extent Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/previous-next-extent-widget/m-p/91333#M2784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are writing your own widget I would look at the sample widgets found at: arcgis-web-appbuilder-1.1\client\stemapp\widgets\samplewidgets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest adding a button on the bookmark widget to zoom to next bookmark. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 15:53:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/previous-next-extent-widget/m-p/91333#M2784</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-05-05T15:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Previous/Next Extent Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/previous-next-extent-widget/m-p/91334#M2785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kevin just an update that my rate of progress is not in line with 'whip it up' &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/silly.png" /&gt; at present.&amp;nbsp; I appreciate the tip (and Rickey's) on looking at the folder structure, sample code/widgets and how these interact (now understanding more, very helpful)...But how to structure the code in the widget.js and widget.html vs. this js api sample (below) is not clear, if you have time to assist that would be awesome ....I'm going to keep digging but you're likely to get through it first just a heads up...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/toolbar_navigation.html" title="https://developers.arcgis.com/javascript/jssamples/toolbar_navigation.html"&gt;Map navigation tools | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 20:14:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/previous-next-extent-widget/m-p/91334#M2785</guid>
      <dc:creator>NickHarvey</dc:creator>
      <dc:date>2015-05-06T20:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Previous/Next Extent Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/previous-next-extent-widget/m-p/91335#M2786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nick if it is not time sensitive to you, I may work on it next week...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kevin &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 20:24:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/previous-next-extent-widget/m-p/91335#M2786</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-05-06T20:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Previous/Next Extent Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/previous-next-extent-widget/m-p/91336#M2787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds good, I have to move on to a couple of requests but if I come back and have a break through first I'll let you know...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 11:34:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/previous-next-extent-widget/m-p/91336#M2787</guid>
      <dc:creator>NickHarvey</dc:creator>
      <dc:date>2015-05-07T11:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Previous/Next Extent Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/previous-next-extent-widget/m-p/91337#M2788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm Nick this may be helpful. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/121825"&gt;URL widget (extent tracking...)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This widget the website overrides control of the browser's native buttons using the webpage back/forward though. I am hesitant to do that, although using the URL for parameters is very interesting and I think can be put to many other uses.&amp;nbsp; This code may help us. Just fyi.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 17:45:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/previous-next-extent-widget/m-p/91337#M2788</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-05-07T17:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Previous/Next Extent Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/previous-next-extent-widget/m-p/91338#M2789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a link to the widget you are looking for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/docs/DOC-6111"&gt;Zoom Prev Next Widget Version 1.1.0 May 10, 2015&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 23:02:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/previous-next-extent-widget/m-p/91338#M2789</guid>
      <dc:creator>LarryStout</dc:creator>
      <dc:date>2015-05-10T23:02:45Z</dc:date>
    </item>
  </channel>
</rss>

