The following tables lists the WijTooltip extender's server-side properties and the client-side options for the wijtooltip widget. Please visit http://wijmo.com/wiki/index.php/Tooltip to view the full client-side documentation for the widget.
Server-Side Property |
Client-Side Option |
Description |
Animation |
animation |
Defines the animation to show or hide the tooltip. If the showAnimation/hideAnimation is not specified, then this property works. |
CalloutAnimation |
calloutAnimation |
Defines the animation to move the tooltip position. |
CalloutFilled |
calloutFilled |
Determines the callout's class style. |
CloseBehavior |
closeBehavior |
Determines how to close the tooltip. |
Content |
content |
Gets and sets the tooltip's content. |
Group |
group |
If the group options sets the same as another tooltip widget, the two widget share one tooltip DOM. |
HideAnimation |
hideAnimation |
Defines the animation to hide the tooltip. |
HideDelay |
hideDelay |
Determines the length of the delay before the tooltip disappears. |
MouseTrailing |
mouseTrailing |
Determines whether the tooltip moves with the mouse. |
Position |
position |
Sets the tooltip's position mode in relation to the 'relativeTo', 'offsetX', and 'offsetY' properties. |
ShowAnimation |
showAnimation |
Defines the animation to show the tooltip. |
ShowCallout |
showCallOut |
Determines whether to show the callout element. |
ShowDelay |
showDelay |
Determines the length of the delay before the tooltip appears. |
Title |
title |
Specifies a value that sets the tooltip’s title. |
Triggers |
triggers |
Gets and sets the event that will cause the tooltip to appear. |