Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (340 Bytes)

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>