Description
The Adaptive Next navigation button is a module used for navigating through adaptive lessons.
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 |
Direction |
- Next – navigate to the next lesson.
- Previous – navigate to the previous lesson.
|
Is disabled |
Allows disabling the module so that the user is not able to interact with it. |
Image |
Image will be displayed as the button's icon. If the value is empty, a default image will be displayed based on the button's type. |
Supported commands
Command name |
Params |
Description |
show |
--- |
Shows the module. |
hide |
--- |
Hides the module. |
enable |
--- |
Enables the module and removes the .disabled style class for the entire module. |
disable |
--- |
Disables the module and adds the .disabled style class for the entire module. |
CSS classes
Class name |
Description |
adaptive-next-wrapper |
DIV wrapping the module's elements. |