This emulates the action of the user having clicked on a scrollbar item with the mouse. The scroll controller that is clicked on depends on the keyword used in the method call.
Keyword: | Description: |
down | Composite reference to scrollbarDown |
left | Composite reference to scrollbarLeft |
pageDown | Composite reference to scrollbarPageDown |
pageLeft | Composite reference to scrollbarPageLeft |
pageRight | Composite reference to scrollbarPageRight |
pageUp | Composite reference to scrollbarPageUp |
right | Composite reference to scrollbarRight |
scrollbarDown | Down scroll arrow is at the specified location |
scrollbarHThumb | Horizontal scroll thumb or box is at the specified location |
scrollbarLeft | Left scroll arrow is at the specified location. |
scrollbarPageDown | Page-down scroll bar shaft is at the specified location |
scrollbarPageLeft | Page-left scroll bar shaft is at the specified location |
scrollbarPageRight | Page-right scroll bar shaft is at the specified location |
scrollbarPageUp | Page-up scroll bar shaft is at the specified location |
scrollbarRight | Right scroll arrow is at the specified location |
scrollbarUp | Up scroll arrow is at the specified location |
scrollbarVThumb | Vertical scroll thumb or box is at the specified location |
up | Composite reference to scrollbarUp |
The default value is scrollbarDown.
Prev | Home | Next |
Element.document | Up | Element.filters[] |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |