Documentation

onSubmit

fires when enter key is pressed for a focused control in the form

void onSubmit(WebixView view,Event ev){ ... };

Parameters

viewWebixViewan object of a control for which "enter" was stroked
evEventkeydown event object

See also

  • articles
  • Back to top