fires immediately before the component has been rendered
| data |
| boolean | returning false will prevent rendering of a component |
some.attachEvent("onBeforeRender", function(){
//... some code here ...
return true;
});
Returning false from the event handler will block further processing.