Updated
This commit is contained in:
7
master/examples/VolumeButton.html
Normal file
7
master/examples/VolumeButton.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="Volume" dojoAttachEvent="mousedown:onShowVolume">
|
||||
<div class="VolumeSlider" dojoAttachPoint="volumeSlider">
|
||||
<div class="VolumeSliderBack" dojoAttachPoint="volumeSliderBack"></div>
|
||||
<div class="VolumeSliderHandle" dojoAttachPoint="handle" dojoAttachEvent="mousedown:startDrag, mouseup:endDrag, mouseover:handleOver, mouseout:handleOut"></div>
|
||||
</div>
|
||||
<div class="icon"></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user