Using SC 8.2
I need a way to call some JS code after I expand a tree node and the child nodes are drawn in the tree. Is there a built-in way to handle this, or should I use setTimeout to call my custom code? If setTimeout, what function would you recommend I override to include this call?
I need a way to call some JS code after I expand a tree node and the child nodes are drawn in the tree. Is there a built-in way to handle this, or should I use setTimeout to call my custom code? If setTimeout, what function would you recommend I override to include this call?
Comment