I am creating a node by using crrm as below
$("#TreeDiv").jstree("create", $("#somenode"), "inside", { "data":"new_node" });
This function is called through a wizard (i.e I am creating a node in place).
So far I am successful to get a node under #somenode
in that tree. The problem when the new node is created it appears focused and still editing of the node name is observed.
Screenshot below -
How can I disable this editing programatically
Added "skip_rename" parameter at the end in create function to "true" and it worked.$("#TreeDiv").jstree("create", $("#somenode"), "inside", { "data":"new_node" }, false, true);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With