Siebel Object Interfaces Reference > Siebel eScript Quick Reference > Object Interfaces Reference >

Web Applet Events for Siebel eScript


Table 127 describes a summary of web applet events you can use with Siebel eScript.

Table 127. Summary of Web Applet Events for Siebel eScript
Event
Description
Format

WebApplet_InvokeMethod Event

Siebel CRM calls this event after a specialized method on the Web applet runs.

WebApplet_InvokeMethod
(MethodName)

WebApplet_Load Event

Siebel CRM calls this event immediately after it loads an applet.

WebApplet_Load

WebApplet_PreCanInvokeMethod Event

Called before Siebel CRM calls the PreInvokeMethod event, allowing you to determine if the user possesses the authority to call the applet method.

WebApplet_PreCanInvokeMethod
(MethodName, &CanInvoke)

WebApplet_PreInvokeMethod Event

Siebel CRM calls this event before it calls a specialized method for the Web applet or a custom method that it calls through the oWebApplet object of the InvokeMethod method.

WebApplet_PreInvokeMethod
(MethodName)

WebApplet_ShowControl Event

Allows a script to modify the HTML that the Siebel Web Engine creates when it renders a control on a Web page in a Siebel application that runs in standard interactivity mode.

WebApplet_ShowControl (controlName, property, mode, &HTML)

WebApplet_ShowListColumn Event

Allows a script to modify the HTML that the Siebel Web Engine creates when it renders a list column on a Web page in a Siebel application that runs in standard interactivity mode.

WebApplet_ShowListColumn (columnName, property, mode, &HTML)

Siebel Object Interfaces Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.