Confirmation dialog
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]- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ a b Java Look and Feel Design Guidelines, Alert Boxes
- ^ Microsoft GUI guidelines
- ^ BlackBerry GUI guidelines
See also
[edit | edit source]