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");