Samples
Forum
Support
Documentation
bind
del
get
getXHR
headers
post
put
response
stringify
sync
Start
API Reference
ajax
Methods
sync
'says' to send requests synchronously
ajax
sync
();
Returns
ajax
this instance of ajax object
See also
articles
Ajax operations
Server-side Integration
Example
webix.
ajax
(
)
.
sync
(
)
.
get
(
"data.php"
)
;
Back to top