[Accordion] Overview
A Dialog Box is a component that overlays a parent interface, typically used to display information, prompt user input, or confirm an action.
Message Box is a type of dialog that prompts for your confirmation before continuing with an action.
[Accordion] Key Features
Buttons: Each dialog box in the application includes multiple buttons designed to perform a specific action/function.
Common Elements:
- Dialog header:
[[img:pageless >> bg:white]]/[[img:close_fullscreen >> bg:white]] Used to maximize and restore the dialog size
[[img:close >> bg:white]] Used to close the dialog box (the Escape key on your keyboard can also be used)
[[img:content_copy >> bg:white]] Used to copy the displayed message/information. Example: To provide a support representative when requesting assistance
Action Buttons:
[[img:Close >> lbl:Cancel>>bg:gray]] To cancel the action
[[img:Check>> lbl:Submit]] To submit the information
[Accordion] FAQs
[Q] Do all dialog boxes have the same features?
[A] No. Every Dialog box is configured differently, with different buttons and functions, depending on its purpose.