Tree Questions - Ext JS

本文解答了关于树形结构中节点的拖放功能定制问题,包括限制特定节点的拖放行为、为不同类型的节点附加自定义参数及在多个树形结构间进行拖放操作的同时限制单一树内的重新排序。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

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.
Reply With Quote
  #2  
Old 02-26-2007, 03:17 PM
DefaultRe: Tree Questions

Quote:
Originally Posted by FuryVII
Is it possible to only allow certain nodes to be drag and drop?
Yes, definitely! On the specific nodes you don't want draggable, include "draggable: false" on the node or nodes you don't want be draggable.

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:
Originally Posted by FuryVII
Is it possible to attach custom parameters to a node depending on the node type?
Yes, you can attach pretty much anything custom you want to any node. Then, those properties and values are available in an attributes property for you.

Quote:
Originally Posted by FuryVII
Is it possible to allow drag and drop between trees while limiting re-ordering within one of those two trees?
Yes, I should think that's doable as well though the exact means for accomplishing it escape me at the moment.
Reply With Quote
  #3  
Old 02-26-2007, 03:40 PM
Default

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.
Reply With Quote
  #4  
Old 02-27-2007, 10:05 AM
Default

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.
Reply With Quote
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值