ExtJS Drag and Drop in tree on modern toolkit
问题 Actually I'm going to implement a tree view, where the user should have the option to reorder the structure with drag and drop. Actually I can't figure out how to enable drag and drop. I found a lot of examples using the 'treeviewdragdrop' plugin, which is just working with the classic toolkit. The following Code made me move the first node but not more. this.toParentSource = new Ext.drag.Source({ element: this.getView().element.down('.x-gridcell'), constrain: { element: this.getView().body,