css-class |
String |
Specifies a custom CSS class applied to ongoing events. If not set, the default k-event-ongoing class will be applied. |
enabled |
Boolean |
Specifies if the ongoing events will be highlighted. Defaults to false. |
update-interval |
Double |
The update interval (in milliseconds) of the ongoing events highlight. Defaults to 60000 (a minute). |
use-local-timezone |
Boolean |
If set to false the ongoing events will be highlighted in the scheduler timezone. That means only events that happen at the moment (according to their start and end data) will be highlighted. In order the highlight on the ongoing events to be visually in sync with the currentTimeMarker in the widget, the useLocalTimezone configuration options of both must be set to the same value. This way the highlighted ongoing events will be placed over the currentTimeMarker. |