Hi,
I am currently trying to use the Tree-Component from Dojo 1.2.3. The widget works great - but one thing is missing: In the standard implementation it is possible to move a TreeNode to an ancestor of itself. This leads to errors in the Tree-Component.
Now I want to overwrite checkItemAcceptance so that this behaviour doesn't occur. The question I have now is the following: How can I get the dijit.TreeNode-Objects form Item-Objects I can get from the TreeModel? Is there an example how I can achieve this?
Thank you for any hint!
Here is a simplified version of my method:
