Mohamed Essam EL MESSOUSSI
2008-Jul-02 10:18 UTC
"Prototype" based Framework, to create tree view menu
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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
On Jul 2, 5:18 am, Mohamed Essam EL MESSOUSSI <ingenieur.ens...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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. > > EssamEssam, 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-treeview-menu/tree.js 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---