source: Dev/trunk/src/client/dojox/av/widget/resources/ProgressSlider.html

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 340 bytes
Line 
1<div class="Progress" dojoAttachEvent="mousedown:startDrag">
2   
3    <div class="ProgressLoaded" dojoAttachPoint="progressLoaded"></div>
4    <div class="ProgressPosition" dojoAttachPoint="progressPosition"></div>
5        <div class="ProgressHandle" dojoAttachPoint="handle" dojoAttachEvent="mouseover:handleOver, mouseout:handleOut"></div>
6</div>
Note: See TracBrowser for help on using the repository browser.