Displaying 1 result from an estimated 1 matches for "cat_d".
Did you mean:
cat'd
2006 Mar 01
9
sortable tree?
...nction at
http://www.ruby-forum.com/forum/10 is disabled at the moment).
If yes, then a pointer to a solution would be great.
I want to create a sortable tree with scriptaculous Sortable. There are
several categories and subcatgories:
cat_a
- --subcat_a_1
- --subcat_a_2
cat_b
- --subcat_b_1
cat_c
cat_d
- --subcat_d_1
and so on, you get the point.
Now I want to sort subcategories inside a category and move them from
e.g. cat_a to cat_d and I also want to sort the main category order
itself (e.g. moving cat_c to the top of the list).
Both the categories and the subcategories are ul''s. M...