Wijmo UI for the Web
nextTooltip Option

Default value: 'right'

Gets or sets the text for the 'next' button's ToolTip.

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

See Also

Reference

options type
wijdatepager jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.