A couple questions:
Is it possible to only allow certain nodes to be drag and drop?
Is it possible to attach custom parameters to a node depending on the node type?
Is it possible to allow drag and drop between trees while limiting re-ordering within one of those two trees?
I have read the examples thoroughly and I have been reading a lot of documention. If anyone has any info here, I'd really appreciate it.
Is it possible to only allow certain nodes to be drag and drop?
Is it possible to attach custom parameters to a node depending on the node type?
Is it possible to allow drag and drop between trees while limiting re-ordering within one of those two trees?
I have read the examples thoroughly and I have been reading a lot of documention. If anyone has any info here, I'd really appreciate it.

|
#2
| |||
|
Quote:
As far as setting whether a node can have things dropped on it, you'll need to set a listender on the nodedragover event. In there you'll need to write your own logic to return false if the current node can't have things dropped on it. Quote:
Quote:
![]() |
|
#3
|
|
Thanks for your input. I have previsouly read about allowDrap and allowDrop and draggable for nodes.
Even when I set the properties to false they seem to allow me to DnD. I'm still looking into though. ![]() |
|
#4
|
|
allowDrag/allowDrop
Make sure you set them in the config (they are config time only properties). To limit reorder within the same try, you will need to listen for the associated events and check the tree property and cancel if needed. It sounds complicated, but it shouldn't take more than 10 lines of code. ![]() |
本文解答了关于树形结构中节点的拖放功能定制问题,包括限制特定节点的拖放行为、为不同类型的节点附加自定义参数及在多个树形结构间进行拖放操作的同时限制单一树内的重新排序。
1万+

被折叠的 条评论
为什么被折叠?



