Documentation

Previous Page Button

Description

The Previous Page Button redirects to a previous 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.

CSS classes

Class name Description
.ic_button_prevpage indicates the look of the Previous page button
.ic_button_prevpage-up-disabled indicates the look of the disabled Previous page button for example on the first presentation page
.ic_button_prevpage-up-hovering indicates the look of the Previous page button on mouse hover
.ic_button_prevpage-down-hovering indicates the look of the Previous page button on mouse click

Examples

1.1. Prev page:
.ic_button_prevpage{
background-image: url('/file/serve/121039');
background-repeat: no-repeat;
background-position: center;
}

1.2. Prev page — up-hovering:
.ic_button_prevpage-up-hovering{
background-image: url('/file/serve/117042');
}

1.3. Prev page — down-hovering:
.ic_button_prevpage-down-hovering{ background-image:url('/file/serve/118062');
}