[b]节点拖拽投放[/b]
[img]http://www.miniui.com/docs/api/images/dragdropnode.png[/img]
参考示例:[url=http://www.miniui.com/demo/tree/dragdrop.html]节点拖拽投放[/url]
[b]创建代码[/b]
<ul id="tree1" class="mini-tree" url="../data/tree.txt" style="width:200px;padding:5px;"
showTreeIcon="true" textField="text" idField="id"
allowDrag="true" allowDrop="true"
>
</ul>
allowDrag:允许拖拽节点
allowDrop:允许投放节点
[img]http://www.miniui.com/docs/api/images/dragdropnode.png[/img]
参考示例:[url=http://www.miniui.com/demo/tree/dragdrop.html]节点拖拽投放[/url]
[b]创建代码[/b]
<ul id="tree1" class="mini-tree" url="../data/tree.txt" style="width:200px;padding:5px;"
showTreeIcon="true" textField="text" idField="id"
allowDrag="true" allowDrop="true"
>
</ul>
allowDrag:允许拖拽节点
allowDrop:允许投放节点