Documentation

Close Popup button

Description

The button closes the corresponding popup window.

Properties

The list starts with the common properties, learn more about them by visiting the Modules description section. The other available properties are described below.

Property name Description
Title Title displayed inside the module.

Supported commands

Command name Params Description
hide --- Hides the module.
show --- Shows the module.

Events

The module sends events to Event Bus when a user clicks on it.

Field name Description
Value clicked

CSS classes

Class name Description
.ic_button_cancel indicates the look of the Close Popup button
.ic_button_cancel-up-hovering indicates the look of the Close Popup button on mouse hover
.ic_button_cancel-down-hovering indicates the look of the Close Popup button on mouse click

Examples

1.1. Close Popup:
.ic_button_cancel{
background-image: url('/file/serve/117040');
background-repeat: no-repeat;
background-position: center;
}

1.2. Close Popup — up-hovering:
.ic_button_cancel-up-hovering{
background-image: url('/file/serve/117041');
}

1.3. Close Popup — down-hovering:
.ic_button_cancel-down-hovering{
background-image: url('/file/serve/123001');
}