Class: FooterView

Footer FooterView

FooterView

new FooterView(attr)

modules/footer/view.js, line 17
Name Type Description
attr Object Attributes to be used for creating the footer

Extends

Methods

addOnClickListenerForTools(toolModelId, linkIdAppendix){void}

modules/footer/view.js, line 55
Creates onClick-listeners for links that opens tools.
Name Type Description
toolModelId String the id of the model of the tool to be opened on click on footer-link
linkIdAppendix String "-footerlink" or "-footerlink-mobile"

capitalizeFirstLetter(string){String}

addons/footerCustom/view.js, line 97
Helper function to capitalize a string
Name Type Description
string String string to be capitalized
Returns:
string

render(){FooterView}

modules/footer/view.js, line 30
Renders the footer to the ol-viewport and creates onClick-listeners for links that opens tools
Returns:
this

render(){FooterCustomView}

addons/footerCustom/view.js, line 33
Initial render function

renderAddon(addonId, order, hiddenOnSmallScreen, options){void}

addons/footerCustom/view.js, line 60
Render addons
Name Type Description
addonId String Addon ID to be rendered
order Number Ordering number for positioning within flex container
hiddenOnSmallScreen Boolean Add hidden-xs class if true
options Object Options for addon