wijmo.tooltip.wijtooltip Namespace > options type : closeBehavior Option |
Default value: 'auto'
Determines how to close the tooltip. Behaviors include auto or sticky.
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) | |
---|---|
|