Samples
Forum
Support
Documentation
onAfterLoad
onAfterValidation
onBeforeLoad
onBeforeValidate
onBindRequest
onChange
onDestruct
onLoadError
onSubmit
onValidationError
onValidationSuccess
onValues
Start
API Reference
ui.form
Events
onSubmit
fires when enter key is pressed for a focused control in the form
void
onSubmit
(
WebixView
view
,
Event
ev
){ ... };
Parameters
view
WebixView
an object of a control for which "enter" was stroked
ev
Event
keydown event object
See also
articles
Form
HTMLform
Back to top