Wijmo UI for the Web
group Option

Default value: null

Determines which group the tooltip belongs to.

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

See Also

Reference

options type
wijtooltip jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.