Hi, Just a request for comments and ideas really. I need to display a Tree so that users can easily navigate to and from the various branches. I''m not really sure how best to do this, so I thought I''d ask here in case anyone had any ideas... Thanks in advance! -- Posted via http://www.ruby-forum.com/.
I take it this is a generic browser/html question and doesn''t really have a Ruby/Rails aspect to it? I would suggest one of the various JavaScript tree code snippets that I''ve seen on the web for years. Also there are Java applet implementations. G Pete Palmer wrote:> Hi, > > Just a request for comments and ideas really. I need to display a Tree > so that users can easily navigate to and from the various branches. I''m > not really sure how best to do this, so I thought I''d ask here in case > anyone had any ideas... > > Thanks in advance!-- Posted via http://www.ruby-forum.com/.
Dojo has a nice tree widget. Check out dojotoolkit.org. http://archive.dojotoolkit.org/dojo-2006-03-11/tests/widget/ Have a look at the test_Tree_*.html examples. -Jonathan. On 3/12/06, Pete Palmer <ppalmer@naniteservices.co.uk> wrote:> > Hi, > > Just a request for comments and ideas really. I need to display a Tree > so that users can easily navigate to and from the various branches. I''m > not really sure how best to do this, so I thought I''d ask here in case > anyone had any ideas... > > Thanks in advance! >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060312/c5a79741/attachment.html
On Mar 11, 2006, at 6:11 PM, Pete Palmer wrote:> Just a request for comments and ideas really. I need to display a Tree > so that users can easily navigate to and from the various branches. > I''m > not really sure how best to do this, so I thought I''d ask here in case > anyone had any ideas...http://www.epiphyte.ca/code/live_tree.html -- -- Tom Mornini