Method signature

Scrolls a page to a required position.

FAPI.UI.scrollTo(left, top);
NameRequiredTypeDescription
leftYesIntegerPosition’s x coordinate
topYesIntegerPosition’s y coordinate

Example usage

function scrollTo(left, top){
    FAPI.UI.scrollTo(left, top);
}

Callback example

Client callback is not supported for this method.