Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Name | Description | ||
---|---|---|---|
Event ID (column ID) | Defines individual calendar entry IDs, based on each distinct datalist record. | ||
Event Title (column ID) | Calendar entry title. | ||
All Day (column ID, boolean value) | Expects a true or false value, to determine if the calendar entry is an all day event. | ||
From Date (column ID) | Calendar entry start date value.
| ||
From Time (column ID) | Calendar entry start time value.
| ||
To Date (column ID) | Calendar entry end date value.
| ||
To Time (column ID) | Calendar entry end time value.
| ||
Date Format | You must specify the actual date format used by the From/To Date values. Date Format in Java is expected here, e.g.: yyyy-MM-dd.
| ||
Time Format | Available options:
| ||
Event Url (column ID) | Calendar entry URL. | ||
Color (column ID) | Calendar entry CSS color code to style the calendar event. | ||
CSS Class (column ID) | Calendar entry CSS class to style the calendar event. | ||
Additional Data | Any additional data to be added to the calendar entry. |
Figure 3: Column to Data Mappings Properties
...