Forum: Rails Spinoffs (closed, excessive spam) "Prototype" based Framework, to create tree view menu

Posted by Mohamed Essam EL MESSOUSSI (Guest)
on 2008-07-02 12:18
(Received via mailing list)
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
Posted by nlloyds (Guest)
on 2008-07-03 01:53
(Received via mailing list)
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
Posted by nlloyds (Guest)
on 2008-07-03 01:57
(Received via mailing list)
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
This topic is locked and can not be replied to.