Widgets
Samples
Demos
Forum
Services
Documentation
bind
del
get
getXHR
headers
patch
post
put
response
stringify
sync
timeout
Start
API Reference
ajax
Methods
getXHR
creates an xmlHttpRequest-object
object
getXHR
();
object
an xmlHttpRequest-object
Example
var
newXHR
=
webix.
ajax
(
)
.
getXHR
(
)
;
See also
Articles
Ajax Operations
Loading and Saving Data to Server Side
Back to top