Related Pages: Message PopupsDialogs

Description

A popup is a window which appears over the primary screen. It usually appears as a result of a user action, such as clicking a help icon. A popup must be dismissed by the user before returning to the primary screen.

Types

Type

Usage

Example

Message Popups

To display warnings, error messages, and important information.

Dialogs

To collect information from the user, or to allow them to make decisions.

Usage & Behavior

General guidelines

Structure

A popup window may contain:

The popup appears over a semi-transparent background.

Placement and Positioning

Content

The popup header may contain hard-coded text, a dynamic field, or a combination of both.

Interaction

Validations and errors

Transitions

Best practices

Use popups

Do not use popups

General

Accessibility compliance

Unless otherwise specified, see our general compliance information in Fundamentals - Accessibility.

Design

See Message Popups and Dialogs.

Code

See Message Popups and Dialogs.