onPartialRender
called when part of tree is repainted
void onPartialRender(id id,object data,string type);
id | id of item which initiated repainting | | data |
object | extra data realted to repainting | | type |
string | type 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.