Wijmo UI for the Web
showOtherMonthDays Option

Default value: true

Determines whether to display the days of the next and/or previous month.

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

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.