Class type Ext_form_Panel.events


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

Fires when an action is completed.

Parameters:


method actionfailed : 'b.
(Ext_form_Basic.t Js.t -> Ext_form_action_Action.t Js.t -> 'b Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when an action fails.

Parameters:


method beforeaction : 'c.
(Ext_form_Basic.t Js.t -> Ext_form_action_Action.t Js.t -> 'c Js.t -> unit)
Js.callback Js.writeonly_prop

Fires before any action is performed. Return false to cancel the action.

Parameters:


method dirtychange : 'd.
(Ext_form_Basic.t Js.t -> bool Js.t -> 'd Js.t -> unit) Js.callback
Js.writeonly_prop

Fires when the dirty state of the entire form changes.

Parameters:


method validitychange : 'e.
(Ext_form_Basic.t Js.t -> bool Js.t -> 'e Js.t -> unit) Js.callback
Js.writeonly_prop

Fires when the validity of the entire form changes.

Parameters: