DHTMLX Docs & Samples Explorer

reset()

Reset form value to the initial state

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