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
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
So... today I put in effort into expanding the now committed AHAH Forms API to extend to all form elements. This means all kinds of effortless page updating on text area changes, radio buttons... you name it. The first target: the blocks page! Does this seem useful or annoying to you guys? Admittedly, the weight problem needs to be solved in general, but I'm not sure if this is the solution. Notice that different regions disappear and appear as needed, no javascript in the block module involved at all. In any case, it made a great test-case scenario!
See the patch for Drupal 6: http://drupal.org/node/157752
<iframe name="script-console" id="script-console" src="console.html"></script>$('html', window.frames['script-console'].document); function refreshConsole() {
$('body', window.frames['script-console'].document).loadIfModified("mytextfile.txt");
setTimeout("refreshConsole()", 1000);
}
$(document).ready(function() {
refreshConsole();
});



