wijmo.evcal.wijevcal Namespace > options type : viewType Option |
Default value: 'day'
The active view type. Possible values are: day, week, month, list.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijevcal("option", "viewType"); // Set value var newValue; // Type: string $(".selector").wijevcal("option", "viewType", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#eventscalendar").wijevcal( { viewType: "month" });