onStoreLoad
fires after data is loaded from external resource
void onStoreLoad(object driver,array data);
| driver | object | data driver |
| data | array | raw external data |
Example
view.data.attachEvent("onStoreLoad", function(driver, data){
//... some code here ...
});
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.