There's several good javascript tree controls. Not really related specifically to Merb, but the best approach is to keep javascript on the client side, so you'll want to find a good javascript library to handle rendering the tree information.
I'd recommend using YUI's TreeView, which is extremely robust, and easy to add to any page: http://developer.yahoo.com/yui/treeview/ There's also one for JQuery: http://bassistance.de/jquery-plugins/jquery-plugin-treeview/ On Apr 20, 6:38 am, Worrab <[email protected]> wrote: > Anyone know of a good tree control for Merb web-based applications? > Can the wx TreeCtrl be used? (How?) > > More generally, is it necessary to learn JavaScript to get Merb > working to best effect? (There are quite a few Java-based tree > controls out there). From my limited viewpoint, its use would seem to > make maintenance a little harder. > > Regards, > David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
