onPartialRender

called when part of tree is repainted

void onPartialRender(id id,object data,string type);
ididid of item which initiated repainting
dataobjectextra data realted to repainting
typestringtype 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.