Wijmo UI for the Web
dayRows Option

Default value: 6

Gets or sets the number of day rows that appear in the calendar. This is useful if you want to view more or less calendar days on the calendar month.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  number
    value = $(".selector").wijcalendar("option", "dayRows");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijcalendar("option", "dayRows", newValue);
        
});
Javascript (Specification) 
var dayRows : number;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.