Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Related Pages: Message PopupDialog


Lead:  Liav Nadler 

Status
colourYellow
titleongoing

Table of Contents

Description

A popup is a window that appears over the main display and forces the user to interact with it before they can go back to using the parent application

Types

TypeUsageExampleFor more information
Message PopupsDisplay warnings, error messages and important information

See Message Popup
DialogsCollect information from users or allowing them to make decisions

See Dialog

Usage & Behaviour

General guidelines

Structure

  • A popup window may contain these elements:
    • A colored header, including a title and a 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
  • The popup appears over a semi-transparent background

...

  • A popup window appears on users' action, usually clicking a button, icon or link
  • The popup can be dismissed by either clicking the X button or by clicking the primary or secondary action button. Clicking outside the window?
  • For interactions within dialog boxes see Dialogs

...