bind of ajax, Methods Webix Docs
binds a callback function to an object
ajax bind(object master);
master
| ajax | the ajax object |
Example
webix.ajax().bind(myobj).get("some.php", function(){
//this == myobj
});
bind of ajax, Methods Webix Docs
binds a callback function to an object
ajax bind(object master);
master
| ajax | the ajax object |
webix.ajax().bind(myobj).get("some.php", function(){
//this == myobj
});