<< Click to Display Table of Contents >> Countdown |
Overview
The Countdown Widget for Bizagi is available for download at Bizagi Widget Xchange.
Through this Widget, you will be able to display a timer that provides days, hours, minutes and seconds countdown to a given event.
Before you start
In order to test and use this Widget, you will need:
1.Bizagi Studio previously installed.
2.This specific Widget previously installed, either as described at https://help.bizagi.com/platform/en/index.html?widget_xchange.htm, or as described at https://help.bizagi.com/platform/en/index.html?widgets_manualinst.htm.
Data model considerations
In order to use this Widget, you need in your data model:
•A date-time type attribute which holds the date (and time) of the upcoming event.
Properties configuration
In order to configure this Widget once it is installed in your project, include it in any form and set it properties in the Forms designer, just as you would do with any other type of Bizagi control.
Consider the following properties.
PROPERTY |
POSSIBLE VALUES |
DEFAULT VALUE / SUGGESTED |
---|---|---|
Target event date (Data binding) |
A date.time attribute which holds the exact date of the target event. |
Not applicable. This property is mandatory. |
Title |
A label to use that clarifies on the event's name or description. |
(none) |
Caption at expiration |
A label to use whenever the event is already due or happened in the past. |
(none) |
Days caption |
A label for the days part of the countdown. |
(days) |
Hours caption |
A label for the hours part of the countdown. |
(hours) |
Minutes caption |
A label for the minutes part of the countdown. |
(minutes) |
Seconds caption |
A label for the seconds part of the countdown. |
(seconds) |
UTF offset |
The offset applicable to the target event's date, that determines the exact time on which that event happens. This offset specified as +1, -5, etc, should match the server's date and time configuration. |
(0) |
Notice all Bizagi controls and Widgets, enable a visible property which allows you to set if that control should be displayed in a given form or not (e.g, by using a business rule).
This Widget is designed as read-only. |
Last Updated 10/28/2022 9:49:04 AM