Overlays
Last updated
Last updated
Overlays, also known as Modals are windows โ both large and small that โpopโ onto the screen when an action is taken. Sometimes these come in the form of a warning (e.g. โAre you sure you want to delete that?โ) and sometimes they can be in the form of something useful (e.g. clicking a "view details" button and seeing the specifics about an object).
Jet Admin provides 3 types of overlays:
Modals. Opens above page content in the center of the screen.
Slideouts. Slides outs from the side of the screen over page content.
Dropdowns. Dropdown next to click origin over page content.
To set up an Overlay
, follow the steps:
Click on the Overlays
Tab from the top bar
Click +
on the Add Button near a modal, slideout of dropdown
Click on the Customize
button
Choose the Style you want to use
You can customize your Modals by showing a close button and enabling closure when clicking the background overlay.
Customizing OverlayYou can pass dynamic parameters from the page into your Modals, allowing you to populate them with contextual data.
Overlay ParametersModals support adding custom actions, giving you the flexibility to build interactive workflows.
Building dynamic workflows