Page Footers

From Lianjapedia
Revision as of 06:40, 13 May 2018 by Barrymavin (Talk | contribs)

Jump to: navigation, search

See Also

Page Attributes, Section Footers, Section Menus

Overview

Pages can have a Footer displayed at the bottom of the Page. The Footer can be made Visible or hidden. It can display a Footer image or be rendered using custom code.

Double-click on the Page header or click the cog icon to access the Page Attributes. Scroll down to the Footer sub-section.

Visible

Footer: default Visible is False


By default, the Page Footer is not visible.

Footer: set Visible to True


To make the Footer visible, check the Visible attribute to True.

The Footer must be visible to display a Footer Image or Footer Gadget.

Notes on Client Support

Custom footer display delegate

Custom Footer Display Delegate



The Custom footer display delegate attribute specifies the name of a procedure/function that will render the page footer when Visible is true.

Notes on Client Support

Height

Footer Height


The Height attribute is used to specify the footer height.

Notes on Client Support

Background color

Footer Background Color


The Background color attribute is used to specify the footer background color.

Click the [...] button to access the 'Select Color' dialog.

Notes on Client Support

Foreground color

The Foreground color attribute is used to specify the footer foreground color.

As above, click the [...] button to access the 'Select Color' dialog.

Notes on Client Support

Footer image

Footer image


The Footer image attribute is used to specify the filename of an image to be displayed in the footer.

Notes on Client Support

Gradient colors

Notes on Client Support

Gradient type

Notes on Client Support

Gradient start color

Notes on Client Support

Gradient end color

Notes on Client Support

Refresh interval

Refresh interval


The Refresh interval attribute is used to specify the interval in seconds that the footer content will be refreshed.

Here, the 'footer_gadget.js' script generates a JavaScript gadget to display a label with the current time.

The Refresh interval attribute has been set to 5, so the time display is updated every five seconds.

Note: the refresh timer does not operate in Development view, so switch to Desktop App View to see the effects of the Refresh interval attribute.
Notes on Client Support

Notes on Client Support

Attribute Notes
Visible -
Custom footer display delegate The delegate must be written in JavaScript on the Web/Mobile client.
Height -
Background color Background color is supported on the desktop client only.
Foreground color Foreground color is supported on the desktop client only.
Footer image Footer image is supported on the desktop client only.
Gradient colors Gradient colors are supported on the desktop client only.
Gradient start color Gradient start color is supported on the desktop client only.
Gradient end color Gradient end color is supported on the desktop client only.
Gadget Gadgets are supported on the desktop client only.
Refresh interval Refresh interval is supported on the desktop client only.