Documentation

Events

onAfterLoad fires after server side loading is complete
onAfterValidation fires after data has been validated
onBeforeLoad occurs immediately before data loading has been started
onBeforeValidate called before runing validation
onBindRequest fires when the component is ready to receive data from the master component
onChange fires when data in the input or related form/toolbar is changed
onDestruct occurs when component destroyed
onLoadError fires when an error occurs during data loading ( invalid server side response )
onValidationError fires when the form fails to pass validation
onValidationSuccess fires after the form has passes validation successfully
onValues fires after values have been set within toolbar or form
Back to top