Check documentation for the latest version of dhtmlxSuite dhtmlxAjax API DHTMLX Docs

dhtmlxAjax API

Methods
del performs an async-DELETE ajax request
get performs an async-GET ajax request
getSync performs a sync-GET ajax request
post performs an async-POST ajax request
postSync performs a sync-POST ajax request
put performs an async-PUT ajax request
query performs an async or sync ajax request
Events
onAjaxError fires if the server returns an error
onLoadXMLError fires if an error occurs during XML parsing
Other
cache enables/disables an additional param to prevent caching
method defines used method for load/loadStruct functionality, get or post, get by default
Back to top