-
advance( pageID )
- Return type: no return value
-
Call this method to go to the next page. This is equivalent to pressing the Next button. The
canAdvance
property must be set totrue
for the page to be changed. The code in theonwizardnext
attribute is called before the page is changed. The pageID argument allows you to specify the index of the page to which to jump. Supplynull
as the argument to go to the next page in the sequence.