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 Infinity 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


Field Name
|
Application/Table name

Temenos Headquarters SA
2 Rue de l'Ecole-de-Chimie
CH - 1205 Geneva
Switzerland

Copyright © 2020- Temenos Headquarters SA

Published on :
Tuesday, May 23, 2023 9:43:42 PM IST