packages/ecl/components/ecl-site-footer/ecl-footer-elements/ec/ecl-site-footer-row-common/ecl-site-footer-row-common.component.ts
There is some fixed content in the site footer, that cannot be changed by the user and is mandatory. This component represents this fixed content.
| encapsulation | ViewEncapsulation.None |
| selector | div[eclSiteFooterRowCommon] |
| imports |
TranslateModule
EUI_ECL_LINK
EUI_ECL_SOCIAL_MEDIA_FOLLOW
EclSiteFooterListItemDirective
EclSiteFooterLinkDirective
EclSiteFooterListDirective
|
| styleUrls | ./ecl-site-footer-row-common.css |
| templateUrl | ./ecl-site-footer-row-common.component.html |
Methods |
Inputs |
HostBindings |
Accessors |
| isCore |
Type : boolean
|
Default value : false
|
|
If this is a core template. If it's standardised or harmonised footer, ec logo should be added. |
| languageCode |
Type : string
|
|
The code of the current language. Used to translate the content. |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cssClasses |
getcssClasses()
|
| logoLanguageCode |
getlogoLanguageCode()
|
|
This method is used, when current language is not present for our available logo collection. In this case, a default logo is returned.
Returns :
string
|