On Mon, May 19, 2008 at 5:08 PM, elduderino
<[EMAIL PROTECTED]> wrote:
> I'm working with sortables. I've set constraint to be flase as i want
> my list to be sortable in both directions.

Is that code in your sortable.js file? I don't see the constraint
option being passed in. Try it like this:

Sortable.create('sortableImages', {tag:'img', constraint:false,
overlap:'horizontal'})

On Tue, May 20, 2008 at 3:15 PM, Diodeus <[EMAIL PROTECTED]> wrote:
> I don't think Sortable was designed with floats and a grid in mind (at
> least not your application of it).

I use sortables with floats quite often, that's the ideal usage imo.

-justin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to