-
4 Jan 2013 12:21 PM #1
Unanswered: how to get value of a node where a leaf is dropped in a tree
Unanswered: how to get value of a node where a leaf is dropped in a tree
I have a tree panel where a leaf can be dropped to a node. I want to get the value of that node where the leaf is dropped.
Doing this gets me the first node and not the node where I dropped the leaf
Is there a way to do this...Code:Ext.StoreMgr.lookup('myStore').tree.root.childNodes[0].get('nodeName')
Thanks
-
7 Jan 2013 10:12 AM #2
It looks like the Ext.tree.plugin.TreeviewDragDrop plugin may let you get at what you want. In particular, look at the drop event.


Reply With Quote