Module Ext_form_FieldAncestor


module Ext_form_FieldAncestor: sig .. end
A mixin for Ext.container.Container components tha ...

A mixin for Ext.container.Container components that are likely to have form fields in their items subtree. Adds the following capabilities:

This mixin is primarily for internal use by Ext.form.Panel and Ext.form.FieldContainer, and should not normally need to be used directly.



class type t = object .. end
class type configs = object .. end
class type events = object .. end
class type statics = object .. end
val of_configs : configs Js.t -> t Js.t
of_configs c casts a config object c to an instance of class t
val to_configs : t Js.t -> configs Js.t
to_configs o casts instance o of class t to a config object