$(function () { var options; // Type: wijmo.tooltip.wijtooltip.options $(".selector").wijtooltip(options); });
function wijtooltip() : any;
$(function () { var options; // Type: wijmo.tooltip.wijtooltip.options $(".selector").wijtooltip(options); });
function wijtooltip() : any;
Name | Description | |
---|---|---|
ajaxCallback | Default value: null A function that defines a callback when AJAX is uesd to set the content property. | |
animation | Sets the showAnimation and hideAnimation options if they are not specified individually. | |
calloutAnimation | Sets the callout's offset changing animation. | |
calloutFilled | Default value: false Determines the callout's class style. If true, then the callout triangle is filled. | |
closeBehavior | Default value: 'auto' Determines how to close the tooltip. Behaviors include auto or sticky. | |
content | Default value: "" Sets the tooltip's content. | |
controlheight | Default value: null Determines the height of the tooltip. | |
controlwidth | Default value: null Determines the width of the tooltip. | |
cssClass | Default value: "" A value that indicates whether to set user-defined class. | |
group | Default value: null Determines which group the tooltip belongs to. | |
hideAnimation | Determines whether the animation effect can be seen. | |
hideDelay | Default value: 150 Determines the length of the delay before the tooltip disappears. | |
modal | Default value: false A value that indicates whether to show the modal tooltip. | |
mouseTrailing | Default value: false If true, then the tooltip moves with the mouse. | |
position | Sets the tooltip's position mode in relation to the 'relativeTo', 'offsetX', and 'offsetY' properties. | |
showAnimation | Determines the animation effect that will be shown. | |
showCallout | Default value: true Determines whether to show the callout element. | |
showDelay | Default value: 150 Determines the length of the delay before the tooltip appears. | |
title | Default value: "" Specifies a value that sets the tooltip's title. | |
triggers | Default value: 'hover' Sets the event that will cause the tooltip to appear. |
Name | Description | |
---|---|---|
destroy | Removes the wijtooltip functionality completely. This returns the element back to its pre-init state. | |
hide | Hides the tooltip. | |
show | Shows the tooltip | |
showAt | Shows the tooltip at the specified position | |
widget | Returns the wijtooltip element. |
Name | Description | |
---|---|---|
hidden | Triggered once the tooltip is hidden. | |
hiding | Triggered before hiding the tooltip.If data.cancel is set to true, then the tooltip is no longer hidden | |
showing | Trigegred before showing the tooltip. Use return false; to cancel the event and stop showing the tooltip. | |
shown | Triggered once the tooltip has shown. |