Wijmo UI for the Web
title Option

Default value: null

A callback function used to customizing the title text on month view.

Syntax
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) 
var title : any;
Remarks
the function include following parameter: date: Date The display date of the month. format: string The title format. Determined by the options.titleFormat.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.