Class type Ext_form_FieldAncestor.events


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

Fires when the active error message is changed for any one of the Ext.form.Labelable instances within this container.

Parameters:


method fieldvaliditychange : 'b.
(t Js.t ->
Ext_form_Labelable.t Js.t -> Js.js_string Js.t -> 'b Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when the validity state of any one of the Ext.form.field.Field instances within this container changes.

Parameters: