Hello,
First, thanks for this plugin, it's really nice to have created it and to
maintain it until now.
So basically, i need to create an input element for each node on the creation
of the tree and i don't knowhow to di it.
I load my tree from php. I tried events like created_node and load_node,
without success.
Anyone can help me?
Here is my code:
$('#tree').jstree({
'core' : {
'data' : {
'url' : 'tree.php',
'dataType': 'JSON',
'data' : function (node) {
return { 'id' : node.id };
}
},
}
});
Thanks
Original issue reported on code.google.com by am.ma...@gmail.com on 26 May 2014 at 12:59
Original issue reported on code.google.com by
am.ma...@gmail.com
on 26 May 2014 at 12:59