sends a PATCH AJAX request to the server
webix.ajax().patch("data.php", { id : "11" }).then(function(data){ //response console.log(data.text()); });
The callback function takes 3 parameters: