Wijmo UI for the Web
quickPrevTooltip Option

Default value: 'Quick Previous'

Gets or sets the "quick previous" button's ToolTip.

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

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.