Progress Bar
You can use the Progress Bar to display percentage values by incrementing values in a bar and to show the current progress of a task flow.
How to use the Progress Bar UI Pattern
-
In Service Studio, in the Toolbox, search for
Progress Bar
.The Progress Bar widget is displayed.
-
From the Toolbox, drag the Progress Bar widget into the Main Content area of your application's screen.
-
On the Properties tab, in the Progress property, enter the progress percentage. In this example we enter
55
but you can also use functions or local variables. -
Add the text you want to appear as the Progress Bar title. In this example, we add
On Going
. -
On the Properties tab, you can customize Progress Bar's look and feel by setting any of the optional properties, for example, the shape, color, and size of the Progress Bar.
After following these steps and publishing the module, you can test the pattern in your app.
Properties
Property | Description |
---|---|
Progress (Integer): Mandatory | Percentage displayed on progress bar. You can use integers (usually between 0 and 100), functions, or local variables. |
Color (Color Identifier): Optional | Progress bar color. Red, orange, yellow, lime, green, blue, violet, and pink are just some of predefined colors available for the badge. Examples
|
Height (Integer): Optional | Progress Bar height (in pixels). The default value is 12. |
AnimateInitialProgress (Boolean): Optional | If True, the percentage progress in the progress bar is animated. This is the default. If False, the progress is not animated. |
Text (Text): Optional | Deprecated in OutSystems UI. |
Shape (Shape Identifier): Optional | Set the Progress Bar shape. The predefined options are:
Examples
|
ExtendedClass (Text): Optional | Add custom style classes to the Progress Bar UI Pattern. You define your custom style classes in your application using CSS. Examples
|