Drag and drop with sortables between two lists

Does anyone know what the option is in the sortable_element that allows
you to drag from one list to another? I can’t seem to find a Rails
example. Only straight JS examples.

Thanks so much.

On Jan 24, 12:04 pm, Guest [email protected] wrote:

Does anyone know what the option is in the sortable_element that allows
you to drag from one list to another? I can’t seem to find a Rails
example. Only straight JS examples.

Thanks so much.


Posted viahttp://www.ruby-forum.com/.

Look up draggable_element and drop_receiving_element in the rails api
docs.
The O’Reilly book Rails up and running has examples.

Sean

Thanks.

unknown wrote:

On Jan 24, 12:04 pm, Guest [email protected] wrote:

Does anyone know what the option is in the sortable_element that allows
you to drag from one list to another? I can’t seem to find a Rails
example. Only straight JS examples.

Thanks so much.


Posted viahttp://www.ruby-forum.com/.

Look up draggable_element and drop_receiving_element in the rails api
docs.
The O’Reilly book Rails up and running has examples.

Sean