scrollTo(x,y)
Type: Method
File: core/movable.js
Implemented in:
Scrollable
Included in:
dataview
,
form
,
grouplist
,
list
,
pagelist
,
scrollview
,
template
scrolls data container to a certain position
Parameters
x - the value of the horizontal scroll (optional)
dimension
y - the value of the vertical scroll (optional)
dimension
Returns