public class Scrollbar extends Object
Modifier and Type | Field and Description |
---|---|
DOMElement |
cave
The container object for this scrolling that user can scroll the whole content
|
Map |
opts
The opts of this scrollbar controls.
|
DOMElement |
scroller
The content inside container object that will be scrolled.
|
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy
public DOMElement cave
public DOMElement scroller
public Map opts
Embed the scrollbar inside container or not.
Default: false
Specifies scrolling pixels each time click on scroll-bar arrow.
Default: 20
Specifies the multiple of step when mouse wheel scrolling.
Default: 3
Specifies the horizontal scroll-bar start position according to the scrolling area.
Default: 0
Specifies the vertical scroll-bar start position according to the scrolling area.
Default: 0
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.