Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / av / widget / resources / VolumeButton.html

History | View | Annotate | Download (411 Bytes)

1 9 andrej.cim
<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>