Documentation

Next Page Button

Description

The Next Page Button redirects the user to the next page.

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 A title displayed inside the module.

Supported commands

Command name Params Description
hide --- Hides the module.
show --- Shows the module.
Class name Description
.ic_button_nextpage indicates the look of the Next page button
.ic_button_nextpage-up-disabled indicates the look of the disabled Next page button for example on the last presenttaion page
.ic_button_nextpage-up-hovering indicates the look of the Next page button on mouse hover
.ic_button_nextpage-down-hovering indicates the look of the Next page button on mouse click

Examples

1.1. Next page:
.ic_button_nextpage{
background-image: url('/file/serve/117040');
background-repeat: no-repeat;
background-position: center;
}

1.2. Next page — up-hovering:
.ic_button_nextpage-up-hovering{
background-image: url('/file/serve/117041');
}

1.3. Next page — down-hovering:
.ic_button_nextpage-down-hovering{
background-image: url('/file/serve/123001');
}