This changeset adds the ability to drag and drop actions between contexts and ajaxomagically update the action's context in the backend. I've tested it in Firefox and Safari, but not on other browsers.

When you start dragging an action, the other contexts collapse to provide easier targets for dropping. After the drop, the contexts return to their previously states of collapsed/expanded.



git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@275 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lukemelia 2006-07-03 00:22:28 +00:00
parent 060f1e9a97
commit 9263249e77
6 changed files with 163 additions and 28 deletions

View file

@ -6,7 +6,11 @@ Ajax.Responders.register({
onComplete: function() {
if($('busy') && Ajax.activeRequestCount==0)
Element.hide('busy');
}
},
// uncomment the next three lines for easier debugging with FireBug
// onException: function(source, exception) {
// console.error(exception);
// }
});
/**