Wizard forms can be a convenient alternative to launching multiple forms from a task when:
Transition logic between pages is simple
Privileged system calls between pages are required
Wizard forms contain the two rows of buttons described below.
Table 2–18 First Row of Buttons|
Row of buttons |
Description |
|---|---|
|
top row |
Next and Back buttons to traverse through the form panes |
|
second row |
Contains the standard user form buttons listed in the following table. You can control the second row by setting noDefaultButtons option to true and implementing your own buttons. |
This second row of button can vary as follows:
Table 2–19 Second Row of Buttons|
Wizard page |
Default buttons |
|---|---|
|
first page |
Next, Cancel |
|
intermediate pages |
Prev, Next, Cancel |
|
last page |
Prev, Ok, Cancel |