Represents appointments within a schedule.
Namespace: MindFusion.Scheduling
File: Item.js
JavaScript Copy Code |
---|
// class |
The following code creates 15 schedule items and each one starts 2 minutes after the present date. Each 5th item is assigned a custom cssClass and a message using its details property.
JavaScript Copy Code |
---|
var p = MindFusion.Scheduling; // add some items to the schedule items collection // add a custom css class to some items |
MindFusion.Scheduling.Item