wijmo.tooltip.wijtooltip Namespace > options type : group Option |
Default value: null
Determines which group the tooltip belongs to.
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) | |
---|---|
|