Jul 31, 2022, 5:10 PM
[CLOSED] TreePanel DragDrop
Hi! I'm trying to port the following v5 code to v7.
I cannot find the ItemMove listener.
could you please help me?
I cannot find the ItemMove listener.
<ext:TreePanel
ID="TreePanel1"
runat="server"
Height="300"
Width="250"
UseArrows="true">
<Listeners>
<ItemMove Fn="moveNode" Delay="1" />
</Listeners>
<View>
<ext:TreeView runat="server">
<Plugins>
<ext:TreeViewDragDrop runat="server" ContainerScroll="true" />
</Plugins>
</ext:TreeView>
</View>
</ext:TreePanel>
this code becomes from this sample: https://examples5.ext.net/#/TreePane...Reorder_Nodes/could you please help me?
Last edited by fabricio.murta; Aug 08, 2022 at 8:24 PM.