search for: listb_act

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

Did you mean: list_cat
2006 Feb 27
4
Getting nuts with sortables...
...:url => { :action => "lista_action" } %> <%= sortable_element "listb", :droponempty => true, :complete => visual_effect(:highlight, ''listb''), :containment => ["lista", "listb"], :url => { :action => "listb_action" } %> Next the things that are getting me crazy: 1 - I CAN''T get listb_action or lista_action to get called. Why ???... Arghhh.. 2 - When I drop Item 3 on top of listb, Item 4 cannot be dragged above Item 3. 3 - How can I obtain a ''duplicate-and-drop'' effect,...