mar10/jquery-ui-contextmenu

Extension-wrapper for Django

m-libbrecht opened this issue · 1 comments

Hello Martin.

I’d like to build an extension to the jquery.fancytree or jquery.contextmenu to be able to use both client side scripts in conjunction with Django sites that use mptt to build hierarchical trees.

fancytree

I’m thinking of using a request object
, something like this:

var  tree_changerequest = {
    source_nodes : [ {}],
    target_node : {},
    method : "",
    new_id : 0,
    response : "" }

moving from client to server in order to persist the changes at the server side and refresh the fancy tree.

Can you tell me what approach would be appropriate ?

Thanks in advance.

Mark Libbrecht

mar10 commented

This question is not related to this contextmenu plugin, but to Fancytree.
And since it is no bug or feature request, Stackoverflow may be more appropriate as well.