goNext
Jumps to the next, or to a specific page.
Description
vcc.goNext([nextPage: string]): void
Parameters
nextPage
Optional. The name of the next page to jump to. If missing, it triggers the same action as clicking the Next button.
Return values
none
Example
After selecting a value, you want to jump to the next page immediately.
$('page', 'gender').afterSetData = function() {
vcc.goNext();
};
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.