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 badges3 Answers
Reset to default 3Check 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条)