Wizard Example Two
Description
This is an example of a wizard with three steps. The second and third steps are conditionally displayed based on the content of the first step. The first step also includes before and after JavaScript method.
The steps in this wizard contain a table and a tree and illustrate how those components can be included in a wizard step.
Location of Example
To navigate to this example in the product, go to > > > . In the example section, select the second “New Wizard Description.”
Actions for this Example
• newWizardExampleTwo
• setFourthWizStep
• setFifthWizStep
• setSixthWizStep
Action Models for this Example
• None
Files Used in This Example
• <WT_HOME>\codebase\netmarkets\jsp\carambola\customization\examples\wizard\wizardExampleTwo.jsp
• <WT_HOME>\codebase\netmarkets\jsp\carambola\customization\examples\wizard\setFourthWizStep.jsp
• <WT_HOME>\codebase\netmarkets\jsp\carambola\customization\examples\wizard\setFifthWizStep.jsp
• <WT_HOME>\codebase\netmarkets\jsp\carambola\customization\examples\wizard\setSixthWizStep.jsp
Parent topic