Drag Drop Tree Nodes
Press mouse down and drag a node to another position.
示例:
代码:
<div class="easyui-panel" style="padding:5px">
<ul class="easyui-tree" data-options="url:'examples/tree/tree_data1.json',method:'get',animate:true,dnd:true"></ul>
</div>