Wijmo UI for the Web
initialView Option
wijmo.calendar.wijcalendar Namespace > options type : initialView Option

Default value: 'day'

An option that determines the initial view type of the calendar.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijcalendar("option", "initialView");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcalendar("option", "initialView", newValue);
        
});
var initialView : string;
Remarks
Possible values are: "day", "month" , "year" or "decade". The default value of this option is "day". The initialView option only takes effect when initializing the wijcalendar.
See Also

Reference

options type
wijcalendar jQuery Widget