aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/layout/resources/ScrollPane.html
blob: 4b3df778e2b6ec7cf75ceb672f68f1b5534362db (plain)
1
2
3
4
5
6
<div class="dojoxScrollWindow" dojoAttachEvent="onmouseenter: _enter, onmouseleave: _leave">
    <div class="dojoxScrollWrapper" style="${style}" dojoAttachPoint="wrapper" dojoAttachEvent="onmousemove: _calc">
	<div class="dojoxScrollPane" dojoAttachPoint="containerNode"></div>
    </div>
    <div dojoAttachPoint="helper" class="dojoxScrollHelper"><span class="helperInner">|</span></div>
</div>