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.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijtooltip("option", "calloutFilled"); // Set value var newValue; // Type: boolean $(".selector").wijtooltip("option", "calloutFilled", newValue); }); |
Javascript (Specification) | |
---|---|
var calloutFilled : boolean; |