You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to re-implement this functionality in a custom menu, but having trouble. The selected node is deleted by the time $('#mytree').on('delete_node.jstree',function (e, data) { } is called, so cannot find it in the parent node's children.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is select_prev_on_delete from the ui plugin in rev. 1 of jstree available in jstree rev. 3? Description of this can be found here:
https://old.jstree.com/documentation/ui
I have tried to re-implement this functionality in a custom menu, but having trouble. The selected node is deleted by the time $('#mytree').on('delete_node.jstree',function (e, data) { } is called, so cannot find it in the parent node's children.
Beta Was this translation helpful? Give feedback.
All reactions