DHTMLX Docs & Samples Explorer

onValidateSuccess Event

Event occurs for each success during validation

Parameters for inputs:

  • an input element
  • a current value
  • the result of validation
myform.attachEvent("onValidateSuccess", function (input, value, result){
   //any custom logic here
});