-<!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-grid.plugin.DragDrop'>/**
+<!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-grid-plugin-DragDrop'>/**
</span> * @class Ext.grid.plugin.DragDrop
* <p>This plugin provides drag and/or drop functionality for a GridView.</p>
* <p>It creates a specialized instance of {@link Ext.dd.DragZone DragZone} which knows how to drag out of a {@link Ext.grid.View GridView}
'Ext.grid.ViewDropZone'
],
-<span id='Ext-grid.plugin.DragDrop-event-beforedrop'> /**
+<span id='Ext-grid-plugin-DragDrop-event-beforedrop'> /**
</span> * @event beforedrop
* <p><b>This event is fired through the GridView. Add listeners to the GridView object</b></p>
* <p>Fired when a drop gesture has been triggered by a mouseup event in a valid drop position in the GridView.
* <p>Return <code>0</code> from this event handler, and call the <code>dropFunction</code> at any time to perform the data transfer.</p>
*/
-<span id='Ext-grid.plugin.DragDrop-event-drop'> /**
+<span id='Ext-grid-plugin-DragDrop-event-drop'> /**
</span> * @event drop
* <b>This event is fired through the GridView. Add listeners to the GridView object</b>
* Fired when a drop operation has been completed and the data has been moved or copied.
dragText : '{0} selected row{1}',
-<span id='Ext-grid.plugin.DragDrop-cfg-ddGroup'> /**
+<span id='Ext-grid-plugin-DragDrop-cfg-ddGroup'> /**
</span> * @cfg {String} ddGroup
* A named drag drop group to which this object belongs. If a group is specified, then both the DragZones and DropZone
* used by this plugin will only interact with other drag drop objects in the same group (defaults to 'TreeDD').
*/
ddGroup : "GridDD",
-<span id='Ext-grid.plugin.DragDrop-cfg-dragGroup'> /**
+<span id='Ext-grid-plugin-DragDrop-cfg-dragGroup'> /**
</span> * @cfg {String} dragGroup
* <p>The ddGroup to which the DragZone will belong.</p>
* <p>This defines which other DropZones the DragZone will interact with. Drag/DropZones only interact with other Drag/DropZones
* which are members of the same ddGroup.</p>
*/
-<span id='Ext-grid.plugin.DragDrop-cfg-dropGroup'> /**
+<span id='Ext-grid-plugin-DragDrop-cfg-dropGroup'> /**
</span> * @cfg {String} dropGroup
* <p>The ddGroup to which the DropZone will belong.</p>
* <p>This defines which other DragZones the DropZone will interact with. Drag/DropZones only interact with other Drag/DropZones
* which are members of the same ddGroup.</p>
*/
-<span id='Ext-grid.plugin.DragDrop-cfg-enableDrop'> /**
+<span id='Ext-grid-plugin-DragDrop-cfg-enableDrop'> /**
</span> * @cfg {Boolean} enableDrop
* <p>Defaults to <code>true</code></p>
* <p>Set to <code>false</code> to disallow the View from accepting drop gestures</p>
*/
enableDrop: true,
-<span id='Ext-grid.plugin.DragDrop-cfg-enableDrag'> /**
+<span id='Ext-grid-plugin-DragDrop-cfg-enableDrag'> /**
</span> * @cfg {Boolean} enableDrag
* <p>Defaults to <code>true</code></p>
* <p>Set to <code>false</code> to disallow dragging items from the View </p>
view.on('render', this.onViewRender, this, {single: true});
},
-<span id='Ext-grid.plugin.DragDrop-method-destroy'> /**
+<span id='Ext-grid-plugin-DragDrop-method-destroy'> /**
</span> * @private
* AbstractComponent calls destroy on all its plugins at destroy time.
*/
});
}
}
-});</pre></pre></body></html>
\ No newline at end of file
+});</pre>
+</body>
+</html>