onAfterLoad

fires after server side loading is complete

void onAfterLoad();

Example

some.attachEvent("onAfterLoad", function(){
    //... some code here ... 
});

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix ui widget library and page of form control product.