Properties

container an HTML container (or its ID) where the component should be initialized
id the ID of a widget
on allows attaching custom handlers to inner events of the component
scroll the direction of scrolling
scrollHeight the scrolling height of the object (vertical scrolling)
scrollPos the top (vertical scrolling ) or left (horizontal scrolling) offset of the scroll.
scrollSize the width(vertical scrolling) or height(horizontal scrolling) of the scroll
scrollStep the number of items that will be scrolled on each mouse move
scrollVisible defines visibility of scroll
scrollWidth the scrolling width of the object (horizontal scrolling)
zoom the zoom of the total scroll bar length
Back to top