Using persistence with dynatree, when the tree is re-loaded, I want to get all selected nodes, in order to send them in a request. How can I do that ? I've only found a way to get selected nodes with the onSelect event.
var selKeys = $.map($("#tree").dynatree("getSelectedNodes"), function(node) {
return node.data.key;
});
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more