Class: FooterCustomView

FooterCustomView

FooterCustomView

new FooterCustomView()

addons/footerCustom/view.js, line 6

Extends

Methods

inherited 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"

inherited 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

inherited 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

inherited 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