Represents appointments within a schedule.
Namespace: MindFusion.Scheduling
Assembly: Item.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
ExampleThe 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 |
Inheritance HierarchyMindFusion.Scheduling.Item
See Also