Skip to content
Audun Wigum Arbo edited this page May 20, 2018 · 1 revision

What is a modal?

A modal is a pop-up window which appears as an overlay in the web application. Modals are usually used to get user input.

Modal overview

There are currently three different modals in the web application.

WelcomeModal

This modal is automatically shown the first an user enters the web application. It lets the user select from a list of predefined grid layouts. This module can be opened at a later point in time by clicking the "Presets" button.

AddModal

This modal is shown when an user clicks on an empty grid cell in edit mode. It allows the user to initialize a new module instance in the selected cell.

EditModal

This modal is shown when an user clicks on the "Edit" button on a module. It allows the user to edit the parameters for the selected module instance.