ajax - Javascript tree views that support multiple item dragdrop - Stack Overflow

We are currently using the ExtJS tree view in an application - a requirement has arisen requiring a use

We are currently using the ExtJS tree view in an application - a requirement has arisen requiring a user to select multiple nodes (which the tree view supports currently through a pluggable selection model) - but you can not then drag the multiple selections to another part of the tree.

Does anyone know of an ajax control (mercial or non-mercial) that supports multiple-selection drag / drop - or a example of enabling this functionality in ExtJS?

We are currently using the ExtJS tree view in an application - a requirement has arisen requiring a user to select multiple nodes (which the tree view supports currently through a pluggable selection model) - but you can not then drag the multiple selections to another part of the tree.

Does anyone know of an ajax control (mercial or non-mercial) that supports multiple-selection drag / drop - or a example of enabling this functionality in ExtJS?

Share Improve this question edited Dec 24, 2008 at 16:28 philant 35.9k11 gold badges73 silver badges113 bronze badges asked Sep 5, 2008 at 23:28 BittercoderBittercoder 12.1k10 gold badges60 silver badges77 bronze badges
Add a ment  | 

3 Answers 3

Reset to default 3

Check out this post in the ExtJS forum that details how you can enable multi-select in a Javascript tree.

http://extjs./forum/showthread.php?t=28115

Got the same issue. I just found the solution :

..new Ext.tree.TreePanel({
  ...
  selModel : new Ext.tree.MultiSelectionModel()
  ...
})

Ha i just asked the exact same question in their forum... want to acheive the goal without using the Custom User-Extension tough.

http://www.extjs./forum/showthread.php?97463-3.2.0-Treepanel-MultiSelectionModel-and-Dragdrop&p=459962

Just for reference.

Regards, Fabian Loibl

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744398327a4572258.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信