afterChangeProperties | fires after configuration attributes of a Form control have been changed dynamically |
afterHide | fires after hiding a control of Form |
afterSend | fires after a form is sent to the server |
afterShow | fires after a control of Form is shown |
afterValidate | fires after validation of form fields is finished |
beforeChangeProperties | fires before configuration attributes of a Form control are changed dynamically |
beforeHide | fires before a Form control is hidden |
beforeSend | fires before a form is sent to the server |
beforeShow | fires before a Form control is shown |
beforeValidate | fires before validation of form fields has started |
buttonClick | fires after a click on a button in a form |
change | fires on changing the value of a control |
click | fires after a click on a button in a form |
validationFail | fires when validation of a form fails |