X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/DragZone.html diff --git a/docs/source/DragZone.html b/docs/source/DragZone.html index b923cbe5..91a3f5c8 100644 --- a/docs/source/DragZone.html +++ b/docs/source/DragZone.html @@ -1,4 +1,21 @@ -
/**
+
+
+
+
+ The source code
+
+
+
+
+
+
+ /**
* @class Ext.dd.DragZone
* @extends Ext.dd.DragSource
* <p>This class provides a container DD instance that allows dragging of multiple child source nodes.</p>
@@ -67,7 +84,7 @@ Ext.define('Ext.dd.DragZone', {
}
},
- /**
+ /**
* This property contains the data representing the dragged object. This data is set up by the implementation
* of the {@link #getDragData} method. It must contain a <tt>ddel</tt> property, but can contain
* any other data according to the application's needs.
@@ -75,12 +92,12 @@ Ext.define('Ext.dd.DragZone', {
* @property dragData
*/
- /**
+ /**
* @cfg {Boolean} containerScroll True to register this container with the Scrollmanager
* for auto scrolling during drag operations.
*/
- /**
+ /**
* Called when a mousedown occurs in this container. Looks in {@link Ext.dd.Registry}
* for a valid target to drag based on the mouse down. Override this method
* to provide your own lookup logic (e.g. finding a child by class name). Make sure your returned
@@ -92,7 +109,7 @@ Ext.define('Ext.dd.DragZone', {
return Ext.dd.Registry.getHandleFromEvent(e);
},
- /**
+ /**
* Called once drag threshold has been reached to initialize the proxy element. By default, it clones the
* this.dragData.ddel
* @param {Number} x The x position of the click on the dragged object
@@ -105,7 +122,7 @@ Ext.define('Ext.dd.DragZone', {
return true;
},
- /**
+ /**
* Called after a repair of an invalid drop. By default, highlights this.dragData.ddel
*/
afterRepair : function(){
@@ -116,7 +133,7 @@ Ext.define('Ext.dd.DragZone', {
me.dragging = false;
},
- /**
+ /**
* Called before a repair of an invalid drop to get the XY to animate to. By default returns
* the XY of this.dragData.ddel
* @param {EventObject} e The mouse up event
@@ -133,4 +150,6 @@ Ext.define('Ext.dd.DragZone', {
}
}
});
-
\ No newline at end of file
+
+
+