Topic: how to reference a newly added node
Hi,
Is there a way to select a newly added node? I need a way to do this because I wish to automatically call rename() after adding each node.
After reading this thread http://mifjs.net/forum/topic/77/, I figured that perhaps I can do something like tree.select(tree.ids[uid]), but my browser tells me that "tree.ids" has no properties.
Regards,
[ simon.cpu ]