Hi all, I and Yusuke Kishita had developed jsTree and MPTT plugins which manages tree structured data, and now published them on our web2py plugin site with demos and codes:
[jsTree Plugin] http://dev.s-cubism.com/plugin_jstree [MPTT Plugin] http://dev.s-cubism.com/plugin_mptt The MPTT plugin is originated in django-mptt, and is a web2py implemntation of Modified Preorder Tree Traversal (MPTT) algorithm which manages tree structured data stored in db with faster selects. The jsTree plugin allows you to create, read, update, delete and further move tree structured data in a fancy ui by using jsTree library. Then, the MPTT plugin could be injected into the jsTree plugin as a base tree model. I have noticed some discussions about the MPTT here, and definitely wanted something like django-mptt in web2py:) Yusuke, one of my colleagues, did a great job of developing for a large part of both plugins. I really appreciate it. We would be glad if you could try the plugins, and welcome your feedback. Yours, Kenji