wijmo.tooltip.wijtooltip Namespace > options type : controlwidth Option |
Default value: null
Determines the width of the tooltip.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijtooltip("option", "controlwidth"); // Set value var newValue; // Type: object $(".selector").wijtooltip("option", "controlwidth", newValue); }); |
Javascript (Specification) | |
---|---|
|