Flip Content
You can use the Flip Content UI Pattern to display information that when, for example, is clicked, flips and displays different information.
How to use the Flip content UI Pattern
-
In Service Studio, in the Toolbox, search for
Flip Content
.The Flip Content widget is displayed.
-
From the Toolbox, drag the Flip Content widget into the Main Content area of your application's screen.
-
Add the required content for the front and back placeholders inside the Flip Content widget.
In this example, we add images by dragging the Image widget into the front and back placeholders in the Flip Content widget and selecting an image from the sample OutSystems UI images.
-
On the Properties tab, from the Trigger drop-down, you can customize when the Flip Content widget is triggered, for example, when it is clicked.
After following these steps and publishing the module, you can test the pattern in your app.
Properties
Property | Description |
---|---|
Trigger (Trigger Identifier): Optional | Define when the flip event is triggered. The predefined options are:
Examples
|
ExtendedClass (Text): Optional | Add custom style classes to the Flip Content UI Pattern. You define your custom style classes in your application using CSS. Examples
|