2150 |
mathias |
1 |
<table class="dijitReset dijitSlider" cellspacing="0" cellpadding="0" border="0" rules="none"
|
|
|
2 |
><tbody class="dijitReset"
|
|
|
3 |
><tr class="dijitReset"
|
|
|
4 |
><td class="dijitReset"></td
|
|
|
5 |
><td class="dijitReset dijitSliderButtonContainer dijitVerticalSliderButtonContainer"
|
|
|
6 |
><div class="dijitVerticalSliderIncrementIcon" tabIndex="-1" style="display:none" dojoAttachPoint="incrementButton" 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 dijitVerticalSliderBumper dijitSliderTopBumper dijitVerticalSliderTopBumper"></div></center
|
|
|
14 |
></td
|
|
|
15 |
><td class="dijitReset"></td
|
|
|
16 |
></tr
|
|
|
17 |
><tr class="dijitReset"
|
|
|
18 |
><td dojoAttachPoint="leftDecoration" class="dijitReset" style="text-align:center;height:100%;"></td
|
|
|
19 |
><td class="dijitReset" style="height:100%;"
|
|
|
20 |
><input dojoAttachPoint="valueNode" type="hidden" name="${name}"
|
|
|
21 |
/><center style="position:relative;height:100%;" dojoAttachPoint="sliderBarContainer"
|
|
|
22 |
><div dojoAttachPoint="remainingBar" class="dijitSliderBar dijitVerticalSliderBar dijitSliderRemainingBar dijitVerticalSliderRemainingBar" dojoAttachEvent="onclick:_onBarClick"></div
|
|
|
23 |
><div dojoAttachPoint="progressBar" class="dijitSliderBar dijitVerticalSliderBar dijitSliderProgressBar dijitVerticalSliderProgressBar" dojoAttachEvent="onclick:_onBarClick"
|
|
|
24 |
><div dojoAttachPoint="sliderHandle,focusNode" class="dijitSliderMoveable" dojoAttachEvent="onkeypress:_onKeyPress,onclick:_onHandleClick" style="vertical-align:top;" waiRole="slider" valuemin="${minimum}" valuemax="${maximum}"
|
|
|
25 |
><div class="dijitSliderImageHandle dijitVerticalSliderImageHandle"></div
|
|
|
26 |
></div
|
|
|
27 |
></div
|
|
|
28 |
></center
|
|
|
29 |
></td
|
|
|
30 |
><td dojoAttachPoint="containerNode,rightDecoration" class="dijitReset" style="text-align:center;height:100%;"></td
|
|
|
31 |
></tr
|
|
|
32 |
><tr class="dijitReset"
|
|
|
33 |
><td class="dijitReset"></td
|
|
|
34 |
><td class="dijitReset"
|
|
|
35 |
><center><div class="dijitSliderBar dijitSliderBumper dijitVerticalSliderBumper dijitSliderBottomBumper dijitVerticalSliderBottomBumper"></div></center
|
|
|
36 |
></td
|
|
|
37 |
><td class="dijitReset"></td
|
|
|
38 |
></tr
|
|
|
39 |
><tr class="dijitReset"
|
|
|
40 |
><td class="dijitReset"></td
|
|
|
41 |
><td class="dijitReset dijitSliderButtonContainer dijitVerticalSliderButtonContainer"
|
|
|
42 |
><div class="dijitVerticalSliderDecrementIcon" tabIndex="-1" style="display:none" dojoAttachPoint="decrementButton" dojoAttachEvent="onclick: decrement"><span class="dijitSliderButtonInner">-</span></div
|
|
|
43 |
></td
|
|
|
44 |
><td class="dijitReset"></td
|
|
|
45 |
></tr
|
|
|
46 |
></tbody></table>
|