search for: drophover

Displaying 3 results from an estimated 3 matches for "drophover".

Did you mean: cropover
2006 Feb 20
0
element.remove when element being dragged
...}, makeDroppable: function(){ this.dropObserver = this.dropImageInFolder.bind(this); Droppables.add(this.folderDiv, { accept: Array(''image''), hoverclass: ''drophover'', greedy:true, onDrop: this.dropObserver } ); }, dropImageInFolder: function(droppedElement, lastElement, event){ (code to move file into fo...
2005 Sep 02
0
altering revert effect based on if dropped on given droppable?
...start of the drag, as opposed to the draggable scrolling across the page back to where it was origionally if it wasn''t dropped in the correct place this is my droppable code: Droppables.add(''page1'', { accept: ''image'', hoverclass: ''drophover'', onDrop: function(element, lastActive) { $(''current_image1'').src = element.src ; element.options.reverteffect = new Effect.FadeAndRevert(element); } } ); I''ve hacked together this into effects.js...
2005 Jul 05
1
[PATCH] script.aculo.us drag-and-drop patch
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2618 bytes Desc: not available Url : http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050705/8b315d27/smime.bin