The following events are available in dhtmlxForm:
onXLS - occurs before the request for a new
XML was sent to the server;
onXLE - occurs simultaneously with ending
XML of parsing, new data is already processed by the form.
onChange - occurs when data in some input was changed;
onBeforeChange - occurs before data in some input changed ( by the user actions );
-
onBeforeDataLoad - occurs when data from server is loaded but before it's set in form
-
-
-
-
onUploadFile - occurs when a single file from the list was uploaded to the server
onUploadComplete - occurs when all files from the list were uploaded to the server
-
-
onFileRemove - occurs when the user removes a single file from the list of files to upload
onClear - occurs when the user clears the list of files to upload