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 toolModelIdString the id of the model of the tool to be opened on click on footer-link linkIdAppendixString "-footerlink" or "-footerlink-mobile" -
inherited capitalizeFirstLetter(string){String}
addons/footerCustom/view.js, line 97 -
Helper function to capitalize a string
Name Type Description stringString 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 addonIdString Addon ID to be rendered orderNumber Ordering number for positioning within flex container hiddenOnSmallScreenBoolean Add hidden-xs class if true optionsObject Options for addon