wijmo.evcal.wijevcal Namespace > options type : visibleCalendars Option |
Array of the calendar names which need to be shown.
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) | |
---|---|
|
$("#eventscalendar").wijevcal("option", "visibleCalendars", ["My Calendar"]);