Siebel Object Interfaces Reference > Siebel eScript Quick Reference >

WebApplet Events for eScript


Table 85 lists a summary of the WebApplet events.

Table 85. WebApplet Events Summary
Event
Description
Syntax

WebApplet_InvokeMethod Event

Called after a specialized method or a user-defined method on the Web applet has been executed.

WebApplet_InvokeMethod
(MethodName)

WebApplet_Load Event

Called just after the Web applet is loaded.

WebApplet_Load

WebApplet_PreCanInvokeMethod Event

Called before the PreInvokeMethod, allowing the developer to determine whether the user has the authority to invoke the applet method.

WebApplet_PreCanInvokeMethod
(MethodName, &CanInvoke)

WebApplet_PreInvokeMethod Event

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

WebApplet_PreInvokeMethod
(MethodName)

WebApplet_ShowControl Event

Allows scripts to modify the HTML generated by the Siebel Web Engine to render a control on a Web page in a Standard Activity application.

WebApplet_ShowControl (controlName, property, mode, &HTML)

WebApplet_ShowListColumn Event

Allows scripts to modify the HTML generated by the Siebel Web Engine to render a list column on a Web page in a Standard Activity application.

WebApplet_ShowListColumn (columnName, property, mode, &HTML)

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