wijmo.tooltip.wijtooltip Namespace > options type : modal Option |
Default value: false
A value that indicates whether to show the modal tooltip.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijtooltip("option", "modal"); // Set value var newValue; // Type: boolean $(".selector").wijtooltip("option", "modal", newValue); }); |
Javascript (Specification) | |
---|---|
var modal : boolean; |