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

Default value: []

Array of the view types which need to be shown.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  []
    returnsValue = $(".selector").wijevcal("option", "views");
    
    // Set value
    var newValue; // Type:  []
    $(".selector").wijevcal("option", "views", newValue);
        
});
var views : ;
Example
$("#eventscalendar").wijevcal("option", 
"views", ["day", "week", "month", "list", {name: "2 Days", unit: "day", count: 2}]
);
See Also

Reference

options type
wijevcal jQuery Widget