-
onwizardfinish
- Type: script code
- This should be set to code which is called when the user presses the Finish button, which would appear in place of the Next button on the last page of the wizard. Return
true
to allow the wizard to be closed, accepting any values entered on the pages, or returnfalse
to prevent the wizard from being closed. Use thecanAdvance
property to indicate to the user (by disabling the Finish button) that they cannot end the wizard.