Wijmo UI for the Web
controlwidth Option
wijmo.tooltip.wijtooltip Namespace > options type : controlwidth Option

Default value: null

Determines the width of the tooltip.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijtooltip("option", "controlwidth");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijtooltip("option", "controlwidth", newValue);
        
});
var controlwidth : object;
See Also

Reference

options type
wijtooltip jQuery Widget