Part 1 — Modal window [What is it?]
In this part, we will create a basic application with modal window. We will use the modal window as an information board.
Last updated
In this part, we will create a basic application with modal window. We will use the modal window as an information board.
Last updated
The modal window in Supervisely appears after clicking on the launch button of the application. It can be used for at least two things:
to inform the user
to enter arguments
We use HTML to create the UI.
you can preview your HTML in our Application Designer
Here's our modal window:
src/modal.html
Simple. Isn't? Now let's add it to our config file:
config.json