Wijmo UI for the Web
calendar Option
wijmo.evcal.wijevcal Namespace > options type : calendar Option

Default value: null

A value that indicates calendar's options in evets calendar.

Syntax
$(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;
Example
$("#eventscalendar").wijevcal(
     { calendar: { prevTooltip: "Previous", nextTooltip: "Next" } });
Remarks
Its value is wijcalendar's option, visit http://wijmo.com/docs/wijmo/#Wijmo~jQuery.fn.-~wijcalendar.html for more details.
See Also

Reference

options type
wijevcal jQuery Widget