Class type Ext_dom_Element.events


class type events = object .. end
Inherits
method _DOMActivate : 'a.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'a Js.t -> unit)
Js.callback Js.writeonly_prop

Where supported. Fires when an element is activated, for instance, through a mouse click or a keypress.

Parameters:


method _DOMAttrModified : 'b.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'b Js.t -> unit)
Js.callback Js.writeonly_prop

Where supported. Fires when an attribute has been modified.

Parameters:


method _DOMCharacterDataModified : 'c.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'c Js.t -> unit)
Js.callback Js.writeonly_prop

Where supported. Fires when the character data has been modified.

Parameters:


method _DOMFocusIn : 'd.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'd Js.t -> unit)
Js.callback Js.writeonly_prop

Where supported. Similar to HTML focus event, but can be applied to any focusable element.

Parameters:


method _DOMFocusOut : 'e.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'e Js.t -> unit)
Js.callback Js.writeonly_prop

Where supported. Similar to HTML blur event, but can be applied to any focusable element.

Parameters:


method _DOMNodeInserted : 'f.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'f Js.t -> unit)
Js.callback Js.writeonly_prop

Where supported. Fires when a node has been added as a child of another node.

Parameters:


method _DOMNodeInsertedIntoDocument : 'g.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'g Js.t -> unit)
Js.callback Js.writeonly_prop

Where supported. Fires when a node is being inserted into a document.

Parameters:


method _DOMNodeRemoved : 'h.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'h Js.t -> unit)
Js.callback Js.writeonly_prop

Where supported. Fires when a descendant node of the element is removed.

Parameters:


method _DOMNodeRemovedFromDocument : 'i.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'i Js.t -> unit)
Js.callback Js.writeonly_prop

Where supported. Fires when a node is being removed from a document.

Parameters:


method _DOMSubtreeModified : 'j.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'j Js.t -> unit)
Js.callback Js.writeonly_prop

Where supported. Fires when the subtree is modified.

Parameters:


method abort : 'k.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'k Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when an object/image is stopped from loading before completely loaded.

Parameters:


method blur : 'l.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'l Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when an element loses focus either via the pointing device or by tabbing navigation.

Parameters:


method change : 'm.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'm Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a control loses the input focus and its value has been modified since gaining focus.

Parameters:


method click : 'n.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'n Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a mouse click is detected within the element.

Parameters:


method contextmenu : 'o.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'o Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a right click is detected within the element.

Parameters:


method dblclick : 'p.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'p Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a mouse double click is detected within the element.

Parameters:


method error : 'q.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'q Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when an object/image/frame cannot be loaded properly.

Parameters:


method focus : 'r.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'r Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when an element receives focus either via the pointing device or by tab navigation.

Parameters:


method keydown : 's.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 's Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a keydown is detected within the element.

Parameters:


method keypress : 't.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 't Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a keypress is detected within the element.

Parameters:


method keyup : 'u.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'u Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a keyup is detected within the element.

Parameters:


method load : 'v.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'v Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when the user agent finishes loading all content within the element. Only supported by window, frames, objects and images.

Parameters:


method mousedown : 'w.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'w Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a mousedown is detected within the element.

Parameters:


method mouseenter : 'x.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'x Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when the mouse enters the element.

Parameters:


method mouseleave : 'y.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'y Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when the mouse leaves the element.

Parameters:


method mousemove : 'z.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'z Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a mousemove is detected with the element.

Parameters:


method mouseout : 'a1.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'a1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a mouseout is detected with the element.

Parameters:


method mouseover : 'b1.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'b1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a mouseover is detected within the element.

Parameters:


method mouseup : 'c1.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'c1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a mouseup is detected within the element.

Parameters:


method reset : 'd1.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'd1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a form is reset.

Parameters:


method resize : 'e1.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'e1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a document view is resized.

Parameters:


method scroll : 'f1.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'f1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a document view is scrolled.

Parameters:


method select : 'g1.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'g1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a user selects some text in a text field, including input and textarea.

Parameters:


method submit : 'h1.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'h1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a form is submitted.

Parameters:


method unload : 'i1.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'i1 Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when the user agent removes all content from a window or frame. For elements, it fires when the target element or any of its content has been removed.

Parameters: