wijmo.tooltip.wijtooltip Namespace > options type : position Option |
Sets the tooltip's position mode in relation to the 'relativeTo', 'offsetX', and 'offsetY' properties.
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) | |
---|---|
|