Events dispatched by the Form component.

Available since

1.0.0

.

See also:

Static variables

@:value("submit")staticinlineread onlySUBMIT:EventType<FormEvent> = "submit"

The FormEvent.SUBMIT event type is dispatched when a form is submitted, either by clicking the submit button or pressing the enter key when a control in the form has focus.

Available since

1.0.0

.

Static methods

staticdispatch(dispatcher:IEventDispatcher, type:String):Bool

Dispatches a pooled event with the specified properties.

FormEvent.dispatch(component, FormEvent.SUBMIT);
Available since

1.0.0

.

Constructor

new(type:String)

Methods