OnClientExit (Method)

Applies to:

ControlsTextBox object, EventScript object

Description:

Launches a client-side JavaScript OnClientExit event when a user exits a text box in the EPM Workspace. That is, any client-side JavaScript associated with an OnClientExit event gets triggered. This method is only available when a Dashboard section contains a text box.

Note:

For more information on client-side JavaScript, see Client-Side Events in Oracle Hyperion Interactive Reporting Object Model and Dashboard Development Services Developer's Guide, Volume I: Dashboard Design Guide.

Syntax:

Expression. OnClientExit()

Expression Required:

An expression that returns a Textbox object

Example:

This example shows how to activate a text box:

ActiveDocument.Sections["Dashboard2"].Shapes["Textbox1"].OnClientExit()