From 21d72c4a80fe2937d0c4ddd20624b27adbcd989b Mon Sep 17 00:00:00 2001 From: lizi00164331
Cancel the edit name status. Can restore the original name, and can also force assigned to a new name.
+Please use zTree object to executing the method.
+Re given a new name
+If this parameter is omitted, then restore the original name.
+no return value
+var treeObj = $.fn.zTree.getZTreeObj("tree");
+treeObj.cancelEditName();
+
+ var treeObj = $.fn.zTree.getZTreeObj("tree");
+treeObj.cancelEditName("test_new_name");
+
+