Roo/dd/DropTarget.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 08:56:42 +0000 (16:56 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 08:56:42 +0000 (16:56 +0800)
Roo/dd/DropTarget.js

index 59f5af9..bc0a532 100644 (file)
@@ -105,6 +105,11 @@ Roo.extend(Roo.dd.DropTarget, Roo.dd.DDTarget, {
      * @cfg {String} overClass
      * The CSS class applied to the drop target element while the drag source is over it (defaults to "").
      */
+     /**
+     * @cfg {String} ddGroup
+     * The CSS class applied to the drop target element while the drag source is over it (defaults to "").
+     */
+     
     /**
      * @cfg {String} dropAllowed
      * The CSS class returned to the drag source when drop is allowed (defaults to "x-dd-drop-ok").