DHTMLX Docs & Samples Explorer

onChange Event

Event occurs when data in some input was changed
Event works for constructed input elements only

Parameters for inputs

  • item id
  • item value
  • checked state ( for checkboxes and radion only )
  myform.attachEvent("onChange", function (id, value){
       //any custom logic here
  });