Skip to end of banner
Go to start of banner

Buttons

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 101 Next »

Description

Buttons allow the user to perform a defined single action, such as navigating to a different view, choosing an option, or completing a task. These actions are always in context, relating to the container it's located in, such as a screen, form, wizard, popup, popover, etc..

Types

Type

Image

Usage

Dialog Buttons

Use for primary and secondary actions.

Icon Buttons

Use in areas where dialog buttons won’t comfortably fit, such as toolbars and tables.

Split Buttons

Use when there are multiple related actions, with one primary action (e.g. the most frequently used).

Switch Buttons

Use to quickly switch between binary options, e.g. On/Off.

Ribbon Buttons

Use within the /wiki/spaces/UserExp/pages/1390479038 component.

Usage & Behavior

General guidelines

Structure

A button consists of:

  • A trigger area. When selected, this performs an action.

  • A label. This can be text, an icon, or both.

For more information see button types above.

Placement and Positioning

As per each individual button type.

For large button menus, up to 3 primary actions should be shown at top level. Additional, secondary buttons should be grouped within a menu icon button, shown to the right of the primary buttons.

Content

Button labels tell users what will happen when they click the button.

  • Use sentence-case capitalization.

  • Use verbs that describe the action, such as Add or Delete.

  • For groups of buttons, use specific labels describing the actions, such as Save or Discard, rather than general terms such as OK and Cancel. This is particularly helpful when the user is confirming an action.

Internal logic

As per each individual button type.

States

As per each individual button type.

Interaction (general for all buttons)

  • Clicking the button target area will initiate its action.

  • When hovering, the mouse cursor changes from a pointer to a hand.

Validations and errors

Transitions

As per each individual button type.

Best practices

  • Do not use Buttons as navigational elements → use Links.

  • In most cases, do not use more than three words for a button label.

  • Choose labels which are short and meaningful.

  • Avoid using acronyms as labels in buttons. Use language which the user will understand.

Accessibility compliance

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

Responsive design

Verint products should dynamically respond to the user’s screen size, platform, and orientation, supporting all devices down to the common tablet size (960px width).

For more information see the general Responsive Design guidelines.

Responsive guidelines

For button menus:

  • where the width of the container is reduced and the 3 primary buttons cannot all be shown, they should be moved into a hamburger menu along with the other secondary buttons.

  • the most important primary action, such as Save, should always remain visible.

Design

As per each individual button type.

Code

As per each individual button type.

  • No labels