Author: A.Skokov
Date: 2007-03-19 13:55:25 -0400 (Mon, 19 Mar 2007)
New Revision: 99
Modified:
trunk/richfaces/common/src/main/resources/org/richfaces/renderkit/html/scripts/dnd/dnd-dropzone.js
Log:
Modified:
trunk/richfaces/common/src/main/resources/org/richfaces/renderkit/html/scripts/dnd/dnd-dropzone.js
===================================================================
---
trunk/richfaces/common/src/main/resources/org/richfaces/renderkit/html/scripts/dnd/dnd-dropzone.js 2007-03-19
14:38:01 UTC (rev 98)
+++
trunk/richfaces/common/src/main/resources/org/richfaces/renderkit/html/scripts/dnd/dnd-dropzone.js 2007-03-19
17:55:25 UTC (rev 99)
@@ -74,9 +74,9 @@
var accepts = this.accept(drag);
var markerType = accepts ? "accept" : "reject";
-
+
DnD.setDefaultDnDParams(dndParams);
-
+
if (drag.source.getDraggableItems && drag.source.getDraggableItems()
> 1) {
indicator.setContent(markerType, false, dndParams);
} else {
@@ -106,12 +106,12 @@
if (indicator) {
indicator.leave();
}
-
+
},
- dragUp: function(event) {
- this.ondropend(event, drag);
-
+ dragUp: function(event) {
+ this.ondropend(event);
+
if( this.options && this.options.ondropend) {
this.options.ondropend();
}
Show replies by date