Navigation

  • index
  • next |
  • previous |
  • Granite UI 1.0 documentation »
  • Legacy CoralUI 2 Components »
  • Granite UI Endor »

Footer¶

/libs/granite/ui/components/endor/footer

Footer is the component to render the Endor’s footer.

It has the following content structure:

granite:EndorFooter
classstring

The class attribute.

srcPathstring

The path to the resource that defines the copyright and the items. If this property is specified, the copyright and the items are taken from this resource instead.

copyrightstring
  1. \u00A9 2014 Adobe. All Rights Reserved
i18n

The copyright notice.

items

The items of the footer. Typically a row of hyperlinks.

Example:

+ footer
  - sling:resourceType = "granite/ui/components/endor/footer"
  - srcPath="cq/core/content/footer"

+ footer
  - sling:resourceType = "granite/ui/components/endor/footer"
  - copyright = "\u00A9 2014 Adobe. All Rights Reserved"
  + items
    + help
      - sling:resourceType = "granite/ui/components/foundation/hyperlink"
      - href = "http://www.adobe.com/go/experiencecloud_help"
      - text = "Help"

Previous topic

Hyperlink

Next topic

Layouts

This Page

  • Show Source

Quick search

Navigation

  • index
  • next |
  • previous |
  • Granite UI 1.0 documentation »
  • Legacy CoralUI 2 Components »
  • Granite UI Endor »
© Copyright 2018, Adobe Systems Incorporated. Created using Sphinx 1.8.3.