Wijmo UI for the Web
monthCols Option

Default value: 1

Gets or sets the number of calendar months in horizontal direction.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  number
    value = $(".selector").wijcalendar("option", "monthCols");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijcalendar("option", "monthCols", newValue);
        
});
Javascript (Specification) 
var monthCols : number;
Remarks
By setting the monthCols property, calendar months will be added horizontally to the widget. The default value of this option is "1", which displays one calendar month at a time.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.