I have created a tree data structure using YUI 3's tree.
I can traverse the tree can call a callback function.
I cannot figure out how to access the node being traversed from inside the callback function.
FWIW, I am new to YUI.
Any help is greatly appreciated.