Related pages: Popups, Dialogs, Toast
Table of Contents |
---|
Description
...
For basic popup structure see Popups.
A message popup will have a title, next to a type icon (e.g. warning icon).
The message popup may contain a checkbox, allowing the user to declare a statement, e.g. I understand or Don’t show this again.
...
Dimensions
Message popups have popup have two possible dimensions: regular and extended, depending on the amount of content.
A regular popup has a fixed width of 400px.
The In this case, the height of the popup may vary from a minimum of 260 pixels, and up to 600 pixels, depending on the amount of content260px to 460px.An extended popup has a fixes width of 600 px.
In this case, the height of the popup may vary from 390px to 690px.If the content does not fit within the content area, a scrollbar will appear.
Regular popup | Extended popup |
---|---|
Content
Popup header will contain the name of the object that triggered it (see Popups for more information).
The title can wrap up to two lines. Beyond that it will be truncated, showing an ellipsis (…). In this case, hovering over the title will show a tooltip with the full title.
...