Drawer

This is the slider modal that can be attached to the edge of the screen, horizontally or vertically. It is normally used for displaying menus, allowing users to view/change profiles and settings.

Basic

Close Button Placement

PropertyLayout

Left - Keeps the 'X' close button at the top left of the drawer

Right - Keeps the 'X' close button at the top right of the drawer

Drawer Placement

PropertyLayout

Left - The slider is attached to the top edge of the screen

Bottom - The slider is placed at the bottom part of the screen

Left - The slider is attached to the left side of the screen

Right - The slider is attached to the right side of the screen

Drawer Widget

Specify the width for the drawer in 'px' value. It is a standard practice to keep the width not more than 30% of the screen, as this is a modal which slides from the edge.

Click Outside to Close

Decides whether users can click outside the widget's area to close the drawer or not. The 'X' close button is also used to close the widget.

Show Mask

This shows the gray overlay on the rest of the screen when the widget is activated.

Interaction

Event Handlers

EventDescription

Close

Style

PropertyDescription

Background

Users can change the colour of the background using this property. It has all the RGB colour ranges to pick from. It is recommended to use a corresponding background colour that shows the front clearly.

Last updated