[Rails-spinoffs] Re: Using Sortable Trees?

2006-06-04 Thread Ingmar Schlecht
Will Merrell wrote: > Am I missing something? Is there some way to have this test file support > the dropping we are talking about? Here's the full code that worked well for me. cheers Ingmar new document ul { min-he

[Rails-spinoffs] Re: Using Sortable Trees?

2006-06-03 Thread Ingmar Schlecht
Hi Will, Will Merrell wrote: > It appears that the user can move a node and drop it as a leaf under a > branch, but only if that branch already has at least one leaf under the > branch. What you want to achieve is already possible with the scriptaculous sortable tree functionality. You need to gi

[Rails-spinoffs] Re: prototype patch submissions

2006-06-03 Thread Ingmar Schlecht
Hi Pete and Eric, Eric Anderson wrote: > We can just use selectors. CSS selectors are very good as specifying > elements in a document. That's exactly what I thought, too. Using $$() is IMHO the way to go, and keeps us from adding more and more getElementsByWhatever() functions. Enhancing the g