Hello All,
I'm trying to customize the timeSlider dijit.
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.
I need to get a handle on the previous and next buttons. Unfortunately, the <td> 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.
Thoughts, anyone?
Thanks.