search for: unlinkedartwork

Displaying 1 result from an estimated 1 matches for "unlinkedartwork".

Did you mean: unlinkedartworks
2006 Jul 17
1
sortable_element - Altering defaults set by rails
Hi there, I''ve got the following code to generate two sortable elements but whenever someone drags and drops an item, i only want it to return a serialised list of the items in categoryartworks, the unlinkedartworks can be in any order and I don''t care. I can then delete those artworks that were in category artworks but aren''t in the serialised list, plus reorder the category artworks. Here''s the code: <%= sortable_element ''categoryartworks'', :dropOnEm...