Hello,
How to add a node to a node whose leaf = true through Drag Drop functionality dynamically.
Thanks in advance.
Printable View
Hello,
How to add a node to a node whose leaf = true through Drag Drop functionality dynamically.
Thanks in advance.
It's automaticaly added. You just need to connect plugin thats all.
The treeviewdragdrop plugin disables drops on leafes automaticly. You can listen to the nodedragover event. Check if leaf = true and return true =D