I'm using a dojox.data.QueryReadStore
to populate a dijit.Tree
dynamically on expansion of each node. When each of the child TreeNode
s is created, I'd like to put a custom attribute on it.
How do I get called back on the automatic creation of TreeNode
s before rendering?