Wijmo UI for the Web
visibleCalendars Option

Array of the calendar names which need to be shown.

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

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.