- Description:
Sticky footer wrapper module.
Themes are responsible for implementing the sticky footer. However, modules can interact with the sticky footer using this module.
- Source:
- Copyright:
- 2023 Ferran Recio
- 2023 Ferran Recio
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Sticky footer wrapper module.
Themes are responsible for implementing the sticky footer. However, modules can interact with the sticky footer using this module.
Members
(static, constant) disableStickyFooter
- Description:
Disable sticky footer in the page.
- Source:
Disable sticky footer in the page.
(static, constant) enableStickyFooter
- Description:
Enable sticky footer in the page.
- Source:
Enable sticky footer in the page.
(static, constant) init
- Description:
Initialize the module if the theme does not implement its own init.
- Source:
Initialize the module if the theme does not implement its own init.
(static, constant) registerManager
- Description:
Register the theme sticky footer methods.
- Source:
Register the theme sticky footer methods.
Methods
(inner) notifyStickyFooterStateChange(enabled)
- Description:
Dispatch an event to notify that the state (enabled/disabled) of the sticky footer has changed.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
enabled |
boolean | Whether the sticky footer has been enabled or disabled. |