wijmo.calendar.wijcalendar Namespace > options type : customizeDate Option |
Default value: null
Function used for customizing the content, style and attributes of a day cell.
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) | |
---|---|
|