DHTMLX Docs & Samples Explorer

reset ()

Resets form items to the initial states.

myForm.reset();
dhxForm.reset(function(id, response){
   alert("I'm reset");
});

Parameters:

  • none