Siebel Object Interfaces Reference > Browser Scripting >

Supported DOM Events for High Interactivity Mode


Table 76 lists the supported DOM Events for High Interactivity mode.

Table 76.  Supported DOM Events for High Interactivity Mode
Control
Siebel Control Type
Supported Events
Comments
Button
Native
OnFocus
OnBlur
 
CheckBox
Native
OnFocus
OnBlur
Rendered as Input Type=CHECKBOX.
Link
Native
OnFocus
OnBlur
Rendered through paired anchor tags or as INPUT TYPE = TEXT in edit mode.
List Column
Native
This control does not expose any scriptable events.
 
Mailto
Native
OnFocus
OnBlur
Rendered as anchor tags with HREF=mailto or as INPUT TYPE=TEXT in Edit mode.
MiniButton
Native
OnFocus
OnBlur
 
Password
Native
OnFocus
OnBlur
Rendered as Input Type = password.
Text
Native
OnFocus
OnBlur
Rendered as INPUT TYPE = TEXT or as SELECT when attached to a pick list. If there is a pop-up window, it renders as an editbox plus a button.
TextArea
Native
OnFocus
OnBlur
Rendered as TEXTAREA.
Tree
Native
At this time, tree applets and controls do not expose any scriptable events.
 
URL
Native
OnFocus
OnBlur
Rendered through paired anchor tags with an HREF = underlying field value or as INPUT TYPE = TEXT in edit mode.

NOTE:  Siebel objects (business components, applets, and so on.) cannot be accessed from DOM events.

To associate a script with the control_OnClick event (High Interactivity mode only), use the Applet_PreInvokeMethod event associated with the applet. For additional information and example, read Invoking Custom Methods with MiniButtons.


 Siebel Object Interfaces Reference 
 Published: 18 June 2003