ClickAction Event (Workflow Toolbar)

See Also

Occurs when the workflow action buttons or menu items are clicked.

Syntax (Named Script)

<SCRIPT FOR = object EVENT = ClickAction>

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

The ClickAction event syntax the following part:

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

Remarks

Can be used to call a custom user interface for data entry. Can be used with the CancelEvent method to cancel the standard behavior of the workflow buttons. Available in Microsoft Internet Explorer only.

For details about using the ClickAction event, see Scripting with the Workflow Toolbar.