DHTMLX Docs & Samples Explorer

onXLS Event

Event occurs before the request for a new XML was sent to the server

Parameters:

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