jQuery.wijmo.wijcalendar Namespace > options type : showTitle Field |
Default value: true
A Boolean property that determines whether to display the calendar's title.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijcalendar.options.showTitle; |
Javascript (Specification) | |
---|---|
var showTitle : boolean; |