1 | <table class="dijitReset dijitSlider dijitSliderV dojoxRangeSlider" cellspacing="0" cellpadding="0" border="0" rules="none" |
---|
2 | role="presentation" |
---|
3 | ><tr class="dijitReset" |
---|
4 | ><td class="dijitReset"></td |
---|
5 | ><td class="dijitReset dijitSliderButtonContainer dijitSliderButtonContainerV" |
---|
6 | ><div class="dijitSliderIncrementIconV" tabIndex="-1" style="display:none" dojoAttachPoint="decrementButton" dojoAttachEvent="onclick: increment"><span class="dijitSliderButtonInner">+</span></div |
---|
7 | ></td |
---|
8 | ><td class="dijitReset"></td |
---|
9 | ></tr |
---|
10 | ><tr class="dijitReset" |
---|
11 | ><td class="dijitReset"></td |
---|
12 | ><td class="dijitReset" |
---|
13 | ><center><div class="dijitSliderBar dijitSliderBumper dijitSliderBumperV dijitSliderTopBumper" dojoAttachEvent="onclick:_onClkIncBumper"></div></center |
---|
14 | ></td |
---|
15 | ><td class="dijitReset"></td |
---|
16 | ></tr |
---|
17 | ><tr class="dijitReset" |
---|
18 | ><td dojoAttachPoint="leftDecoration" class="dijitReset dijitSliderDecoration dijitSliderDecorationL dijitSliderDecorationV" style="text-align:center;height:100%;"></td |
---|
19 | ><td class="dijitReset" style="height:100%;" |
---|
20 | ><input dojoAttachPoint="valueNode" type="hidden" ${!nameAttrSetting} |
---|
21 | /><center role="presentation" style="position:relative;height:100%;" dojoAttachPoint="sliderBarContainer" |
---|
22 | ><div role="presentation" dojoAttachPoint="remainingBar" class="dijitSliderBar dijitSliderBarV dijitSliderRemainingBar dijitSliderRemainingBarV" dojoAttachEvent="onmousedown:_onRemainingBarClick" |
---|
23 | ><div dojoAttachPoint="sliderHandle" tabIndex="${tabIndex}" class="dijitSliderMoveable dijitSliderMoveableV" dojoAttachEvent="onkeypress:_onKeyPress,onmousedown:_onHandleClick" style="vertical-align:top;" role="slider" |
---|
24 | ><div class="dijitSliderImageHandle dijitSliderImageHandleV"></div |
---|
25 | ></div |
---|
26 | ><div role="presentation" dojoAttachPoint="progressBar,focusNode" tabIndex="${tabIndex}" class="dijitSliderBar dijitSliderBarV dijitSliderProgressBar dijitSliderProgressBarV" dojoAttachEvent="onkeypress:_onKeyPress,onmousedown:_onBarClick" |
---|
27 | ></div |
---|
28 | ><div dojoAttachPoint="sliderHandleMax" tabIndex="${tabIndex}" class="dijitSliderMoveable dijitSliderMoveableV" dojoAttachEvent="onkeypress:_onKeyPress,onmousedown:_onHandleClickMax" style="vertical-align:top;" role="slider" |
---|
29 | ><div class="dijitSliderImageHandle dijitSliderImageHandleV"></div |
---|
30 | ></div |
---|
31 | ></div |
---|
32 | ></center |
---|
33 | ></td |
---|
34 | ><td dojoAttachPoint="containerNode,rightDecoration" class="dijitReset dijitSliderDecoration dijitSliderDecorationR dijitSliderDecorationV" style="text-align:center;height:100%;"></td |
---|
35 | ></tr |
---|
36 | ><tr class="dijitReset" |
---|
37 | ><td class="dijitReset"></td |
---|
38 | ><td class="dijitReset" |
---|
39 | ><center><div class="dijitSliderBar dijitSliderBumper dijitSliderBumperV dijitSliderBottomBumper" dojoAttachEvent="onclick:_onClkDecBumper"></div></center |
---|
40 | ></td |
---|
41 | ><td class="dijitReset"></td |
---|
42 | ></tr |
---|
43 | ><tr class="dijitReset" |
---|
44 | ><td class="dijitReset"></td |
---|
45 | ><td class="dijitReset dijitSliderButtonContainer dijitSliderButtonContainerV" |
---|
46 | ><div class="dijitSliderDecrementIconV" tabIndex="-1" style="display:none" dojoAttachPoint="incrementButton" dojoAttachEvent="onclick: decrement"><span class="dijitSliderButtonInner">-</span></div |
---|
47 | ></td |
---|
48 | ><td class="dijitReset"></td |
---|
49 | ></tr |
---|
50 | ></table> |
---|