wijmo.calendar.wijcalendar Namespace > options type : showTitle Option |
Default value: true
A Boolean property that determines whether to display the calendar's title.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: boolean value = $(".selector").wijcalendar("option", "showTitle"); // Set value var newValue; // Type: boolean $(".selector").wijcalendar("option", "showTitle", newValue); }); |
Javascript (Specification) | |
---|---|
var showTitle : boolean; |