Default value: null
A value that indicates calendar's options in evets calendar.
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijevcal("option", "calendar"); // Set value var newValue; // Type: object $(".selector").wijevcal("option", "calendar", newValue); });
var calendar : object;
$("#eventscalendar").wijevcal( { calendar: { prevTooltip: "Previous", nextTooltip: "Next" } });
options type wijevcal jQuery Widget