Wizard Example One
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.
Location of Example
To navigate to this example in the product, go to > > > . In the example section, select the first “New Wizard Description.”
Actions for this Example
• newWizardExampleOne
• setFirstWizStep
• setThirdWizStep
• setSecondWizStep
Action Models for this Example
• None
Files Used in This Example
• <WT_HOME>\codebase\netmarkets\jsp\carambola\customization\examples\wizard\newWizardExampleOne.jsp
• <WT_HOME>\codebase\netmarkets\jsp\carambola\customization\examples\wizard\setFirstWizStep.jsp
• <WT_HOME>\codebase\netmarkets\jsp\carambola\customization\examples\wizard\setSecondWizStep.jsp
• <WT_HOME>\codebase\netmarkets\jsp\carambola\customization\examples\wizard\setThirdWizStep.jsp
Parent topic