Wijmo UI for the Web
toolTipFormat Option

Default value: 'dddd, MMMM dd, yyyy'

Gets or sets the format for the ToolTip.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  string
    value = $(".selector").wijcalendar("option", "toolTipFormat");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcalendar("option", "toolTipFormat", newValue);
        
});
Javascript (Specification) 
var toolTipFormat : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.