forces an AJAX request to run in a synchronous mode
var xhr = webix.ajax().sync().get("data.php"); view.parse(xhr.responseText);