Class type Ext_ElementLoader.events


class type events = object .. end
Inherits
method beforeload : 'a 'b.
(t Js.t -> 'a Js.t -> 'b Js.t -> unit) Js.callback
Js.writeonly_prop

Fires before a load request is made to the server. Returning false from an event listener can prevent the load from occurring.

Parameters:


method _exception : 'c 'd 'e.
(t Js.t -> 'c Js.t -> 'd Js.t -> 'e Js.t -> unit)
Js.callback Js.writeonly_prop

Fires after an unsuccessful load.

Parameters:


method load : 'f 'g 'h.
(t Js.t -> 'f Js.t -> 'g Js.t -> 'h Js.t -> unit)
Js.callback Js.writeonly_prop

Fires after a successful load.

Parameters: