Wijmo UI for the Web
calloutFilled Option

Default value: false

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

Syntax
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;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijtooltip jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.