called when part of tree is repainted
id | id | id of item which initiated repainting |
data | object | extra data realted to repainting |
type | string | type of repainting operaton |
some.attachEvent("onPartialRender", function(id, data, type){
//... some code here ...
});
most common case - opening | closing of branches
Back to top