tags:

views:

103

answers:

1

I needed a dynamic context menu for my jstree so created my own but I still need the create, rename, delete and move functions. I had them working in the built in context menu, but can't seem to figure out how to do them manually.

Anyone know how?

+1  A: 

Have a look at the crrm documentation

You may also need to apply bindings if you wish to do things after you add/edit/remove.

Writing out a full spec of each binding and its needs could take pages, so it would be best if you made your way here and search what you need - it's very helpful.

Beware - JSTree versions lower than 1.0 are very different to version 1.0+

Regards, Byron Cobb

Byron Cobb