Wijmo UI for the Web
showCallout Option

Default value: true

Determines whether to show the callout element.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijtooltip("option", "showCallout");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijtooltip("option", "showCallout", newValue);
        
});
Javascript (Specification) 
var showCallout : boolean;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijtooltip jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.