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