Temenos Digital
R24 AMR | Min(s) read

Custom Footer

Custom Footer is one of the most-used components. The footer has the following links:

  1. Locate Us
  2. Contact Us
  3. Terms and Conditions
  4. Privacy Policy
  5. FAQs

This component also has responsive properties for the widgets within the component. You need not explicitly assign the breakpoint values in every form for the footer component.

Usage

Here are the steps to set the component in Quantum Visualizer:

  1. Open the Temenos DigitalOrigination project in Quantum Visualizer.
  2. Drag and drop a Flex Container widget onto the required form.
  3. Select the Flex Container and set the following properties:
    • width: "100%"
    • left: "0%"
    • top: "0%"
    • height: "150 Dp"
  4. Insert the component in the flex and write the following code in the respective form Controller's onBreakPointChange function.
    this.view.customFooter.onBreakpointChange(<current breakpoint>);
  5. Set the following APIs in the Component Controller and provide the navigation code snippets in the pages:
    • showLocateUsPage: To show Locate us page.
    • showFAQs: To show FAQ page.
    • showTermsAndConditions: To show Terms and Conditions page.
    • showContactUsPage: To show Contact us page.
    • showPrivacyPolicyPage: To show Privacy Policy page.

APIs

In this topic

Copyright © 2020- Temenos Headquarters SA

Published on :
Thursday, May 30, 2024 11:39:50 AM IST