Wijmo UI for the Web
viewType Option

Default value: 'day'

The active view type. Possible values are: day, week, month, list.

Syntax
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) 
var viewType : string;
Example
$("#eventscalendar").wijevcal(
        { viewType: "month" });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.