Hi everybody, I'm working on project wich consist to integrate AJAX via "Prototype" in a big application (more then 5000 jsp), and when I need a component, I search a Framework based "Prototype" for this component; for exemple I use "Prototype Window" for popup window, "Prototip" for tooltips ... But when I searched for a "Prototype" based Framework, to create tree view menu, I didn't find anything. Any ideas? Thanks in advance. Essam
on 2008-07-02 12:18
on 2008-07-03 01:53
On Jul 2, 5:18 am, Mohamed Essam EL MESSOUSSI <ingenieur.ens...@gmail.com> wrote: > Hi everybody, > > ... > > But when I searched for a "Prototype" based Framework, to create tree > view menu, I didn't find anything. > Any ideas? > Thanks in advance. > > Essam Essam, I don't know of any that are built with Prototype.js, but there are a couple that are plain old JavaScript: http://www.silverstripe.com/tree-control/ (I'm using this on http://markupfactory.com/documentation/) Another one is here: http://krijnhoetmer.nl/stuff/javascript/list-treeview-menu/ http://krijnhoetmer.nl/stuff/javascript/list-treev... It looks smaller, but I haven't used it. Neither of these save the state of the tree, but that's pretty easy to add. Perhaps you can make one of these more elegant with Prototype.js and list it on scripteka. Hope that helps. Thanks, Nathan
on 2008-07-03 01:57
Oops, forgot about this one: http://weblog.axent.pl/examples/js.drag-drop-tree/ Hope that's the kind of tree you're talking about. Nathan