-<!DOCTYPE html><html><head><title>Sencha Documentation Project</title><link rel="stylesheet" href="../reset.css" type="text/css"><link rel="stylesheet" href="../prettify.css" type="text/css"><link rel="stylesheet" href="../prettify_sa.css" type="text/css"><script type="text/javascript" src="../prettify.js"></script></head><body onload="prettyPrint()"><pre class="prettyprint"><pre><span id='Ext-dd.DragZone-method-constructor'><span id='Ext-dd.DragZone'>/**
+<!DOCTYPE html>
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>The source code</title>
+ <link href="../prettify/prettify.css" type="text/css" rel="stylesheet" />
+ <script type="text/javascript" src="../prettify/prettify.js"></script>
+ <style type="text/css">
+ .highlight { display: block; background-color: #ddd; }
+ </style>
+ <script type="text/javascript">
+ function highlight() {
+ document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
+ }
+ </script>
+</head>
+<body onload="prettyPrint(); highlight();">
+ <pre class="prettyprint lang-js"><span id='Ext-dd-DragZone-method-constructor'><span id='Ext-dd-DragZone'>/**
</span></span> * @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>
}
},
-<span id='Ext-dd.DragZone-property-dragData'> /**
+<span id='Ext-dd-DragZone-property-dragData'> /**
</span> * 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.
* @property dragData
*/
-<span id='Ext-dd.DragZone-cfg-containerScroll'> /**
+<span id='Ext-dd-DragZone-cfg-containerScroll'> /**
</span> * @cfg {Boolean} containerScroll True to register this container with the Scrollmanager
* for auto scrolling during drag operations.
*/
-<span id='Ext-dd.DragZone-method-getDragData'> /**
+<span id='Ext-dd-DragZone-method-getDragData'> /**
</span> * 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
return Ext.dd.Registry.getHandleFromEvent(e);
},
-<span id='Ext-dd.DragZone-method-onInitDrag'> /**
+<span id='Ext-dd-DragZone-method-onInitDrag'> /**
</span> * 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
return true;
},
-<span id='Ext-dd.DragZone-method-afterRepair'> /**
+<span id='Ext-dd-DragZone-method-afterRepair'> /**
</span> * Called after a repair of an invalid drop. By default, highlights this.dragData.ddel
*/
afterRepair : function(){
me.dragging = false;
},
-<span id='Ext-dd.DragZone-method-getRepairXY'> /**
+<span id='Ext-dd-DragZone-method-getRepairXY'> /**
</span> * 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
}
}
});
-</pre></pre></body></html>
\ No newline at end of file
+</pre>
+</body>
+</html>