Occurs when the workflow toolbar Offline button is clicked.
Syntax (Named Script)
<SCRIPT FOR = object EVENT = ClickOffline>
Occurs when the user clicks an option from the Offline menu in the toolbar.
The ClickOffline event syntax has the following part:
Part | Description |
object | Refers to the name of the toolbar object being clicked. |
Remarks
Can be used to call a custom offline user interface. Can be used with the CancelEvent method to cancel the standard behavior of the offline button. Available in Internet Explorer only.
Example
For details about using the ClickOffline event, see Scripting with the Workflow Toolbar.