<?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: customize timeSlider dijit layout in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-timeslider-dijit-layout/m-p/35583#M2959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's been a few years since I looked at this, but here's a map I worked on which includes a customised time slider: &lt;/SPAN&gt;&lt;A href="http://atlas.nsw.gov.au/public/nsw/home/map/elections.html"&gt;http://atlas.nsw.gov.au/public/nsw/home/map/elections.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't remember exactly how we handled the styling, but you may be able to reverse-engineer it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jan 2013 21:14:04 GMT</pubDate>
    <dc:creator>StephenLead</dc:creator>
    <dc:date>2013-01-22T21:14:04Z</dc:date>
    <item>
      <title>customize timeSlider dijit layout</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-timeslider-dijit-layout/m-p/35582#M2958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to customize the timeSlider dijit. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the timeSlider.js file loaded by the dijit, the dijit creates a 4 column table in the parent div. From left to right, these columns represent the play/pause button, the slider, the previous button, and the next button.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to get a handle on the previous and next buttons. Unfortunately, the &amp;lt;td&amp;gt; html programmatically created from TimeSlider.js contains inline style attributes and is not assigned an ID nor class, so I have been unsuccessful via CSS. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thoughts, anyone?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 19:56:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-timeslider-dijit-layout/m-p/35582#M2958</guid>
      <dc:creator>DerekMiller</dc:creator>
      <dc:date>2013-01-22T19:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: customize timeSlider dijit layout</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-timeslider-dijit-layout/m-p/35583#M2959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's been a few years since I looked at this, but here's a map I worked on which includes a customised time slider: &lt;/SPAN&gt;&lt;A href="http://atlas.nsw.gov.au/public/nsw/home/map/elections.html"&gt;http://atlas.nsw.gov.au/public/nsw/home/map/elections.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't remember exactly how we handled the styling, but you may be able to reverse-engineer it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 21:14:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-timeslider-dijit-layout/m-p/35583#M2959</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2013-01-22T21:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: customize timeSlider dijit layout</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-timeslider-dijit-layout/m-p/35584#M2960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, Stephen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nice app. I actually came across that while browsing the forums earlier. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The style attribute that I'm trying to get ahold of is unchanged in your app, however. It's the spacing between the previous &amp;amp; next button, controlled by the inline html below (I pulled that out of your page html using Chrome DevTools):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]20979[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The style of your timeSlider looks nice. Your images are wider, and hence the space between the two is not an issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bit of a problem on mine, however (vertical alignment is messed up in Firefox as well, hadn't noticed): &lt;/SPAN&gt;&lt;A href="http://www.portlandbps.com/gis/solar/index.html"&gt;http://www.portlandbps.com/gis/solar/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm going to dig into your app a bit more and see if anything shakes out. I'm afraid I won't be able to overcome inline style attributes in the HTML, however.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the response. Appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- d&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 21:23:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-timeslider-dijit-layout/m-p/35584#M2960</guid>
      <dc:creator>DerekMiller</dc:creator>
      <dc:date>2013-01-22T21:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: customize timeSlider dijit layout</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-timeslider-dijit-layout/m-p/35585#M2961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;SPAN style="color: #3E3E3E; font-family: Arial;"&gt;I'm afraid I won't be able to overcome inline style attributes in the HTML&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Oh well, what you've got looks great anyway &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 21:45:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-timeslider-dijit-layout/m-p/35585#M2961</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2013-01-22T21:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: customize timeSlider dijit layout</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-timeslider-dijit-layout/m-p/35586#M2962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- d&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 21:47:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-timeslider-dijit-layout/m-p/35586#M2962</guid>
      <dc:creator>DerekMiller</dc:creator>
      <dc:date>2013-01-22T21:47:08Z</dc:date>
    </item>
  </channel>
</rss>

