occurs immediately before the component has been rendered
data | object | a object with data that is used for rendering |
boolean | returning false will prevent the component from rendering |
some.attachEvent("onBeforeRender", function(data){
//... some code here ...
});
Returning false from the event handler will block further processing.