object
method actioncomplete :
(Ext_form_Basic.t Js.t ->
Ext_form_action_Action.t Js.t -> 'a Js.t -> unit)
Js.callback Js.writeonly_prop
method actionfailed :
(Ext_form_Basic.t Js.t ->
Ext_form_action_Action.t Js.t -> 'b Js.t -> unit)
Js.callback Js.writeonly_prop
method beforeaction :
(Ext_form_Basic.t Js.t ->
Ext_form_action_Action.t Js.t -> 'c Js.t -> unit)
Js.callback Js.writeonly_prop
method dirtychange :
(Ext_form_Basic.t Js.t -> bool Js.t -> 'd Js.t -> unit) Js.callback
Js.writeonly_prop
method validitychange :
(Ext_form_Basic.t Js.t -> bool Js.t -> 'e Js.t -> unit) Js.callback
Js.writeonly_prop
end