Modifying a modal

You can modify an existing modal to suit your business needs by following the information provided in this topic.

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