Share via


ClickAction Event (Workflow Toolbar)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

This event occurs when the workflow event buttons or menu items are clicked.

Syntax (Named Script)

<SCRIPT FOR = object EVENT = ClickAction>

Occurs when the user clicks an event button in the toolbar.

The ClickAction event syntax has the following part:

Part Description
object Refers to the name of the toolbar object being clicked.

Remarks

This event can be used to call a custom user interface for data entry. It can be used with the CancelEvent method to cancel the standard behavior of the workflow buttons. It is available in Microsoft® Internet Explorer only.

See Also

Workflow Toolbar Object Model | Workflow Toolbar Properties | CancelEvent Method (Workflow Toolbar) | Scripting with the Workflow Toolbar