Temenos Digital
R24 AMR | Min(s) read

Key Value List

This component is used to display multiple keys and values. It can be used in summary or acknowledgement screens.

Following are the various views of the Key Value List component:

  • Desktop & tablet view

  • Mobile view

Usage

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

  1. Open the Temenos Digital Origination 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, left and top as per design requirements.
    • height: "preferred"
  4. Insert the component in the Flex and write the following code in the respective form Controller's onBreakPointChange function.
    //this is form's onBreakpointChange definition
    onBreakpointChange(event,breakpoint){
      this.view.keyValueList.onBreakpointChange(breakpoint); // calling component's OnBreakpointChange
      .
      .
    }

APIs

In this topic

Copyright © 2020- Temenos Headquarters SA

Published on :
Thursday, May 30, 2024 12:28:31 PM IST