Wijmo UI for the Web
closeBehavior Option

Default value: 'auto'

Determines how to close the tooltip. Behaviors include auto or sticky.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijtooltip("option", "closeBehavior");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijtooltip("option", "closeBehavior", newValue);
        
});
Javascript (Specification) 
var closeBehavior : string;
Remarks
Options: "auto", "none" and "sticky".
Browser Compatibility
7
5
5

See Also

Reference

options type
wijtooltip jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.