jQuery UI Drag and Drop in Drupal 7

preview_player
Показать описание
UPDATE: now with example code, and make file.

This is a demonstration of Drag and Drop functionality in Drupal 7. I have used Views to create two lists. The items in one become Draggable items using jQuery UI draggable, the other View becomes a Droppable area using jQuery UI droppable. When a draggable is dropped on the droppable a 'drop' event is fired, which sends and AJAX call back to Drupal. This is picked up by Page manager, which passes it on to Rules for processing.

Рекомендации по теме
Комментарии
Автор

"... When a draggable is dropped on the droppable ..." :D Love it!

maikkaune
Автор

this is awesome and exactly what i was looking for and dreaming about :)
thanks i will check out your module on github

fischhold
Автор

I'm getting, "Page not found" when following the links provided in the description.

terjeoseberg