Client Class wwToolTip

Simple class that provides a tooltip behavior to an existing control.

The control works by assigning a control to the tool tip and then telling the tool tip to show. Tooltips have a timeout so they can display for a specified number of milliseconds and then automatically hide themselves. wwTooltip uses fade animation for the tooltip display.

Example:

var ToolTip = new wwToolTip("txtName"); ToolTip.show("Updating...",5000); ... ToolTip.hide();


Remarks

This class has no dependencies on server side features.

Class Members

MemberDescription
hide Hides the tooltip manually. Not necessary if the tooltip is running with a Timeout delay.
o.wwToolTip.hide()
show Shows the tooltip on the given control.
o.wwToolTip.show(Text,Timeout,Position)

Requirements

See also:

Class wwToolTip

  Last Updated: 10/9/2007 | © West Wind Technologies, 2008