Modifying a wizard
You can modify an existing wizard to suit your business needs by following the information provided in this topic.
- Before customizing a wizard page provided by default, you should decide whether you
want to override the wizard files by copying and modifying them or whether you want to
create your own wizard page.
- To create a new wizard page instead of overriding an existing wizard page, you can use
the existing partial HTMLs, directives, and services. To create a new wizard page instead
of overriding an existing wizard page, you should consider the following criteria:
- The features that are available in the existing wizard page and needed as part of the new wizard page.
- The features that are available in the existing wizard page and not needed as part of the new wizard page.
- The features that are not available in the existing wizard page and needed as part of the new wizard page.
- You can override the wizard files by copying the files to
<wscdevwar>/extn/<default path to the files>/and modifying them as required.
- To create a new wizard page instead of overriding an existing wizard page, you can use
the existing partial HTMLs, directives, and services. To create a new wizard page instead
of overriding an existing wizard page, you should consider the following criteria:
- To customize the styling of a wizard page, refer Customizing the CSS.
- Once you complete performing the required changes, you can test your customization.