send of common helpers, Methods Webix Docs

sends an HTTP request to the server (emulates submitting a form)

void send(string url,object values,string method,string target);

url

stringthe url of a file to load values
objectthe object with parameters that need sending to the server method