esri/dijit/TimeSlider: how do I hide the tick marks with a style?

3698
0
02-20-2015 04:11 PM
DirkVandervoort
Occasional Contributor II

I want to hide the ticks on my time slider, there are so many of them (monthly form 2011 to 2020 - in-progress development will bind the timeSlider to some DateTextBox dijits)

 

How do I style the slider to not display the ticks.

 

I'm using claro.css

 

TIAtheSlider.jpg

 

something like:

this.timeSlider = new TimeSlider({ style:HIDE_THE_TICKS}, domConstruct.create("divTimeSlider", {}, timeDiv));

0 Kudos
0 Replies