Siebel Object Interfaces Reference > Browser Scripting >

Supported DOM Events for Standard Interactivity Mode


Table 68 lists the supported DOM Events and template modes for standard interactivity mode.

Table 68. Supported DOM Events and Template Modes for Standard Interactivity Mode
Control
Siebel Control Type
Supported Events
Comments

Button

Native

OnFocus (Base/Edit)
OnBlur (Base/Edit)
OnMouseOut (Base/Edit)
OnMouseOver (Base/Edit)

 

CheckBox

Native

OnBlur (Base/Edit)
OnFocus (Edit)
OnChange (Edit)
OnMouseOut (Edit)
OnMouseOver(Edit)

In Base mode, a CheckBox appears as a Y or N text value.

In Edit mode, a CheckBox is rendered as Input Type=CHECKBOX.

Link

Native

OnFocus (Base/Edit)
OnBlur (Base/Edit)
OnMouseOut (Base/Edit)
OnMouseOver (Base/Edit)
OnClick (Base/Edit)

Rendered through paired anchor tags or as INPUT TYPE = TEXT in Edit mode.

List Column

Native

List Columns currently do not expose any scriptable events.

 

Mailto

Native

OnChange (Edit)
OnFocus (Base/Edit)
OnBlur (Base/Edit)
OnMouseOut (Base/Edit)
OnMouseOver (Base/Edit)

Rendered as anchor tags with HREF=mailto or as INPUT TYPE=TEXT in Edit mode.

MiniButton

Native

OnFocus (Base/Edit)
OnBlur (Base/Edit)
OnMouseOut (Base/Edit)
OnMouseOver (Base/Edit)
OnClick (Base/Edit)

 

Password

Native

OnChange (Edit)
OnFocus (Edit)
OnBlur (Edit)
OnMouseOut (Edit)
OnMouseOver (Edit)

In Edit mode, a Password control is rendered as Input type = password.

Text

Native

OnChange (Edit)
OnFocus (Edit)
OnBlur (Edit)
OnMouseOut (Edit)
OnMouseOver (Edit)

In base mode, a text control is rendered as plain text, unless there is a pop-up window associated with it. In Edit mode, a TEXT control is rendered as INPUT TYPE = TEXT or as SELECT when attached to a pick list.

TextArea

Native

OnChange (Edit)
OnFocus (Edit)
OnBlur (Edit)
OnMouseOut (Base/Edit)
OnMouseOver (Edit)

In base mode, a TEXTAREA control is rendered as plain text, unless there is a pop-up window associated with it. In Edit mode, a TEXTAREA is rendered as INPUT TYPE = TEXTAREA.

Tree

Native

At this time, tree applets and controls do not expose any scriptable events.

 

URL

Native

OnChange (Edit)
OnFocus (Base/Edit)
OnBlur (Base/Edit)
OnMouseOut (Base/Edit)
OnMouseOver (Base/Edit)

Rendered through paired anchor tags with an HREF = underlying field value or as INPUT TYPE = TEXT in Edit mode.

Siebel Object Interfaces Reference