source:
Dev/trunk/src/client/dojox/av/widget/resources/VolumeButton.html
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 411 bytes |
Line | |
---|---|
1 | <div class="Volume" dojoAttachEvent="mousedown:onShowVolume"> |
2 | <div class="VolumeSlider" dojoAttachPoint="volumeSlider"> |
3 | <div class="VolumeSliderBack" dojoAttachPoint="volumeSliderBack"></div> |
4 | <div class="VolumeSliderHandle" dojoAttachPoint="handle" dojoAttachEvent="mousedown:startDrag, mouseup:endDrag, mouseover:handleOver, mouseout:handleOut"></div> |
5 | </div> |
6 | <div class="icon"></div> |
7 | </div> |
Note: See TracBrowser
for help on using the repository browser.