SetTaskTooltip (client-side)

Use this routine to set a new tooltip for a specific task.

Definition

SetTaskTooltip(sID,

               sTooltip)

Parameters

sID

A string identifier that matches the id attribute of the corresponding task element in the relevant module configuration file.

sTooltip

A string containing the new tooltip to be associated with the specified task.

Return Value

None.

Remarks

This routine sets the title attribute of the specified task element to the specified string. This string is displayed as the tooltip for the associated task button.

The string passed as the sTooltip parameter should not contain any HTML markup directives.

This routine is only available after the taskbar has been inserted by calling either InsertTaskBar or InsertEditTaskBar.

This routine is available in the include file ActionPageUtil.asp.

See Also

Client-Side Routines

SetPageTitleText (client-side)

SetStatusText (client-side)

SetWaitDisplayText (client-side)

Server-Side Routines


All rights reserved.