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

Default value: false

Determines the callout's class style. If true, then the callout triangle is filled.

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

Reference

options type
wijtooltip jQuery Widget