DHTMLX Docs & Samples Explorer

onXLE Event

Event occurs simultaneously with ending XML of parsing, new data is already processed by the form.

Parameters:

  • none
myform.attachEvent("onXLE", function (){
     //any custom logic here
});