onPartialRender

called when part of tree is repainted

void onPartialRender(id id,object data,string type);
id
idid of item which initiated repainting data
objectextra data realted to repainting type
stringtype of repainting operaton

Example

some.attachEvent("onPartialRender", function(id, data, type){
    //... some code here ... 
});

Details

most common case - opening | closing of branches

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.