wijmo.calendar.wijcalendar Namespace > options type : title Option |
Default value: null
A callback function used to customizing the title text on month view.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: any value = $(".selector").wijcalendar("option", "title"); // Set value var newValue; // Type: any $(".selector").wijcalendar("option", "title", newValue); }); |
Javascript (Specification) | |
---|---|
|