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 toolModelIdString the id of the model of the tool to be opened on click on footer-link linkIdAppendixString "-footerlink" or "-footerlink-mobile" -
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
-
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 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