Editing Dynamic Tree
[ File Path: exedit/async_edit.html ]
1, Explanation of editing dynamic tree
- 1) This Demo is based on the "Advanced Edit Nodes" to modify, and open to drag and drop functionality, can be compared with that demo.
- 2) At the same time set the editing mode and dynamic mode can be achieved editing dynamic tree.
- 3) zTree improved editing capabilities in dynamic mode, if the parent node hasn‘t loaded the child nodes, it will first load the child nodes before it add child node.
2, Explanation of setting
- 1) Use editing features, please refer to "Normal Drag Node Operation" & "Basic Edit Nodes" demo of the instructions.
- 2) Use dynamic loading, please refer to "Dynamic Tree with Ajax" demo of the instructions.
3, Explanation of treeNode
- No special requirements on the node data, please refer to "Dynamic Tree with Ajax" & "Normal Drag Node Operation" & "Basic Edit Nodes" demo of the instructions