wijmo.tooltip.wijtooltip Namespace > options type : content Option |
Default value: ""
Sets the tooltip's content.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijtooltip("option", "content"); // Set value var newValue; // Type: string $(".selector").wijtooltip("option", "content", newValue); }); |
Javascript (Specification) | |
---|---|
|
//Set tooltip's content to "my content". $(".selector").wijtooltip("option", "content", "my content").