Wijmo UI for the Web
showTitle Option

Default value: true

A Boolean property that determines whether to display the calendar's title.

Syntax
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;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.