Class type Ext_form_field_Field.events


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

Fires when the value of a field is changed via the setValue method.

Parameters:


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

Fires when a change in the field's isDirty state is detected.

Parameters:


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

Fires when a change in the field's validity is detected.

Parameters: