<?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 current selected tool (navigation toolbar) in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/current-selected-tool-navigation-toolbar/m-p/138441#M12913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This should be simple - but how can I get the current selected tool?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Oct 2011 10:20:14 GMT</pubDate>
    <dc:creator>HugoAhlenius</dc:creator>
    <dc:date>2011-10-11T10:20:14Z</dc:date>
    <item>
      <title>current selected tool (navigation toolbar)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/current-selected-tool-navigation-toolbar/m-p/138441#M12913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This should be simple - but how can I get the current selected tool?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 10:20:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/current-selected-tool-navigation-toolbar/m-p/138441#M12913</guid>
      <dc:creator>HugoAhlenius</dc:creator>
      <dc:date>2011-10-11T10:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: current selected tool (navigation toolbar)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/current-selected-tool-navigation-toolbar/m-p/138442#M12914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What do you want to do? If you really need to know, look at navToolbar._navType.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 12:35:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/current-selected-tool-navigation-toolbar/m-p/138442#M12914</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-10-11T12:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: current selected tool (navigation toolbar)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/current-selected-tool-navigation-toolbar/m-p/138443#M12915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_navType is not of much use if I put other buttons in the toolbar as well... I am looking into this, since I want to be able to save the current tool in a cookie for persistence.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the response!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 19:22:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/current-selected-tool-navigation-toolbar/m-p/138443#M12915</guid>
      <dc:creator>HugoAhlenius</dc:creator>
      <dc:date>2011-10-11T19:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: current selected tool (navigation toolbar)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/current-selected-tool-navigation-toolbar/m-p/138444#M12916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;_navType is not of much use if I put other buttons in the toolbar as well... I am looking into this, since I want to be able to save the current tool in a cookie for persistence.&lt;BR /&gt;&lt;BR /&gt;Thanks for the response!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How about save the current tool into a global variable for persistence in session.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 20:11:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/current-selected-tool-navigation-toolbar/m-p/138444#M12916</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2011-10-11T20:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: current selected tool (navigation toolbar)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/current-selected-tool-navigation-toolbar/m-p/138445#M12917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Agreed with hzhu, save the current tool as a global or as a property on some global object when you activate your toolbar.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 21:33:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/current-selected-tool-navigation-toolbar/m-p/138445#M12917</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-10-11T21:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: current selected tool (navigation toolbar)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/current-selected-tool-navigation-toolbar/m-p/138446#M12918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok, will do that!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 07:45:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/current-selected-tool-navigation-toolbar/m-p/138446#M12918</guid>
      <dc:creator>HugoAhlenius</dc:creator>
      <dc:date>2011-10-12T07:45:45Z</dc:date>
    </item>
  </channel>
</rss>

