Confirmation dialog

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Confirmation dialog (sometimes called a warning alert box or chicken box)[1][2] is a dialog box that asks user to approve requested operation. Usually this dialog appears before a potentially dangerous operation is performed (program termination, file deletion, etc.)

Typically confirmation dialog boxes have two buttons (e.g. Yes / No, Confirm / Cancel) or three buttons (e. g. Save / Discard / Cancel).

Some human interface guidelines recommend avoiding unnecessary confirmation dialogs.[3] BlackBerry and Sun Java UI guidelines recommended a confirmation button be put before a cancellation button; but a default button should not be associated with a major destructive action.[2][4]

References

[edit | edit source]
  1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  2. ^ a b Java Look and Feel Design Guidelines, Alert Boxes
  3. ^ Microsoft GUI guidelines
  4. ^ BlackBerry GUI guidelines

See also

[edit | edit source]