Method signature
Scrolls a page to a required position.
FAPI.UI.scrollTo(left, top);
Name | Required | Type | Description |
---|---|---|---|
left | Yes | Integer | Position’s x coordinate |
top | Yes | Integer | Position’s y coordinate |
Example usage
function scrollTo(left, top){
FAPI.UI.scrollTo(left, top);
}
Callback example
Client callback is not supported for this method.