Temenos Digital
R24 AMR | Min(s) read

Explore

This component is used in the Temenos DigitalOrigination app (previously known as Onboarding app) to display additional information to the users.

Following are the various views of the Explore component:

  • Desktop & tablet view: width > 640

    The following gif shows right, centre, and left positions.

  • Mobile view : width < 640

When the width of the view is greater than 1380, the image is chipped vertically by maintaining the aspect ratio of the image.

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:
    • Clip bounds: "Off"
    • Height: "preferred"
    • Width: "100%"
  4. Insert the component in the Flex and write the following code in the respective form Controller's onBreakPointChange function.
    this.view.SelectProducts.onBreakpointChange(eventObj,width);
    //width is the current breakpoint value 
    //eventObj is the component instance

APIs

Callbacks

The callback for the button onClick is set as a part of data in setData API.

In this topic

Copyright © 2020- Temenos Headquarters SA

Published on :
Thursday, May 30, 2024 11:41:33 AM IST