Wijmo UI for the Web
position Option

Sets the tooltip's position mode in relation to the 'relativeTo', 'offsetX', and 'offsetY' properties.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijtooltip("option", "position");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijtooltip("option", "position", newValue);
        
});
Javascript (Specification) 
var position : any;
Remarks
See jQuery ui position for more details http://api.jqueryui.com/position/ .
Browser Compatibility
7
5
5

See Also

Reference

options type
wijtooltip jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.