Class type Ext_form_field_Text.events


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

Fires when the autoSize function is triggered and the field is resized according to the grow/growMin/growMax configs as a result. This event provides a hook for the developer to apply additional logic at runtime to resize the field if needed.

Parameters:


method keydown : 'b.
(t Js.t -> Ext_EventObject.t Js.t -> 'b Js.t -> unit)
Js.callback Js.writeonly_prop

Keydown input field event. This event only fires if enableKeyEvents is set to true.

Parameters:


method keypress : 'c.
(t Js.t -> Ext_EventObject.t Js.t -> 'c Js.t -> unit)
Js.callback Js.writeonly_prop

Keypress input field event. This event only fires if enableKeyEvents is set to true.

Parameters:


method keyup : 'd.
(t Js.t -> Ext_EventObject.t Js.t -> 'd Js.t -> unit)
Js.callback Js.writeonly_prop

Keyup input field event. This event only fires if enableKeyEvents is set to true.

Parameters: