Module: js-whatever/js/footer

js-whatever/js/footer

Source:

Classes

Footer

Type Definitions

FooterOptions

Properties:
Name Type Description
$parent jQuery

Parent element. The show-footer class to this element when the footer is shown

vent object

Instance of vent-constructor

strings FooterStrings

Strings to use as tooltip labels

tabData Array.<FooterTabData>

Defines the tabs in the footer

Source:

FooterProcessor

Properties:
Name Type Description
component string

The key in tabData that the processor reads

selector string

CSS selector for the element of the footer template that the processor renders to

template function

Base template for processor

target string

CSS selector for element within the selected element which will be given the class
'active'

Source:

FooterStrings

Properties:
Name Type Argument Default Description
clickToHide string <optional>
'Collapse footer.'
clickToShow string <optional>
'Show more...'
Source:

FooterTabData

Describes a footer tab. In addition to the properties listed below, it requires a Backbone View for
every component in the list of processors

Properties:
Name Type Description
key string

Identifier for the tab

Source:
Copyright 2013-2018 Micro Focus International plc. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License.
Documentation generated by JSDoc 3.4.3 on Thu Jun 21st 18:04 2018 using the DocStrap template.