issues a PUT Ajax request to the server
url | string | the url to load |
params | object | the hash of parameters that need sending to the server |
callback | function | the callback function |
promise | data "promise" object |
webix.ajax().del("data.php", { id : "11" }, function(text, xml, xhr){
//response
alert(text);
});
The callback function takes 3 parameters: