<?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: Removing Play, Forward and Backward buttons from TimeSlider Dijit in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/removing-play-forward-and-backward-buttons-from/m-p/245097#M22661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;will give it a try.&amp;nbsp; Was hoping the timeslider had a property to do it easily.&amp;nbsp; More of a suggestion to the dev team I guess.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jun 2010 19:54:52 GMT</pubDate>
    <dc:creator>Gregory_L___Greg_Gunther</dc:creator>
    <dc:date>2010-06-02T19:54:52Z</dc:date>
    <item>
      <title>Removing Play, Forward and Backward buttons from TimeSlider Dijit</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/removing-play-forward-and-backward-buttons-from/m-p/245095#M22659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is this possible?&amp;nbsp; I have set the corresponding properties to false but the buttons are still visible.&amp;nbsp; Seems if the ability to play the time sequence is removed, the button shouldn't be visible.&amp;nbsp; Would also like to remove the forward and backward buttons.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 14:39:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/removing-play-forward-and-backward-buttons-from/m-p/245095#M22659</guid>
      <dc:creator>Gregory_L___Greg_Gunther</dc:creator>
      <dc:date>2010-05-21T14:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Play, Forward and Backward buttons from TimeSlider Dijit</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/removing-play-forward-and-backward-buttons-from/m-p/245096#M22660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use CSS to set their display property to none?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 17:39:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/removing-play-forward-and-backward-buttons-from/m-p/245096#M22660</guid>
      <dc:creator>DerekSwingley</dc:creator>
      <dc:date>2010-05-21T17:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Play, Forward and Backward buttons from TimeSlider Dijit</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/removing-play-forward-and-backward-buttons-from/m-p/245097#M22661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;will give it a try.&amp;nbsp; Was hoping the timeslider had a property to do it easily.&amp;nbsp; More of a suggestion to the dev team I guess.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 19:54:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/removing-play-forward-and-backward-buttons-from/m-p/245097#M22661</guid>
      <dc:creator>Gregory_L___Greg_Gunther</dc:creator>
      <dc:date>2010-06-02T19:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Play, Forward and Backward buttons from TimeSlider Dijit</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/removing-play-forward-and-backward-buttons-from/m-p/245098#M22662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, should have figured this out.&amp;nbsp; TimeSlider has several dojo child dijits that have inherited capabilities.&amp;nbsp; These buttons can be removed by&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;timeSlider.playPauseBtn.destroy();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;timeSlider.previousBtn.destroy();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;timeSlider.nextBtn.destroy();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where timeSlider is an instance of a Time Slider dijit.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2010 15:46:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/removing-play-forward-and-backward-buttons-from/m-p/245098#M22662</guid>
      <dc:creator>Gregory_L___Greg_Gunther</dc:creator>
      <dc:date>2010-06-04T15:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Play, Forward and Backward buttons from TimeSlider Dijit</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/removing-play-forward-and-backward-buttons-from/m-p/245099#M22663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nice, good to know.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2010 15:55:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/removing-play-forward-and-backward-buttons-from/m-p/245099#M22663</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2010-06-04T15:55:30Z</dc:date>
    </item>
  </channel>
</rss>

