Save data of the form in DB
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"); });