in the meanwhile I managed to fix the issue myself.
The problem was that I had a call (copy-pasted from the example)
handling the removal of nodes:
.bind("remove.jstree", function (e, data) {
data.rslt.obj.each(function () {
...
}
}
And the "remove()" method would be called when my tabs tried to remove
the tree, which wouldn't work because no data was passed...
So, I used the "delete_node" method instead and now all works fine.
Cheers!
Manuel
> --
> You received this message because you are subscribed to the Google Groups "jsTree" group.
> To post to this group, send email to jst...@googlegroups.com.
> To unsubscribe from this group, send email to jstree+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/jstree?hl=en.
>
>