Overview

A header toolbar offers universal actions that apply to the whole page. By aligning it with the page title, it creates a direct link between the page elements and their corresponding actions. When actions are located beside the title, it suggests they are of equal importance within the hierarchy. Global actions might include Editing or Deleting, along with other actions specific to the page interface like changing the page view, expanding or reducing the page size, adding bookmarks, or making comments.

Look and Feel

When to Use

1
do
false

Recommended

  • Place actions that affect the whole page (including tabs or sections).
  • Consider using icon and text buttons for primary actions.
  • Truncate in headers according to priority.
  • When multiple actions would cause a line break, use overflow for truncation

With multiple primaries (Edit, Save) use one of the following methods:

  1. Deemphasize the first primary (Edit) and implement the finalizing action as the primary
  2. Implement a dialog to overlay the page and provide the finalizing action
  3. Implement a wizard to overlay the page and provide the finalizing action
1
dont
false

Not Recommended

  • Do not truncate primary actions.
  • Do not use icon-only buttons for primary actions.
  • Don't place actions in the page header that don't affect the entire page/tabs

Header Actions

Actions within the header toolbar must always be visible, independent of the scrolling position on the screen.

(“sticky behavior”). Titles are generally shown on the left side of the screen, where actions are aligned on the right.

If there is insufficient space to show all actions (in a whole window), they are successively truncated to an overflow menu, depending on their priority. Header actions affect the content on a page level.

Examples of header toolbar actions

Stick to right-aligned actions.

Actions with a common purpose are grouped and arranged in the following order:

Actions within a group are arranged from left to right according to their importance.

Workflow actions (Save, Post, etc.) are generally placed in the footer toolbar; do not put them in the header toolbar.

Footer Actions

Actions and Icons

Dialog Creation

Wizard Overview

Action Text Terminology

Fiori Guidelines - Action Placement