Wijmo UI for the Web
customizeDate Option

Default value: null

Function used for customizing the content, style and attributes of a day cell.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  any
    value = $(".selector").wijcalendar("option", "customizeDate");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijcalendar("option", "customizeDate", newValue);
        
});
Javascript (Specification) 
var customizeDate : any;
Remarks
the function include following parameter: $daycell:jQuery jQuery object that represents table cell of the date to be customized. date: Date Date of the cell. hover: boolean Whether mouse is over the day cell. preview: object Whether rendering in preview container. returns true if day cell content has been changed and default cell content will not be applied.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.