Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

#

Attribute

Description

Sample Value

1

enabled

True: Enables the footer section in the layout.
False: Disables the footer section in the layout.

true

2

heightInPx

Fixes in the height of the footer section in pixels.

100

3

position

Fixed: Footer is in a fixed position when the page is scrolled.
Absolute: Footer moves along with the page when scrolled.

fixed

4

headerTransisition

True: Locks the position of the footer and does not allow to auto-hide.
False: Position is not fixed and allows toauto-hide.

true

5

component

Component is a .JS file which holds the content of the footerConfig. Component must be registered in the CLCR registry in the component.js file.
The customized new component can either contain templates with AJAX classes or DOM coding which contains references to images or any workspace etc.

appfooter

...