search for: sortabletree

Displaying 6 results from an estimated 6 matches for "sortabletree".

2005 Dec 24
0
sortableTree update?
Any idea when sortable tree functionality will become available? I''m trying to build a site that needs this functionality. Any update would be appreciated. Best Alex Digitalpodcast.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Jun 21
7
sortable tree problem
Hello, I''m having a problem when I set the tree option to true on Sortable. If I set the option to false my remote call works fine, but once I set it to true, I get some weird log errors from Webrick... undefined method `update'' for "11":String /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/cgi_ext/cgi_methods.rb:214:in `build_deep_hash''
2006 Apr 24
1
dragdrop.js problems - workaround here
...nse. Anyway, I have checked in a revision into the repository, feel free to check it out, and I hope it can get into the scriptaculous as soon as possible! The wiki has some useful code to implement this in your database! Great, have fun. The repository is at: http://oriontransfer.co.nz/svn/SortableTree Wiki: http://wiki.oriontransfer.co.nz/main/show/SortableTree Sammi _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2005 Jul 26
0
re: sortable tree :)
> I haven''t looked too much at the actual code, but there is a > SortableTree Class coming soon to script.aculo.us, I have been > working on it here and there for about 2 weeks now and it is > working very nicely in all browsers and most performance issues > have been worked out. the tree is also collapsible! Thanks! this is (almost) exactly what I have been...
2005 Jul 25
8
My try on nested sortables
Hello, please take a look at http://test.reasonmaker.com/sort/ where I made some hacks to allow for nested sortables. I need a hierarchical, sortable list, so I hacked away. It generally works quite nicely, but: ( - The code needs my debug stuff and failed attempts removed ) - The code needs to be adapted to also work with vertical sortables. It probably breaks vertical sortables.
2006 Jun 16
1
sortable acts_as_tree with heirarchy
I''ve been stumbling on the tut at oriontransfer (http://wiki.oriontransfer.co.nz/main/show/SortableTree) I''ve got it working in a one dimensional list and I''ve got the drag and drop working on children, but as can''t get it to save the tree. Here''s my view: <h2>Menu Prototype 2</h2> <%= flash[:notice] %> <ul id="menu"> <% @nav...