Configure Events
In the Shapes and button control you can configure the mouse Events click, mouseDown, mouseUp to execute tasks.
- Open Page
- Open Card
- Open Dialog
- Open iframe
- Open Window
- Set Value
- Toggle Value
- Set from Input and Close
Open Page
Used to display a View in Main window.

Open Card
Used to display a View as Popup window. The Card will be displayed next to the mouse at the time of the event, several cards can be displayed at the same time. The same Card can be used for example to show values of more pumps.

Open Dialog
Used to display a View as Dialog, typically to configure values. The Dialog will be displayed on top of the screen. The same Dialog can be used for example to configure values of more pumps.

Open iframe
Used to open a window as iframe (embedded HTML document from external sources). You can define the window size and the zoom scala.

Open Window
Used to open a window in a new browser. You can define the window size.

Set Value
Used to set Tags value or increase and decrease current value.

Toggle Value
Used to toggle the Tags value 1/0 (if 1 set to 0, if 0 set to 1).

Set from Input and Close
Combined can be used to set some values through a dialog with a OK confirmation
