Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / layout / resources / ScrollPane.html @ 12

History | View | Annotate | Download (397 Bytes)

1 9 andrej.cim
<div class="dojoxScrollWindow" dojoAttachEvent="onmouseenter: _enter, onmouseleave: _leave">
2
    <div class="dojoxScrollWrapper" style="${style}" dojoAttachPoint="wrapper" dojoAttachEvent="onmousemove: _calc">
3
        <div class="dojoxScrollPane" dojoAttachPoint="containerNode"></div>
4
    </div>
5
    <div dojoAttachPoint="helper" class="dojoxScrollHelper"><span class="helperInner">|</span></div>
6
</div>