==== ajax ==== .. js:function:: webix.ajax(url,params,call) webix.ajax helper. Please look into the linked `official documentation`_. Referenced by ~~~~~~~~~~~~~ helpers `~webix.proxy.binary`:js:attr:, `~webix.proxy.connector`:js:attr:, `~webix.proxy.json`:js:attr:, `~webix.proxy.offline`:js:attr:, `~webix.proxy.post`:js:attr:, `~webix.proxy.rest`:js:attr:, `~webix.proxy.sync`:js:attr:, `~webix.require`:js:func:, `~webix.template`:js:func:, `~webix.ui.datafilter`:js:attr:. components `~webix.DataLoader`:js:class:, `~webix.DataProcessor`:js:class:, `~webix.promise`:js:class:. mixins `~webix.AtomDataLoader`:js:class:, `~webix.Settings`:js:class:. views `~webix.ui.template`:js:class:. External references ~~~~~~~~~~~~~~~~~~~ `Official documentation page`_. .. _official documentation: .. _Official documentation page: http://docs.webix.com/api___ajax.html Code ~~~~ .. literalinclude:: js_srcs/ajax_helper.js :language: javascript :linenos: