Related Pages: Message Popup, Dialog
Lead: Liav Nadler Status colour Yellow title ongoing
Table of Contents |
---|
Description
- A popup is a window that forces the user to interact with it before they can go back to using the parent application
- A popup window may contain these elements:
- A colored header, including a title and a closing close button (X)
- A content area, which may contain text, inputs and controls
- A primary action button
- A secondary action button, if relevant
- Other action buttons, if relevant
Types
Type | Usage | For more information |
---|---|---|
Message Popups | Display warnings, error messages and important information | See Message Popup |
Dialogs | Collect information from users or allowing them to make decisions | See Dialog |
...
- The popup appears over a semi-transparent background
- The popup is centered horizontally and vertically on the screen
- The user cannot resize the width or height of a popup window
- The user cannot can move the popup across the screen
- The semi-transparent background appears and disappears with a fade effect (TBD)
- The popup window itself appears and disappears with a slide down / slide up effect (TBD)
...