DHTMLX Docs & Samples Explorer

save()

Save data of the form in DB

  • callback - method which will be called after saving

Method is purposed to be used with connectors on server side. Client side fields must have bind “attribute”

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