Class type Ext_form_FieldAncestor.t


class type t = object .. end
Inherits
method initFieldAncestor : unit Js.meth

Initializes the FieldAncestor's state; this must be called from the initComponent method of any components importing this mixin.


method onFieldErrorChange : Ext_form_Labelable.t Js.t -> Js.js_string Js.t -> unit Js.meth

Fired when the error message of any field within the container changes.

Parameters:


method onFieldValidityChange : 'a. (#Ext_form_field_Field.t as 'a) Js.t -> bool Js.t -> unit Js.meth

Fired when the validity of any field within the container changes.

Parameters: