sync of ajax, Methods Webix Docs

StartAPI ReferenceajaxMethods

forces an AJAX request to run in a synchronous mode

object sync();

objectXmlHttpRequest

Example

var xhr = webix.ajax().sync().get("data.php");
view.parse(xhr.responseText);

See also

  • Articles

  • Back to top