jQuery.wijmo.wijtooltip Namespace > options type : calloutFilled Field |
Default value: false
Determines the callout's class style. If true, then the callout triangle is filled.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijtooltip.options.calloutFilled; |
Javascript (Specification) | |
---|---|
var calloutFilled : boolean; |