Wijmo UI for the Web
eventsData Option

Default value: []

The event objects array.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  array
    returnsValue = $(".selector").wijevcal("option", "eventsData");
    
    // Set value
    var newValue; // Type:  array
    $(".selector").wijevcal("option", "eventsData", newValue);
        
});
Javascript (Specification) 
var eventsData : array;
Example
$("#eventscalendar").wijevcal(
                    { eventsData: [{id: "appt1", 
                        start: new Date(2011, 4, 6, 17, 30), 
                        end: new Date(2011, 4, 6, 17, 35) }] });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.