Overlays
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 barClick
+
on the Add Button near a modal, slideout of dropdownClick on the
Customize
buttonChoose 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 workflowsLast updated