Wijmo UI for the Web
calendars Option

Default value: []

Available calendar objects array. This option is read-only. Use addCalendar/updateCalendar/deleteCalendar methods in order to add/edit or delete a calendar.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  array
    returnsValue = $(".selector").wijevcal("option", "calendars");
    
    // Set value
    var newValue; // Type:  array
    $(".selector").wijevcal("option", "calendars", newValue);
        
});
Javascript (Specification) 
var calendars : array;
Example
var calendars = $("#eventscalendar")
                    .wijevcal("option", "calendars");
Browser Compatibility
7
5
5

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.