Documentation

Methods

activeArea assigns active mouse wheel zone
attachEvent attaches the handler to an inner event of the component (allows behaviour customizations)
blockEvent temporarily blocks triggering of ALL events of the calling object
callEvent calls an inner event
define redefines a single configuration property (or a hash of properties)
detachEvent detaches a handler from an event (which was attached before by the attachEvent method)
getScroll return current state of scroller
getSize returns full scrollable size ( scrollWidth or scrollHeight of content )
hasEvent checks whether the component has the specified event
mapEvent routes events from one object to another
scrollTo set new position of scroller
sizeTo set new size of scrollable content ( scrollWidth or scrollHeight )
unblockEvent cancels blocking events that was enabled by the 'blockEvent' command
Back to top