Skip to main content
Home
Nate Lampton - quicksketch.org
  • Blog
  • Bio
  • Contact

drag and drop

Drupal Drag and Drop (redux)

Posted Oct 23, 2007 | 03:11 am MDT

Drupal
jquery
drag and drop
patches

A follow-up to yesterday's video on Drag and Drop tables. The new version combines the new dragtable.js with a special blocks.js file. The dragtable.js (320 lines) handles reordering of weights and matching regions with their siblings, as well as the actual drag and drop. The new blocks.js (50 lines) handles the specialty case 'regions' dropdown, so that changing this field moves the row into the new region.

See the patch for Drupal 6: http://drupal.org/node/181066

  • 7 comments
  • Read more about Drupal Drag and Drop (redux)

Drupal Drag and Drop

Posted Oct 21, 2007 | 10:37 pm MDT

Drupal
Projects
jquery
drag and drop

Not too long ago the AHAH patches went into Drupal core. While I'm thrilled with their inclusion, we can push Drupal's interface further with the addition of drag and drop, eliminating the visible weights system. Read more about it in the issue queue.

See the patch for Drupal 6: http://drupal.org/node/181066

  • 3 comments
  • Read more about Drupal Drag and Drop