Wijmo UI for the Web
options type
wijmo.tooltip.wijtooltip Namespace : options type
Inheritance Hierarchy

Object
   wijmo.tooltip.wijtooltip.options

Fields
 NameDescription
public Option

Default value: null

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

 
public Option

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

 
public Option

Sets the callout's offset changing animation.

 
public Option

Default value: false

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

 
public Option

Default value: 'auto'

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

 
public Option

Default value: ""

Sets the tooltip's content.

 
public Option

Default value: null

Determines the height of the tooltip.

 
public Option

Default value: null

Determines the width of the tooltip.

 
public Option

Default value: ""

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

 
public Option

Default value: null

Determines which group the tooltip belongs to.

 
public Option

Determines whether the animation effect can be seen.

 
public Option

Default value: 150

Determines the length of the delay before the tooltip disappears.

 
public Option

Default value: false

A value that indicates whether to show the modal tooltip.

 
public Option

Default value: false

If true, then the tooltip moves with the mouse.

 
public Option

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

 
public Option

Determines the animation effect that will be shown.

 
public Option

Default value: true

Determines whether to show the callout element.

 
public Option

Default value: 150

Determines the length of the delay before the tooltip appears.

 
public Option

Default value: ""

Specifies a value that sets the tooltip's title.

 
public Option

Default value: 'hover'

Sets the event that will cause the tooltip to appear.

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

Reference

wijmo.tooltip.wijtooltip Namespace