Wijmo UI for the Web
options type
Inheritance Hierarchy

Object
   jQuery.wijmo.wijtooltip.options

Browser Compatibility
7
5
5
Fields
 NameDescription
public Fieldstatic (Shared in Visual Basic)ajaxCallback

Default value: null

A function that defines a callback when AJAX is uesd to set the content property.

 
public Fieldstatic (Shared in Visual Basic)animation

Sets the showAnimation and hideAnimation options if they are not specified individually.

 
public Fieldstatic (Shared in Visual Basic)calloutAnimation

Sets the callout's offset changing animation.

 
public Fieldstatic (Shared in Visual Basic)calloutFilled

Default value: false

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

 
public Fieldstatic (Shared in Visual Basic)closeBehavior

Default value: 'auto'

Determines how to close the tooltip. Behaviors include auto or sticky.

 
public Fieldstatic (Shared in Visual Basic)content

Default value: ""

Sets the tooltip's content.

 
public Fieldstatic (Shared in Visual Basic)controlheight

Default value: null

Determines the height of the tooltip.

 
public Fieldstatic (Shared in Visual Basic)controlwidth

Default value: null

Determines the width of the tooltip.

 
public Fieldstatic (Shared in Visual Basic)create  
public Fieldstatic (Shared in Visual Basic)cssClass

Default value: ""

A value that indicates whether to set user-defined class.

 
public Fieldstatic (Shared in Visual Basic)disabled  
public Fieldstatic (Shared in Visual Basic)group

Default value: null

Determines which group the tooltip belongs to.

 
public Fieldstatic (Shared in Visual Basic)hideAnimation

Determines whether the animation effect can be seen.

 
public Fieldstatic (Shared in Visual Basic)hideDelay

Default value: 150

Determines the length of the delay before the tooltip disappears.

 
public Fieldstatic (Shared in Visual Basic)modal

Default value: false

A value that indicates whether to show the modal tooltip.

 
public Fieldstatic (Shared in Visual Basic)mouseTrailing

Default value: false

If true, then the tooltip moves with the mouse.

 
public Fieldstatic (Shared in Visual Basic)position

Sets the tooltip's position mode in relation to the 'relativeTo', 'offsetX', and 'offsetY' properties.

 
public Fieldstatic (Shared in Visual Basic)showAnimation

Determines the animation effect that will be shown.

 
public Fieldstatic (Shared in Visual Basic)showCallout

Default value: true

Determines whether to show the callout element.

 
public Fieldstatic (Shared in Visual Basic)showDelay

Default value: 150

Determines the length of the delay before the tooltip appears.

 
public Fieldstatic (Shared in Visual Basic)title

Default value: ""

Specifies a value that sets the tooltip's title.

 
public Fieldstatic (Shared in Visual Basic)triggers

Default value: 'hover'

Sets the event that will cause the tooltip to appear.

 
Top
Events
 NameDescription
public EventhiddenTriggered once the tooltip is hidden.  
public EventhidingTriggered before hiding the tooltip.If data.cancel is set to true, then the tooltip is no longer hidden  
public EventshowingTriggered before showing the tooltip. Use return false; to cancel the event and stop showing the tooltip.  
public EventshownTriggered once the tooltip has shown.  
Top
See Also

Reference

jQuery.wijmo.wijtooltip Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.