core/sticky-footer

Sticky footer wrapper module.

Themes are responsible for implementing the sticky footer. However, modules can interact with the sticky footer using this module.

Source:
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Members

(static, constant) disableStickyFooter

Source:

Disable sticky footer in the page.

(static, constant) enableStickyFooter

Source:

Enable sticky footer in the page.

(static, constant) init

Source:

Initialize the module if the theme does not implement its own init.

(static, constant) registerManager

Source:

Register the theme sticky footer methods.

Methods

(inner) notifyStickyFooterStateChange(enabled)

Source:

Dispatch an event to notify that the state (enabled/disabled) of the sticky footer has changed.

Parameters:
Name Type Description
enabled boolean

Whether the sticky footer has been enabled or disabled.