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