A small self-contained window that asks a question, shows a message, or collects a short bit of input, usually with buttons like OK or Cancel.
Synonyms
- dialog
- dialogue box
Related terms
In plain words
- the little box that pops up and asks you something
- the OK / Cancel window
Usage example
A dialog box appeared asking whether to save changes before closing.
Don't confuse with…
- modal"Modal" describes whether the box blocks the page behind it; a dialog box is the box itself and can be modal or not.
- alert dialogAn alert dialog is a dialog used specifically for an urgent message or a decision that needs immediate attention.
Categories
- Overlays & containers