navigateNext Method
Simulates what happens when a user presses the next button. Note: if the ScrollAnimation is set to continuous, you must call the endNavigation method to stop navigation.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function navigateNext() : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebImageViewer.navigateNext(); |