jstree Drag node is not selected -
i can click on node select it, marks node selected.
multi select works great well.
i can drag selected node(s)
however, without above mentioned selection dragging node not select (.bind("select_node.jstree", function (e, data)
fires on mouseup)
if have nodes selected , drag node ; these selected nodes not deselected.
basically,how emulate windows explorer drag , drop functionality ?
to deselect selected nodes, call function before selecting current node.
$("#tree").jstree("deselect_all");
call above function , go on selecting current node followed code.
cheers!
Comments
Post a Comment