jQuery.wijmo.wijevcal Namespace > options type : eventsData Field |
Default value: []
The event objects array.
Javascript (Usage) | |
---|---|
var value; // Type: array value = jQuery.wijmo.wijevcal.options.eventsData; |
Javascript (Specification) | |
---|---|
|
$("#eventscalendar").wijevcal( { eventsData: [{id: "appt1", start: new Date(2011, 4, 6, 17, 30), end: new Date(2011, 4, 6, 17, 35) }] });