Siebel Object Interfaces Reference > Browser Scripting >

Applet Events for Browser Script


Table 72 lists a summary of the applet events.

Table 72. Applet Events Summary
Event
Description
Syntax

Applet_ChangeFieldValue Event

Called when the user updates a field value in the browser.

Applet_ChangeFieldValue (field, value)

Applet_ChangeRecord Event

Called when the user moves to a different row or view.

Applet_ChangeRecord()

Applet_InvokeMethod Event

Called after a specialized method or a user-defined method is invoked.

Applet_InvokeMethod (name, inputPropSet)

Applet_Load Event

Triggered after an applet has loaded and after data is displayed.

Applet_Load()

Applet_PreInvokeMethod Event

Called before a specialized method for the Web applet is invoked or a user-defined method is invoked through oWebApplet.InvokeMethod.

Applet_PreInvokeMethod (name, inputPropSet)

Siebel Object Interfaces Reference Copyright © 2008, Oracle. All rights reserved.