This is a Dialog Template for the PASIprep UI Guidelines.
A dialog should be used for:
A more complicated usage would be for the dialog to display more complicated information:
Buttons should use the default Material Angular button style for alert, confirmation and information dialogs.
Alert/Information dialogs should mimic the layout of the “Alert Dialog” in the Angular Material dialog demo. User can close the dialog by clicking the single button.
Action buttons should be displayed in the persistent footer bar present in every dialog.
Note: While this type of dialog by default (in Angular) can be dismissed by clicking outside of the dialog, it should be turned off in PASIprep 2.0.
Confirmation dialog should mimic the layout of the Confirm dialog for angular: https://material.angularjs.org/latest/demo/dialog
Note: This type of dialog cannot be dismissed by clicking outside of the dialog.
This dialog may include 1-2 value pair to accept simple user entry required to perform the action. This is similar to the PASIprep Dialog - Prompt.
Action buttons should be displayed in the persistent footer bar present in every dialog.