Login Register

Horizontalslider

HorizontalSlider setValue

I am tying to use a HorizontalSlider.
I build it like:

<div id="TimeSlide"
              dojotype="dijit.form.HorizontalSlider"
              value="<{$block.current}>"
              minimum="<{$block.first}>"
              maximum="<{$block.last}>"
              intermediateChanges="false"
              pageIncrement="60"
              showButtons="true"
              clickSelect='true'

              onChange="setEventTime(arguments[0])";
              style='margin-top:8px;'
              >
 </div>

Programatic HorizontalSlider Widget misplaces HorizontalRule with topDecoration

I am developing a dijit Widget that wraps a HorizonalSlider and HorizontalRule object. This is working as expected in Firefox 2 but when I run this in IE7, the HorizontalRule is being attached to the bottomDecoration table row. Has anyone else experienced this? See below code example.

Note, Vertical Slider works with rightDecoration and leftDecoration. HorizontalSlider only works with bottomDecoration. I have also tested with dojo 1.02 and dojo 1.1 B3

dojo.declare("mySlider",[dijit._Widget, dijit._Templated], {

Syndicate content