commit extjs-2.2.1
[extjs.git] / docs / output / Ext.dd.DropZone.html
1         <div class="body-wrap">
2         <div class="top-tools">
3             <a class="inner-link" href="#Ext.dd.DropZone-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4             <a class="inner-link" href="#Ext.dd.DropZone-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5             <a class="inner-link" href="#Ext.dd.DropZone-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6                             <a class="inner-link" href="#Ext.dd.DropZone-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7                         <a class="bookmark" href="../docs/?class=Ext.dd.DropZone"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>
8         </div>
9                 <div class="inheritance res-block">
10 <pre class="res-block-inner"><a ext:cls="Ext.dd.DragDrop" ext:member="" href="output/Ext.dd.DragDrop.html">DragDrop</a>
11   <img src="resources/elbow-end.gif"/><a ext:cls="Ext.dd.DDTarget" ext:member="" href="output/Ext.dd.DDTarget.html">DDTarget</a>
12     <img src="resources/elbow-end.gif"/><a ext:cls="Ext.dd.DropTarget" ext:member="" href="output/Ext.dd.DropTarget.html">DropTarget</a>
13       <img src="resources/elbow-end.gif"/>DropZone</pre></div>
14                 <h1>Class Ext.dd.DropZone</h1>
15         <table cellspacing="0">
16             <tr><td class="label">Package:</td><td class="hd-info">Ext.dd</td></tr>
17             <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../src/DropZone.js" target="_blank">DropZone.js</a></td></tr>
18             <tr><td class="label">Class:</td><td class="hd-info">DropZone</td></tr>
19                         <tr><td class="label">Subclasses:</td><td class="hd-info"><a ext:cls="Ext.tree.TreeDropZone" href="output/Ext.tree.TreeDropZone.html">TreeDropZone</a></td></tr>
20                                     <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.dd.DropTarget" ext:member="" href="output/Ext.dd.DropTarget.html">DropTarget</a></td></tr>
21                     </table>
22         <div class="description">
23             *
24 This class provides a container DD instance that proxies for multiple child node targets.<br />
25 By default, this class requires that child nodes accepting drop are registered with <a ext:cls="Ext.dd.Registry" href="output/Ext.dd.Registry.html">Ext.dd.Registry</a>.        </div>
26         
27         <div class="hr"></div>
28                 <a id="Ext.dd.DropZone-configs"></a>
29         <h2>Config Options</h2>
30         <table cellspacing="0" class="member-table">
31             <tr>
32                 <th class="sig-header" colspan="2">Config Options</th>
33                 <th class="msource-header">Defined By</th>
34             </tr>
35                 <tr class="config-row inherited expandable">\r
36         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
37         <td class="sig">\r
38         <a id="Ext.dd.DropZone-ddGroup"></a>\r
39             <b>ddGroup</b> : String            <div class="mdesc">\r
40                         <div class="short">A named drag drop group to which this object belongs. If a group is specified, then this object will only interact wi...</div>\r
41             <div class="long">\r
42                 A named drag drop group to which this object belongs. If a group is specified, then this object will only interact with other drag drop objects in the same group (defaults to undefined).            </div>\r
43                         </div>\r
44         </td>\r
45         <td class="msource"><a ext:cls="Ext.dd.DropTarget" ext:member="#ddGroup" href="output/Ext.dd.DropTarget.html#ddGroup">DropTarget</a></td>\r
46     </tr>\r
47         <tr class="config-row inherited alt">\r
48         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
49         <td class="sig">\r
50         <a id="Ext.dd.DropZone-dropAllowed"></a>\r
51             <b>dropAllowed</b> : String            <div class="mdesc">\r
52                             The CSS class returned to the drag source when drop is allowed (defaults to "x-dd-drop-ok").                        </div>\r
53         </td>\r
54         <td class="msource"><a ext:cls="Ext.dd.DropTarget" ext:member="#dropAllowed" href="output/Ext.dd.DropTarget.html#dropAllowed">DropTarget</a></td>\r
55     </tr>\r
56         <tr class="config-row inherited">\r
57         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
58         <td class="sig">\r
59         <a id="Ext.dd.DropZone-dropNotAllowed"></a>\r
60             <b>dropNotAllowed</b> : String            <div class="mdesc">\r
61                             The CSS class returned to the drag source when drop is not allowed (defaults to "x-dd-drop-nodrop").                        </div>\r
62         </td>\r
63         <td class="msource"><a ext:cls="Ext.dd.DropTarget" ext:member="#dropNotAllowed" href="output/Ext.dd.DropTarget.html#dropNotAllowed">DropTarget</a></td>\r
64     </tr>\r
65         <tr class="config-row inherited alt">\r
66         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
67         <td class="sig">\r
68         <a id="Ext.dd.DropZone-overClass"></a>\r
69             <b>overClass</b> : String            <div class="mdesc">\r
70                             The CSS class applied to the drop target element while the drag source is over it (defaults to "").                        </div>\r
71         </td>\r
72         <td class="msource"><a ext:cls="Ext.dd.DropTarget" ext:member="#overClass" href="output/Ext.dd.DropTarget.html#overClass">DropTarget</a></td>\r
73     </tr>\r
74             </table>
75                 <a id="Ext.dd.DropZone-props"></a>
76         <h2>Public Properties</h2>
77                 <table cellspacing="0" class="member-table">
78             <tr>
79                 <th class="sig-header" colspan="2">Property</th>
80                 <th class="msource-header">Defined By</th>
81             </tr>
82                 <tr class="property-row inherited">\r
83         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
84         <td class="sig">\r
85         <a id="Ext.dd.DropZone-available"></a>\r
86             <b>available</b> : boolean            <div class="mdesc">\r
87                             The availabe property is false until the linked dom element is accessible.                        </div>\r
88         </td>\r
89         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#available" href="output/Ext.dd.DragDrop.html#available">DragDrop</a></td>\r
90     </tr>\r
91         <tr class="property-row inherited alt">\r
92         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
93         <td class="sig">\r
94         <a id="Ext.dd.DropZone-config"></a>\r
95             <b>config</b> : object            <div class="mdesc">\r
96                             Configuration attributes passed into the constructor                        </div>\r
97         </td>\r
98         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#config" href="output/Ext.dd.DragDrop.html#config">DragDrop</a></td>\r
99     </tr>\r
100         <tr class="property-row inherited">\r
101         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
102         <td class="sig">\r
103         <a id="Ext.dd.DropZone-defaultPadding"></a>\r
104             <b>defaultPadding</b> : Object            <div class="mdesc">\r
105                             Provides default constraint padding to "constrainTo" elements (defaults to {left: 0, right:0, top:0, bottom:0}).                        </div>\r
106         </td>\r
107         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#defaultPadding" href="output/Ext.dd.DragDrop.html#defaultPadding">DragDrop</a></td>\r
108     </tr>\r
109         <tr class="property-row inherited alt expandable">\r
110         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
111         <td class="sig">\r
112         <a id="Ext.dd.DropZone-groups"></a>\r
113             <b>groups</b> : object            <div class="mdesc">\r
114                         <div class="short">The group defines a logical collection of DragDrop objects that are
115 related.  Instances only get events when interact...</div>\r
116             <div class="long">\r
117                 The group defines a logical collection of DragDrop objects that are
118 related.  Instances only get events when interacting with other
119 DragDrop object in the same group.  This lets us define multiple
120 groups using a single DragDrop subclass if we want.            </div>\r
121                         </div>\r
122         </td>\r
123         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#groups" href="output/Ext.dd.DragDrop.html#groups">DragDrop</a></td>\r
124     </tr>\r
125         <tr class="property-row inherited expandable">\r
126         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
127         <td class="sig">\r
128         <a id="Ext.dd.DropZone-hasOuterHandles"></a>\r
129             <b>hasOuterHandles</b> : boolean            <div class="mdesc">\r
130                         <div class="short">By default, drags can only be initiated if the mousedown occurs in the
131 region the linked element is.  This is done in...</div>\r
132             <div class="long">\r
133                 By default, drags can only be initiated if the mousedown occurs in the
134 region the linked element is.  This is done in part to work around a
135 bug in some browsers that mis-report the mousedown if the previous
136 mouseup happened outside of the window.  This property is set to true
137 if outer handles are defined.            </div>\r
138                         </div>\r
139         </td>\r
140         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#hasOuterHandles" href="output/Ext.dd.DragDrop.html#hasOuterHandles">DragDrop</a></td>\r
141     </tr>\r
142         <tr class="property-row inherited alt expandable">\r
143         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
144         <td class="sig">\r
145         <a id="Ext.dd.DropZone-id"></a>\r
146             <b>id</b> : String            <div class="mdesc">\r
147                         <div class="short">The id of the element associated with this object.  This is what we
148 refer to as the "linked element" because the size...</div>\r
149             <div class="long">\r
150                 The id of the element associated with this object.  This is what we
151 refer to as the "linked element" because the size and position of
152 this element is used to determine when the drag and drop objects have
153 interacted.            </div>\r
154                         </div>\r
155         </td>\r
156         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#id" href="output/Ext.dd.DragDrop.html#id">DragDrop</a></td>\r
157     </tr>\r
158         <tr class="property-row inherited">\r
159         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
160         <td class="sig">\r
161         <a id="Ext.dd.DropZone-invalidHandleClasses"></a>\r
162             <b>invalidHandleClasses</b> : Array            <div class="mdesc">\r
163                             An Array of CSS class names for elements to be considered in valid as drag handles.                        </div>\r
164         </td>\r
165         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#invalidHandleClasses" href="output/Ext.dd.DragDrop.html#invalidHandleClasses">DragDrop</a></td>\r
166     </tr>\r
167         <tr class="property-row inherited alt expandable">\r
168         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
169         <td class="sig">\r
170         <a id="Ext.dd.DropZone-invalidHandleIds"></a>\r
171             <b>invalidHandleIds</b> : Object            <div class="mdesc">\r
172                         <div class="short">An object who's property names identify the IDs of elements to be considered invalid as drag handles.
173 A non-null prop...</div>\r
174             <div class="long">\r
175                 An object who's property names identify the IDs of elements to be considered invalid as drag handles.
176 A non-null property value identifies the ID as invalid. For example, to prevent
177 dragging from being initiated on element ID "foo", use:<pre><code>{
178     foo: true
179 }</code></pre>            </div>\r
180                         </div>\r
181         </td>\r
182         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#invalidHandleIds" href="output/Ext.dd.DragDrop.html#invalidHandleIds">DragDrop</a></td>\r
183     </tr>\r
184         <tr class="property-row inherited expandable">\r
185         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
186         <td class="sig">\r
187         <a id="Ext.dd.DropZone-invalidHandleTypes"></a>\r
188             <b>invalidHandleTypes</b> : Object            <div class="mdesc">\r
189                         <div class="short">An object who's property names identify HTML tags to be considered invalid as drag handles.
190 A non-null property value...</div>\r
191             <div class="long">\r
192                 An object who's property names identify HTML tags to be considered invalid as drag handles.
193 A non-null property value identifies the tag as invalid. Defaults to the 
194 following value which prevents drag operations from being initiated by &lt;a> elements:<pre><code>{
195     A: <em>"A"</em>
196 }</code></pre>            </div>\r
197                         </div>\r
198         </td>\r
199         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#invalidHandleTypes" href="output/Ext.dd.DragDrop.html#invalidHandleTypes">DragDrop</a></td>\r
200     </tr>\r
201         <tr class="property-row inherited alt">\r
202         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
203         <td class="sig">\r
204         <a id="Ext.dd.DropZone-isTarget"></a>\r
205             <b>isTarget</b> : boolean            <div class="mdesc">\r
206                             By default, all instances can be a drop target.  This can be disabled by
207 setting isTarget to false.                        </div>\r
208         </td>\r
209         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#isTarget" href="output/Ext.dd.DragDrop.html#isTarget">DragDrop</a></td>\r
210     </tr>\r
211         <tr class="property-row inherited expandable">\r
212         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
213         <td class="sig">\r
214         <a id="Ext.dd.DropZone-maintainOffset"></a>\r
215             <b>maintainOffset</b> : boolean            <div class="mdesc">\r
216                         <div class="short">Maintain offsets when we resetconstraints.  Set to true when you want
217 the position of the element relative to its par...</div>\r
218             <div class="long">\r
219                 Maintain offsets when we resetconstraints.  Set to true when you want
220 the position of the element relative to its parent to stay the same
221 when the page changes            </div>\r
222                         </div>\r
223         </td>\r
224         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#maintainOffset" href="output/Ext.dd.DragDrop.html#maintainOffset">DragDrop</a></td>\r
225     </tr>\r
226         <tr class="property-row inherited alt expandable">\r
227         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
228         <td class="sig">\r
229         <a id="Ext.dd.DropZone-moveOnly"></a>\r
230             <b>moveOnly</b> : boolean            <div class="mdesc">\r
231                         <div class="short">When set to true, other DD objects in cooperating DDGroups do not receive
232 notification events when this DD object is ...</div>\r
233             <div class="long">\r
234                 When set to true, other DD objects in cooperating DDGroups do not receive
235 notification events when this DD object is dragged over them. Defaults to false.            </div>\r
236                         </div>\r
237         </td>\r
238         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#moveOnly" href="output/Ext.dd.DragDrop.html#moveOnly">DragDrop</a></td>\r
239     </tr>\r
240         <tr class="property-row inherited">\r
241         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
242         <td class="sig">\r
243         <a id="Ext.dd.DropZone-padding"></a>\r
244             <b>padding</b> : int[]            <div class="mdesc">\r
245                             The padding configured for this drag and drop object for calculating
246 the drop zone intersection with this object.                        </div>\r
247         </td>\r
248         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#padding" href="output/Ext.dd.DragDrop.html#padding">DragDrop</a></td>\r
249     </tr>\r
250         <tr class="property-row inherited alt expandable">\r
251         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
252         <td class="sig">\r
253         <a id="Ext.dd.DropZone-primaryButtonOnly"></a>\r
254             <b>primaryButtonOnly</b> : boolean            <div class="mdesc">\r
255                         <div class="short">By default the drag and drop instance will only respond to the primary
256 button click (left button for a right-handed m...</div>\r
257             <div class="long">\r
258                 By default the drag and drop instance will only respond to the primary
259 button click (left button for a right-handed mouse).  Set to true to
260 allow drag and drop to start with any mouse click that is propogated
261 by the browser            </div>\r
262                         </div>\r
263         </td>\r
264         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#primaryButtonOnly" href="output/Ext.dd.DragDrop.html#primaryButtonOnly">DragDrop</a></td>\r
265     </tr>\r
266         <tr class="property-row inherited expandable">\r
267         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
268         <td class="sig">\r
269         <a id="Ext.dd.DropZone-xTicks"></a>\r
270             <b>xTicks</b> : int[]            <div class="mdesc">\r
271                         <div class="short">Array of pixel locations the element will snap to if we specified a
272 horizontal graduation/interval.  This array is ge...</div>\r
273             <div class="long">\r
274                 Array of pixel locations the element will snap to if we specified a
275 horizontal graduation/interval.  This array is generated automatically
276 when you define a tick interval.            </div>\r
277                         </div>\r
278         </td>\r
279         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#xTicks" href="output/Ext.dd.DragDrop.html#xTicks">DragDrop</a></td>\r
280     </tr>\r
281         <tr class="property-row inherited alt expandable">\r
282         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
283         <td class="sig">\r
284         <a id="Ext.dd.DropZone-yTicks"></a>\r
285             <b>yTicks</b> : int[]            <div class="mdesc">\r
286                         <div class="short">Array of pixel locations the element will snap to if we specified a
287 vertical graduation/interval.  This array is gene...</div>\r
288             <div class="long">\r
289                 Array of pixel locations the element will snap to if we specified a
290 vertical graduation/interval.  This array is generated automatically
291 when you define a tick interval.            </div>\r
292                         </div>\r
293         </td>\r
294         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#yTicks" href="output/Ext.dd.DragDrop.html#yTicks">DragDrop</a></td>\r
295     </tr>\r
296             </table>
297                 <a id="Ext.dd.DropZone-methods"></a>
298         <h2>Public Methods</h2>
299                 <table cellspacing="0" class="member-table">
300             <tr>
301                 <th class="sig-header" colspan="2">Method</th>
302                 <th class="msource-header">Defined By</th>
303             </tr>
304                 <tr class="method-row expandable">\r
305         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
306         <td class="sig">\r
307         <a id="Ext.dd.DropZone-DropZone"></a>\r
308             <b>DropZone</b>(&nbsp;<code>Mixed el</code>, <code>Object config</code>&nbsp;)            <div class="mdesc">\r
309                         <div class="short"></div>\r
310             <div class="long">\r
311                     <div class="mdetail-params">\r
312         <strong>Parameters:</strong>\r
313         <ul><li><code>el</code> : Mixed<div class="sub-desc">The container element</div></li><li><code>config</code> : Object<div class="sub-desc"></div></li>        </ul>\r
314         <strong>Returns:</strong>\r
315         <ul>\r
316             <li><code></code></li>\r
317         </ul>\r
318     </div>\r
319                 </div>\r
320                         </div>\r
321         </td>\r
322         <td class="msource">DropZone</td>\r
323     </tr>\r
324         <tr class="method-row inherited alt expandable">\r
325         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
326         <td class="sig">\r
327         <a id="Ext.dd.DropZone-addInvalidHandleClass"></a>\r
328             <b>addInvalidHandleClass</b>(&nbsp;<code>string cssClass</code>&nbsp;) : void            <div class="mdesc">\r
329                         <div class="short">Lets you specify a css class of elements that will not initiate a drag</div>\r
330             <div class="long">\r
331                 Lets you specify a css class of elements that will not initiate a drag    <div class="mdetail-params">\r
332         <strong>Parameters:</strong>\r
333         <ul><li><code>cssClass</code> : string<div class="sub-desc">the class of the elements you wish to ignore</div></li>        </ul>\r
334         <strong>Returns:</strong>\r
335         <ul>\r
336             <li><code>void</code></li>\r
337         </ul>\r
338     </div>\r
339                 </div>\r
340                         </div>\r
341         </td>\r
342         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#addInvalidHandleClass" href="output/Ext.dd.DragDrop.html#addInvalidHandleClass">DragDrop</a></td>\r
343     </tr>\r
344         <tr class="method-row inherited expandable">\r
345         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
346         <td class="sig">\r
347         <a id="Ext.dd.DropZone-addInvalidHandleId"></a>\r
348             <b>addInvalidHandleId</b>(&nbsp;<code>string id</code>&nbsp;) : void            <div class="mdesc">\r
349                         <div class="short">Lets you to specify an element id for a child of a drag handle
350 that should not initiate a drag</div>\r
351             <div class="long">\r
352                 Lets you to specify an element id for a child of a drag handle
353 that should not initiate a drag    <div class="mdetail-params">\r
354         <strong>Parameters:</strong>\r
355         <ul><li><code>id</code> : string<div class="sub-desc">the element id of the element you wish to ignore</div></li>        </ul>\r
356         <strong>Returns:</strong>\r
357         <ul>\r
358             <li><code>void</code></li>\r
359         </ul>\r
360     </div>\r
361                 </div>\r
362                         </div>\r
363         </td>\r
364         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#addInvalidHandleId" href="output/Ext.dd.DragDrop.html#addInvalidHandleId">DragDrop</a></td>\r
365     </tr>\r
366         <tr class="method-row inherited alt expandable">\r
367         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
368         <td class="sig">\r
369         <a id="Ext.dd.DropZone-addInvalidHandleType"></a>\r
370             <b>addInvalidHandleType</b>(&nbsp;<code>string tagName</code>&nbsp;) : void            <div class="mdesc">\r
371                         <div class="short">Allows you to specify a tag name that should not start a drag operation
372 when clicked.  This is designed to facilitate...</div>\r
373             <div class="long">\r
374                 Allows you to specify a tag name that should not start a drag operation
375 when clicked.  This is designed to facilitate embedding links within a
376 drag handle that do something other than start the drag.    <div class="mdetail-params">\r
377         <strong>Parameters:</strong>\r
378         <ul><li><code>tagName</code> : string<div class="sub-desc">the type of element to exclude</div></li>        </ul>\r
379         <strong>Returns:</strong>\r
380         <ul>\r
381             <li><code>void</code></li>\r
382         </ul>\r
383     </div>\r
384                 </div>\r
385                         </div>\r
386         </td>\r
387         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#addInvalidHandleType" href="output/Ext.dd.DragDrop.html#addInvalidHandleType">DragDrop</a></td>\r
388     </tr>\r
389         <tr class="method-row inherited expandable">\r
390         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
391         <td class="sig">\r
392         <a id="Ext.dd.DropZone-addToGroup"></a>\r
393             <b>addToGroup</b>(&nbsp;<code>sGroup {string}</code>&nbsp;) : void            <div class="mdesc">\r
394                         <div class="short">Add this instance to a group of related drag/drop objects.  All
395 instances belong to at least one group, and can belon...</div>\r
396             <div class="long">\r
397                 Add this instance to a group of related drag/drop objects.  All
398 instances belong to at least one group, and can belong to as many
399 groups as needed.    <div class="mdetail-params">\r
400         <strong>Parameters:</strong>\r
401         <ul><li><code>{string}</code> : sGroup<div class="sub-desc">the name of the group</div></li>        </ul>\r
402         <strong>Returns:</strong>\r
403         <ul>\r
404             <li><code>void</code></li>\r
405         </ul>\r
406     </div>\r
407                 </div>\r
408                         </div>\r
409         </td>\r
410         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#addToGroup" href="output/Ext.dd.DragDrop.html#addToGroup">DragDrop</a></td>\r
411     </tr>\r
412         <tr class="method-row inherited alt expandable">\r
413         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
414         <td class="sig">\r
415         <a id="Ext.dd.DropZone-applyConfig"></a>\r
416             <b>applyConfig</b>() : void            <div class="mdesc">\r
417                         <div class="short">Applies the configuration parameters that were passed into the constructor.
418 This is supposed to happen at each level ...</div>\r
419             <div class="long">\r
420                 Applies the configuration parameters that were passed into the constructor.
421 This is supposed to happen at each level through the inheritance chain.  So
422 a DDProxy implentation will execute apply config on DDProxy, DD, and
423 DragDrop in order to get all of the parameters that are available in
424 each object.    <div class="mdetail-params">\r
425         <strong>Parameters:</strong>\r
426         <ul><li>None.</li>        </ul>\r
427         <strong>Returns:</strong>\r
428         <ul>\r
429             <li><code>void</code></li>\r
430         </ul>\r
431     </div>\r
432                 </div>\r
433                         </div>\r
434         </td>\r
435         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#applyConfig" href="output/Ext.dd.DragDrop.html#applyConfig">DragDrop</a></td>\r
436     </tr>\r
437         <tr class="method-row inherited expandable">\r
438         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
439         <td class="sig">\r
440         <a id="Ext.dd.DropZone-clearConstraints"></a>\r
441             <b>clearConstraints</b>() : void            <div class="mdesc">\r
442                         <div class="short">Clears any constraints applied to this instance.  Also clears ticks
443 since they can't exist independent of a constrain...</div>\r
444             <div class="long">\r
445                 Clears any constraints applied to this instance.  Also clears ticks
446 since they can't exist independent of a constraint at this time.    <div class="mdetail-params">\r
447         <strong>Parameters:</strong>\r
448         <ul><li>None.</li>        </ul>\r
449         <strong>Returns:</strong>\r
450         <ul>\r
451             <li><code>void</code></li>\r
452         </ul>\r
453     </div>\r
454                 </div>\r
455                         </div>\r
456         </td>\r
457         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#clearConstraints" href="output/Ext.dd.DragDrop.html#clearConstraints">DragDrop</a></td>\r
458     </tr>\r
459         <tr class="method-row inherited alt expandable">\r
460         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
461         <td class="sig">\r
462         <a id="Ext.dd.DropZone-clearTicks"></a>\r
463             <b>clearTicks</b>() : void            <div class="mdesc">\r
464                         <div class="short">Clears any tick interval defined for this instance</div>\r
465             <div class="long">\r
466                 Clears any tick interval defined for this instance    <div class="mdetail-params">\r
467         <strong>Parameters:</strong>\r
468         <ul><li>None.</li>        </ul>\r
469         <strong>Returns:</strong>\r
470         <ul>\r
471             <li><code>void</code></li>\r
472         </ul>\r
473     </div>\r
474                 </div>\r
475                         </div>\r
476         </td>\r
477         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#clearTicks" href="output/Ext.dd.DragDrop.html#clearTicks">DragDrop</a></td>\r
478     </tr>\r
479         <tr class="method-row inherited expandable">\r
480         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
481         <td class="sig">\r
482         <a id="Ext.dd.DropZone-constrainTo"></a>\r
483             <b>constrainTo</b>(&nbsp;<code>Mixed constrainTo</code>, <span class="optional" title="Optional">[<code>Object/Number pad</code>]</span>, <span class="optional" title="Optional">[<code>Boolean inContent</code>]</span>&nbsp;) : void            <div class="mdesc">\r
484                         <div class="short">Initializes the drag drop object's constraints to restrict movement to a certain element.
485 Usage:\r
486  var dd = new Ext.d...</div>\r
487             <div class="long">\r
488                 Initializes the drag drop object's constraints to restrict movement to a certain element.
489 Usage:\r
490  <pre><code>var dd = <b>new</b> Ext.dd.DDProxy(<em>"dragDiv1"</em>, <em>"proxytest"</em>,
491                 { dragElId: <em>"existingProxyDiv"</em> });
492  dd.startDrag = <b>function</b>(){
493      <b>this</b>.constrainTo(<em>"parent-id"</em>);
494  };</code></pre>
495 Or you can initalize it using the <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a> object:\r
496  <pre><code>Ext.get(<em>"dragDiv1"</em>).initDDProxy(<em>"proxytest"</em>, {dragElId: <em>"existingProxyDiv"</em>}, {
497      startDrag : <b>function</b>(){
498          <b>this</b>.constrainTo(<em>"parent-id"</em>);
499      }
500  });</code></pre>    <div class="mdetail-params">\r
501         <strong>Parameters:</strong>\r
502         <ul><li><code>constrainTo</code> : Mixed<div class="sub-desc">The element to constrain to.</div></li><li><code>pad</code> : Object/Number<div class="sub-desc">(optional) Pad provides a way to specify "padding" of the constraints,
503 and can be either a number for symmetrical padding (4 would be equal to {left:4, right:4, top:4, bottom:4}) or
504 an object containing the sides to pad. For example: {right:10, bottom:10}</div></li><li><code>inContent</code> : Boolean<div class="sub-desc">(optional) Constrain the draggable in the content box of the element (inside padding and borders)</div></li>        </ul>\r
505         <strong>Returns:</strong>\r
506         <ul>\r
507             <li><code>void</code></li>\r
508         </ul>\r
509     </div>\r
510                 </div>\r
511                         </div>\r
512         </td>\r
513         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#constrainTo" href="output/Ext.dd.DragDrop.html#constrainTo">DragDrop</a></td>\r
514     </tr>\r
515         <tr class="method-row inherited alt expandable">\r
516         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
517         <td class="sig">\r
518         <a id="Ext.dd.DropZone-endDrag"></a>\r
519             <b>endDrag</b>(&nbsp;<code>Event e</code>&nbsp;) : void            <div class="mdesc">\r
520                         <div class="short">Fired when we are done dragging the object</div>\r
521             <div class="long">\r
522                 Fired when we are done dragging the object    <div class="mdetail-params">\r
523         <strong>Parameters:</strong>\r
524         <ul><li><code>e</code> : Event<div class="sub-desc">the mouseup event</div></li>        </ul>\r
525         <strong>Returns:</strong>\r
526         <ul>\r
527             <li><code>void</code></li>\r
528         </ul>\r
529     </div>\r
530                 </div>\r
531                         </div>\r
532         </td>\r
533         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#endDrag" href="output/Ext.dd.DragDrop.html#endDrag">DragDrop</a></td>\r
534     </tr>\r
535         <tr class="method-row inherited expandable">\r
536         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
537         <td class="sig">\r
538         <a id="Ext.dd.DropZone-getDragEl"></a>\r
539             <b>getDragEl</b>() : HTMLElement            <div class="mdesc">\r
540                         <div class="short">Returns a reference to the actual element to drag.  By default this is
541 the same as the html element, but it can be as...</div>\r
542             <div class="long">\r
543                 Returns a reference to the actual element to drag.  By default this is
544 the same as the html element, but it can be assigned to another
545 element. An example of this can be found in Ext.dd.DDProxy    <div class="mdetail-params">\r
546         <strong>Parameters:</strong>\r
547         <ul><li>None.</li>        </ul>\r
548         <strong>Returns:</strong>\r
549         <ul>\r
550             <li><code>HTMLElement</code><div class="sub-desc">the html element</div></li>\r
551         </ul>\r
552     </div>\r
553                 </div>\r
554                         </div>\r
555         </td>\r
556         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#getDragEl" href="output/Ext.dd.DragDrop.html#getDragEl">DragDrop</a></td>\r
557     </tr>\r
558         <tr class="method-row inherited alt expandable">\r
559         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
560         <td class="sig">\r
561         <a id="Ext.dd.DropZone-getEl"></a>\r
562             <b>getEl</b>() : HTMLElement            <div class="mdesc">\r
563                         <div class="short">Returns a reference to the linked element</div>\r
564             <div class="long">\r
565                 Returns a reference to the linked element    <div class="mdetail-params">\r
566         <strong>Parameters:</strong>\r
567         <ul><li>None.</li>        </ul>\r
568         <strong>Returns:</strong>\r
569         <ul>\r
570             <li><code>HTMLElement</code><div class="sub-desc">the html element</div></li>\r
571         </ul>\r
572     </div>\r
573                 </div>\r
574                         </div>\r
575         </td>\r
576         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#getEl" href="output/Ext.dd.DragDrop.html#getEl">DragDrop</a></td>\r
577     </tr>\r
578         <tr class="method-row expandable">\r
579         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
580         <td class="sig">\r
581         <a id="Ext.dd.DropZone-getTargetFromEvent"></a>\r
582             <b>getTargetFromEvent</b>(&nbsp;<code>Event e</code>&nbsp;) : Object            <div class="mdesc">\r
583                         <div class="short">Returns a custom data object associated with the DOM node that is the target of the event.  By default
584 this looks up ...</div>\r
585             <div class="long">\r
586                 Returns a custom data object associated with the DOM node that is the target of the event.  By default
587 this looks up the event target in the <a ext:cls="Ext.dd.Registry" href="output/Ext.dd.Registry.html">Ext.dd.Registry</a>, although you can override this method to
588 provide your own custom lookup.    <div class="mdetail-params">\r
589         <strong>Parameters:</strong>\r
590         <ul><li><code>e</code> : Event<div class="sub-desc">The event</div></li>        </ul>\r
591         <strong>Returns:</strong>\r
592         <ul>\r
593             <li><code>Object</code><div class="sub-desc">data The custom data</div></li>\r
594         </ul>\r
595     </div>\r
596                 </div>\r
597                         </div>\r
598         </td>\r
599         <td class="msource">DropZone</td>\r
600     </tr>\r
601         <tr class="method-row inherited alt expandable">\r
602         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
603         <td class="sig">\r
604         <a id="Ext.dd.DropZone-init"></a>\r
605             <b>init</b>(&nbsp;<code>id the</code>, <code>String sGroup</code>, <code>object config</code>&nbsp;) : void            <div class="mdesc">\r
606                         <div class="short">Sets up the DragDrop object.  Must be called in the constructor of any
607 Ext.dd.DragDrop subclass</div>\r
608             <div class="long">\r
609                 Sets up the DragDrop object.  Must be called in the constructor of any
610 Ext.dd.DragDrop subclass    <div class="mdetail-params">\r
611         <strong>Parameters:</strong>\r
612         <ul><li><code>the</code> : id<div class="sub-desc">id of the linked element</div></li><li><code>sGroup</code> : String<div class="sub-desc">the group of related items</div></li><li><code>config</code> : object<div class="sub-desc">configuration attributes</div></li>        </ul>\r
613         <strong>Returns:</strong>\r
614         <ul>\r
615             <li><code>void</code></li>\r
616         </ul>\r
617     </div>\r
618                 </div>\r
619                         </div>\r
620         </td>\r
621         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#init" href="output/Ext.dd.DragDrop.html#init">DragDrop</a></td>\r
622     </tr>\r
623         <tr class="method-row inherited expandable">\r
624         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
625         <td class="sig">\r
626         <a id="Ext.dd.DropZone-initTarget"></a>\r
627             <b>initTarget</b>(&nbsp;<code>id the</code>, <code>String sGroup</code>, <code>object config</code>&nbsp;) : void            <div class="mdesc">\r
628                         <div class="short">Initializes Targeting functionality only... the object does not
629 get a mousedown handler.</div>\r
630             <div class="long">\r
631                 Initializes Targeting functionality only... the object does not
632 get a mousedown handler.    <div class="mdetail-params">\r
633         <strong>Parameters:</strong>\r
634         <ul><li><code>the</code> : id<div class="sub-desc">id of the linked element</div></li><li><code>sGroup</code> : String<div class="sub-desc">the group of related items</div></li><li><code>config</code> : object<div class="sub-desc">configuration attributes</div></li>        </ul>\r
635         <strong>Returns:</strong>\r
636         <ul>\r
637             <li><code>void</code></li>\r
638         </ul>\r
639     </div>\r
640                 </div>\r
641                         </div>\r
642         </td>\r
643         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#initTarget" href="output/Ext.dd.DragDrop.html#initTarget">DragDrop</a></td>\r
644     </tr>\r
645         <tr class="method-row inherited alt expandable">\r
646         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
647         <td class="sig">\r
648         <a id="Ext.dd.DropZone-isLocked"></a>\r
649             <b>isLocked</b>() : boolean            <div class="mdesc">\r
650                         <div class="short">Returns true if this instance is locked, or the drag drop mgr is locked
651 (meaning that all drag/drop is disabled on th...</div>\r
652             <div class="long">\r
653                 Returns true if this instance is locked, or the drag drop mgr is locked
654 (meaning that all drag/drop is disabled on the page.)    <div class="mdetail-params">\r
655         <strong>Parameters:</strong>\r
656         <ul><li>None.</li>        </ul>\r
657         <strong>Returns:</strong>\r
658         <ul>\r
659             <li><code>boolean</code><div class="sub-desc">true if this obj or all drag/drop is locked, else false</div></li>\r
660         </ul>\r
661     </div>\r
662                 </div>\r
663                         </div>\r
664         </td>\r
665         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#isLocked" href="output/Ext.dd.DragDrop.html#isLocked">DragDrop</a></td>\r
666     </tr>\r
667         <tr class="method-row inherited expandable">\r
668         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
669         <td class="sig">\r
670         <a id="Ext.dd.DropZone-isValidHandleChild"></a>\r
671             <b>isValidHandleChild</b>(&nbsp;<code>HTMLElement node</code>&nbsp;) : boolean            <div class="mdesc">\r
672                         <div class="short">Checks the tag exclusion list to see if this click should be ignored</div>\r
673             <div class="long">\r
674                 Checks the tag exclusion list to see if this click should be ignored    <div class="mdetail-params">\r
675         <strong>Parameters:</strong>\r
676         <ul><li><code>node</code> : HTMLElement<div class="sub-desc">the HTMLElement to evaluate</div></li>        </ul>\r
677         <strong>Returns:</strong>\r
678         <ul>\r
679             <li><code>boolean</code><div class="sub-desc">true if this is a valid tag type, false if not</div></li>\r
680         </ul>\r
681     </div>\r
682                 </div>\r
683                         </div>\r
684         </td>\r
685         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#isValidHandleChild" href="output/Ext.dd.DragDrop.html#isValidHandleChild">DragDrop</a></td>\r
686     </tr>\r
687         <tr class="method-row inherited alt expandable">\r
688         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
689         <td class="sig">\r
690         <a id="Ext.dd.DropZone-lock"></a>\r
691             <b>lock</b>() : void            <div class="mdesc">\r
692                         <div class="short">Lock this instance</div>\r
693             <div class="long">\r
694                 Lock this instance    <div class="mdetail-params">\r
695         <strong>Parameters:</strong>\r
696         <ul><li>None.</li>        </ul>\r
697         <strong>Returns:</strong>\r
698         <ul>\r
699             <li><code>void</code></li>\r
700         </ul>\r
701     </div>\r
702                 </div>\r
703                         </div>\r
704         </td>\r
705         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#lock" href="output/Ext.dd.DragDrop.html#lock">DragDrop</a></td>\r
706     </tr>\r
707         <tr class="method-row expandable">\r
708         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
709         <td class="sig">\r
710         <a id="Ext.dd.DropZone-notifyDrop"></a>\r
711             <b>notifyDrop</b>(&nbsp;<code>Ext.dd.DragSource source</code>, <code>Event e</code>, <code>Object data</code>&nbsp;) : Boolean            <div class="mdesc">\r
712                         <div class="short">The function a Ext.dd.DragSource calls once to notify this drop zone that the dragged item has
713 been dropped on it.  T...</div>\r
714             <div class="long">\r
715                 The function a <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> calls once to notify this drop zone that the dragged item has
716 been dropped on it.  The drag zone will look up the target node based on the event passed in, and if there
717 is a node registered for that event, it will delegate to <a ext:cls="Ext.dd.DropZone" ext:member="onNodeDrop" href="output/Ext.dd.DropZone.html#onNodeDrop">onNodeDrop</a> for node-specific handling,
718 otherwise it will call <a ext:cls="Ext.dd.DropZone" ext:member="onContainerDrop" href="output/Ext.dd.DropZone.html#onContainerDrop">onContainerDrop</a>.    <div class="mdetail-params">\r
719         <strong>Parameters:</strong>\r
720         <ul><li><code>source</code> : Ext.dd.DragSource<div class="sub-desc">The drag source that was dragged over this drop zone</div></li><li><code>e</code> : Event<div class="sub-desc">The event</div></li><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data supplied by the drag source</div></li>        </ul>\r
721         <strong>Returns:</strong>\r
722         <ul>\r
723             <li><code>Boolean</code><div class="sub-desc">True if the drop was valid, else false</div></li>\r
724         </ul>\r
725     </div>\r
726                 </div>\r
727                         </div>\r
728         </td>\r
729         <td class="msource">DropZone</td>\r
730     </tr>\r
731         <tr class="method-row alt expandable">\r
732         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
733         <td class="sig">\r
734         <a id="Ext.dd.DropZone-notifyEnter"></a>\r
735             <b>notifyEnter</b>(&nbsp;<code>Ext.dd.DragSource source</code>, <code>Event e</code>, <code>Object data</code>&nbsp;) : String            <div class="mdesc">\r
736                         <div class="short">The function a Ext.dd.DragSource calls once to notify this drop zone that the source is now over
737 the zone.  The defau...</div>\r
738             <div class="long">\r
739                 The function a <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> calls once to notify this drop zone that the source is now over
740 the zone.  The default implementation returns this.dropNotAllowed and expects that only registered drop
741 nodes can process drag drop operations, so if you need the drop zone itself to be able to process drops
742 you should override this method and provide a custom implementation.    <div class="mdetail-params">\r
743         <strong>Parameters:</strong>\r
744         <ul><li><code>source</code> : Ext.dd.DragSource<div class="sub-desc">The drag source that was dragged over this drop zone</div></li><li><code>e</code> : Event<div class="sub-desc">The event</div></li><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data supplied by the drag source</div></li>        </ul>\r
745         <strong>Returns:</strong>\r
746         <ul>\r
747             <li><code>String</code><div class="sub-desc">status The CSS class that communicates the drop status back to the source so that the underlying {@link Ext.dd.StatusProxy} can be updated</div></li>\r
748         </ul>\r
749     </div>\r
750                 </div>\r
751                         </div>\r
752         </td>\r
753         <td class="msource">DropZone</td>\r
754     </tr>\r
755         <tr class="method-row expandable">\r
756         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
757         <td class="sig">\r
758         <a id="Ext.dd.DropZone-notifyOut"></a>\r
759             <b>notifyOut</b>(&nbsp;<code>Ext.dd.DragSource source</code>, <code>Event e</code>, <code>Object data</code>&nbsp;) : void            <div class="mdesc">\r
760                         <div class="short">The function a Ext.dd.DragSource calls once to notify this drop zone that the source has been dragged
761 out of the zone...</div>\r
762             <div class="long">\r
763                 The function a <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> calls once to notify this drop zone that the source has been dragged
764 out of the zone without dropping.  If the drag source is currently over a registered node, the notification
765 will be delegated to <a ext:cls="Ext.dd.DropZone" ext:member="onNodeOut" href="output/Ext.dd.DropZone.html#onNodeOut">onNodeOut</a> for node-specific handling, otherwise it will be ignored.    <div class="mdetail-params">\r
766         <strong>Parameters:</strong>\r
767         <ul><li><code>source</code> : Ext.dd.DragSource<div class="sub-desc">The drag source that was dragged over this drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event</div></li><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data supplied by the drag zone</div></li>        </ul>\r
768         <strong>Returns:</strong>\r
769         <ul>\r
770             <li><code>void</code></li>\r
771         </ul>\r
772     </div>\r
773                 </div>\r
774                         </div>\r
775         </td>\r
776         <td class="msource">DropZone</td>\r
777     </tr>\r
778         <tr class="method-row alt expandable">\r
779         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
780         <td class="sig">\r
781         <a id="Ext.dd.DropZone-notifyOver"></a>\r
782             <b>notifyOver</b>(&nbsp;<code>Ext.dd.DragSource source</code>, <code>Event e</code>, <code>Object data</code>&nbsp;) : String            <div class="mdesc">\r
783                         <div class="short">The function a Ext.dd.DragSource calls continuously while it is being dragged over the drop zone.
784 This method will be...</div>\r
785             <div class="long">\r
786                 The function a <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> calls continuously while it is being dragged over the drop zone.
787 This method will be called on every mouse movement while the drag source is over the drop zone.
788 It will call <a ext:cls="Ext.dd.DropZone" ext:member="onNodeOver" href="output/Ext.dd.DropZone.html#onNodeOver">onNodeOver</a> while the drag source is over a registered node, and will also automatically
789 delegate to the appropriate node-specific methods as necessary when the drag source enters and exits
790 registered nodes (<a ext:cls="Ext.dd.DropZone" ext:member="onNodeEnter" href="output/Ext.dd.DropZone.html#onNodeEnter">onNodeEnter</a>, <a ext:cls="Ext.dd.DropZone" ext:member="onNodeOut" href="output/Ext.dd.DropZone.html#onNodeOut">onNodeOut</a>). If the drag source is not currently over a
791 registered node, it will call <a ext:cls="Ext.dd.DropZone" ext:member="onContainerOver" href="output/Ext.dd.DropZone.html#onContainerOver">onContainerOver</a>.    <div class="mdetail-params">\r
792         <strong>Parameters:</strong>\r
793         <ul><li><code>source</code> : Ext.dd.DragSource<div class="sub-desc">The drag source that was dragged over this drop zone</div></li><li><code>e</code> : Event<div class="sub-desc">The event</div></li><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data supplied by the drag source</div></li>        </ul>\r
794         <strong>Returns:</strong>\r
795         <ul>\r
796             <li><code>String</code><div class="sub-desc">status The CSS class that communicates the drop status back to the source so that the underlying {@link Ext.dd.StatusProxy} can be updated</div></li>\r
797         </ul>\r
798     </div>\r
799                 </div>\r
800                         </div>\r
801         </td>\r
802         <td class="msource">DropZone</td>\r
803     </tr>\r
804         <tr class="method-row inherited expandable">\r
805         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
806         <td class="sig">\r
807         <a id="Ext.dd.DropZone-onAvailable"></a>\r
808             <b>onAvailable</b>() : void            <div class="mdesc">\r
809                         <div class="short">Override the onAvailable method to do what is needed after the initial
810 position was determined.</div>\r
811             <div class="long">\r
812                 Override the onAvailable method to do what is needed after the initial
813 position was determined.    <div class="mdetail-params">\r
814         <strong>Parameters:</strong>\r
815         <ul><li>None.</li>        </ul>\r
816         <strong>Returns:</strong>\r
817         <ul>\r
818             <li><code>void</code></li>\r
819         </ul>\r
820     </div>\r
821                 </div>\r
822                         </div>\r
823         </td>\r
824         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onAvailable" href="output/Ext.dd.DragDrop.html#onAvailable">DragDrop</a></td>\r
825     </tr>\r
826         <tr class="method-row alt expandable">\r
827         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
828         <td class="sig">\r
829         <a id="Ext.dd.DropZone-onContainerDrop"></a>\r
830             <b>onContainerDrop</b>(&nbsp;<code>Ext.dd.DragSource source</code>, <code>Event e</code>, <code>Object data</code>&nbsp;) : Boolean            <div class="mdesc">\r
831                         <div class="short">Called internally when the DropZone determines that a Ext.dd.DragSource has been dropped on it,
832 but not on any of its...</div>\r
833             <div class="long">\r
834                 Called internally when the DropZone determines that a <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> has been dropped on it,
835 but not on any of its registered drop nodes.  The default implementation returns false, so it should be
836 overridden to provide the appropriate processing of the drop event if you need the drop zone itself to
837 be able to accept drops.  It should return true when valid so that the drag source's repair action does not run.    <div class="mdetail-params">\r
838         <strong>Parameters:</strong>\r
839         <ul><li><code>source</code> : Ext.dd.DragSource<div class="sub-desc">The drag source that was dragged over this drop zone</div></li><li><code>e</code> : Event<div class="sub-desc">The event</div></li><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data supplied by the drag source</div></li>        </ul>\r
840         <strong>Returns:</strong>\r
841         <ul>\r
842             <li><code>Boolean</code><div class="sub-desc">True if the drop was valid, else false</div></li>\r
843         </ul>\r
844     </div>\r
845                 </div>\r
846                         </div>\r
847         </td>\r
848         <td class="msource">DropZone</td>\r
849     </tr>\r
850         <tr class="method-row expandable">\r
851         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
852         <td class="sig">\r
853         <a id="Ext.dd.DropZone-onContainerOver"></a>\r
854             <b>onContainerOver</b>(&nbsp;<code>Ext.dd.DragSource source</code>, <code>Event e</code>, <code>Object data</code>&nbsp;) : String            <div class="mdesc">\r
855                         <div class="short">Called internally while the DropZone determines that a Ext.dd.DragSource is being dragged over it,
856 but not over any o...</div>\r
857             <div class="long">\r
858                 Called internally while the DropZone determines that a <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> is being dragged over it,
859 but not over any of its registered drop nodes.  The default implementation returns this.dropNotAllowed, so
860 it should be overridden to provide the proper feedback if necessary.    <div class="mdetail-params">\r
861         <strong>Parameters:</strong>\r
862         <ul><li><code>source</code> : Ext.dd.DragSource<div class="sub-desc">The drag source that was dragged over this drop zone</div></li><li><code>e</code> : Event<div class="sub-desc">The event</div></li><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data supplied by the drag source</div></li>        </ul>\r
863         <strong>Returns:</strong>\r
864         <ul>\r
865             <li><code>String</code><div class="sub-desc">status The CSS class that communicates the drop status back to the source so that the underlying {@link Ext.dd.StatusProxy} can be updated</div></li>\r
866         </ul>\r
867     </div>\r
868                 </div>\r
869                         </div>\r
870         </td>\r
871         <td class="msource">DropZone</td>\r
872     </tr>\r
873         <tr class="method-row inherited alt expandable">\r
874         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
875         <td class="sig">\r
876         <a id="Ext.dd.DropZone-onDrag"></a>\r
877             <b>onDrag</b>(&nbsp;<code>Event e</code>&nbsp;) : void            <div class="mdesc">\r
878                         <div class="short">Abstract method called during the onMouseMove event while dragging an
879 object.</div>\r
880             <div class="long">\r
881                 Abstract method called during the onMouseMove event while dragging an
882 object.    <div class="mdetail-params">\r
883         <strong>Parameters:</strong>\r
884         <ul><li><code>e</code> : Event<div class="sub-desc">the mousemove event</div></li>        </ul>\r
885         <strong>Returns:</strong>\r
886         <ul>\r
887             <li><code>void</code></li>\r
888         </ul>\r
889     </div>\r
890                 </div>\r
891                         </div>\r
892         </td>\r
893         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDrag" href="output/Ext.dd.DragDrop.html#onDrag">DragDrop</a></td>\r
894     </tr>\r
895         <tr class="method-row inherited expandable">\r
896         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
897         <td class="sig">\r
898         <a id="Ext.dd.DropZone-onDragDrop"></a>\r
899             <b>onDragDrop</b>(&nbsp;<code>Event e</code>, <code>String|DragDrop[] id</code>&nbsp;) : void            <div class="mdesc">\r
900                         <div class="short">Abstract method called when this item is dropped on another DragDrop
901 obj</div>\r
902             <div class="long">\r
903                 Abstract method called when this item is dropped on another DragDrop
904 obj    <div class="mdetail-params">\r
905         <strong>Parameters:</strong>\r
906         <ul><li><code>e</code> : Event<div class="sub-desc">the mouseup event</div></li><li><code>id</code> : String|DragDrop[]<div class="sub-desc">In POINT mode, the element
907 id this was dropped on. In INTERSECT mode, an array of dd items this
908 was dropped on.</div></li>        </ul>\r
909         <strong>Returns:</strong>\r
910         <ul>\r
911             <li><code>void</code></li>\r
912         </ul>\r
913     </div>\r
914                 </div>\r
915                         </div>\r
916         </td>\r
917         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDragDrop" href="output/Ext.dd.DragDrop.html#onDragDrop">DragDrop</a></td>\r
918     </tr>\r
919         <tr class="method-row inherited alt expandable">\r
920         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
921         <td class="sig">\r
922         <a id="Ext.dd.DropZone-onDragEnter"></a>\r
923             <b>onDragEnter</b>(&nbsp;<code>Event e</code>, <code>String|DragDrop[] id</code>&nbsp;) : void            <div class="mdesc">\r
924                         <div class="short">Abstract method called when this element fist begins hovering over
925 another DragDrop obj</div>\r
926             <div class="long">\r
927                 Abstract method called when this element fist begins hovering over
928 another DragDrop obj    <div class="mdetail-params">\r
929         <strong>Parameters:</strong>\r
930         <ul><li><code>e</code> : Event<div class="sub-desc">the mousemove event</div></li><li><code>id</code> : String|DragDrop[]<div class="sub-desc">In POINT mode, the element
931 id this is hovering over. In INTERSECT mode, an array of one or more
932 dragdrop items being hovered over.</div></li>        </ul>\r
933         <strong>Returns:</strong>\r
934         <ul>\r
935             <li><code>void</code></li>\r
936         </ul>\r
937     </div>\r
938                 </div>\r
939                         </div>\r
940         </td>\r
941         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDragEnter" href="output/Ext.dd.DragDrop.html#onDragEnter">DragDrop</a></td>\r
942     </tr>\r
943         <tr class="method-row inherited expandable">\r
944         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
945         <td class="sig">\r
946         <a id="Ext.dd.DropZone-onDragOut"></a>\r
947             <b>onDragOut</b>(&nbsp;<code>Event e</code>, <code>String|DragDrop[] id</code>&nbsp;) : void            <div class="mdesc">\r
948                         <div class="short">Abstract method called when we are no longer hovering over an element</div>\r
949             <div class="long">\r
950                 Abstract method called when we are no longer hovering over an element    <div class="mdetail-params">\r
951         <strong>Parameters:</strong>\r
952         <ul><li><code>e</code> : Event<div class="sub-desc">the mousemove event</div></li><li><code>id</code> : String|DragDrop[]<div class="sub-desc">In POINT mode, the element
953 id this was hovering over. In INTERSECT mode, an array of dd items
954 that the mouse is no longer over.</div></li>        </ul>\r
955         <strong>Returns:</strong>\r
956         <ul>\r
957             <li><code>void</code></li>\r
958         </ul>\r
959     </div>\r
960                 </div>\r
961                         </div>\r
962         </td>\r
963         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDragOut" href="output/Ext.dd.DragDrop.html#onDragOut">DragDrop</a></td>\r
964     </tr>\r
965         <tr class="method-row inherited alt expandable">\r
966         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
967         <td class="sig">\r
968         <a id="Ext.dd.DropZone-onDragOver"></a>\r
969             <b>onDragOver</b>(&nbsp;<code>Event e</code>, <code>String|DragDrop[] id</code>&nbsp;) : void            <div class="mdesc">\r
970                         <div class="short">Abstract method called when this element is hovering over another
971 DragDrop obj</div>\r
972             <div class="long">\r
973                 Abstract method called when this element is hovering over another
974 DragDrop obj    <div class="mdetail-params">\r
975         <strong>Parameters:</strong>\r
976         <ul><li><code>e</code> : Event<div class="sub-desc">the mousemove event</div></li><li><code>id</code> : String|DragDrop[]<div class="sub-desc">In POINT mode, the element
977 id this is hovering over. In INTERSECT mode, an array of dd items
978 being hovered over.</div></li>        </ul>\r
979         <strong>Returns:</strong>\r
980         <ul>\r
981             <li><code>void</code></li>\r
982         </ul>\r
983     </div>\r
984                 </div>\r
985                         </div>\r
986         </td>\r
987         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDragOver" href="output/Ext.dd.DragDrop.html#onDragOver">DragDrop</a></td>\r
988     </tr>\r
989         <tr class="method-row inherited expandable">\r
990         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
991         <td class="sig">\r
992         <a id="Ext.dd.DropZone-onInvalidDrop"></a>\r
993             <b>onInvalidDrop</b>(&nbsp;<code>Event e</code>&nbsp;) : void            <div class="mdesc">\r
994                         <div class="short">Abstract method called when this item is dropped on an area with no
995 drop target</div>\r
996             <div class="long">\r
997                 Abstract method called when this item is dropped on an area with no
998 drop target    <div class="mdetail-params">\r
999         <strong>Parameters:</strong>\r
1000         <ul><li><code>e</code> : Event<div class="sub-desc">the mouseup event</div></li>        </ul>\r
1001         <strong>Returns:</strong>\r
1002         <ul>\r
1003             <li><code>void</code></li>\r
1004         </ul>\r
1005     </div>\r
1006                 </div>\r
1007                         </div>\r
1008         </td>\r
1009         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onInvalidDrop" href="output/Ext.dd.DragDrop.html#onInvalidDrop">DragDrop</a></td>\r
1010     </tr>\r
1011         <tr class="method-row inherited alt expandable">\r
1012         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1013         <td class="sig">\r
1014         <a id="Ext.dd.DropZone-onMouseDown"></a>\r
1015             <b>onMouseDown</b>(&nbsp;<code>Event e</code>&nbsp;) : void            <div class="mdesc">\r
1016                         <div class="short">Event handler that fires when a drag/drop obj gets a mousedown</div>\r
1017             <div class="long">\r
1018                 Event handler that fires when a drag/drop obj gets a mousedown    <div class="mdetail-params">\r
1019         <strong>Parameters:</strong>\r
1020         <ul><li><code>e</code> : Event<div class="sub-desc">the mousedown event</div></li>        </ul>\r
1021         <strong>Returns:</strong>\r
1022         <ul>\r
1023             <li><code>void</code></li>\r
1024         </ul>\r
1025     </div>\r
1026                 </div>\r
1027                         </div>\r
1028         </td>\r
1029         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onMouseDown" href="output/Ext.dd.DragDrop.html#onMouseDown">DragDrop</a></td>\r
1030     </tr>\r
1031         <tr class="method-row inherited expandable">\r
1032         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1033         <td class="sig">\r
1034         <a id="Ext.dd.DropZone-onMouseUp"></a>\r
1035             <b>onMouseUp</b>(&nbsp;<code>Event e</code>&nbsp;) : void            <div class="mdesc">\r
1036                         <div class="short">Event handler that fires when a drag/drop obj gets a mouseup</div>\r
1037             <div class="long">\r
1038                 Event handler that fires when a drag/drop obj gets a mouseup    <div class="mdetail-params">\r
1039         <strong>Parameters:</strong>\r
1040         <ul><li><code>e</code> : Event<div class="sub-desc">the mouseup event</div></li>        </ul>\r
1041         <strong>Returns:</strong>\r
1042         <ul>\r
1043             <li><code>void</code></li>\r
1044         </ul>\r
1045     </div>\r
1046                 </div>\r
1047                         </div>\r
1048         </td>\r
1049         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onMouseUp" href="output/Ext.dd.DragDrop.html#onMouseUp">DragDrop</a></td>\r
1050     </tr>\r
1051         <tr class="method-row alt expandable">\r
1052         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1053         <td class="sig">\r
1054         <a id="Ext.dd.DropZone-onNodeDrop"></a>\r
1055             <b>onNodeDrop</b>(&nbsp;<code>Object nodeData</code>, <code>Ext.dd.DragSource source</code>, <code>Event e</code>, <code>Object data</code>&nbsp;) : Boolean            <div class="mdesc">\r
1056                         <div class="short">Called internally when the DropZone determines that a Ext.dd.DragSource has been dropped onto
1057 the drop node.  The def...</div>\r
1058             <div class="long">\r
1059                 Called internally when the DropZone determines that a <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> has been dropped onto
1060 the drop node.  The default implementation returns false, so it should be overridden to provide the
1061 appropriate processing of the drop event and return true so that the drag source's repair action does not run.    <div class="mdetail-params">\r
1062         <strong>Parameters:</strong>\r
1063         <ul><li><code>nodeData</code> : Object<div class="sub-desc">The custom data associated with the drop node (this is the same value returned from
1064 <a ext:cls="Ext.dd.DropZone" ext:member="getTargetFromEvent" href="output/Ext.dd.DropZone.html#getTargetFromEvent">getTargetFromEvent</a> for this node)</div></li><li><code>source</code> : Ext.dd.DragSource<div class="sub-desc">The drag source that was dragged over this drop zone</div></li><li><code>e</code> : Event<div class="sub-desc">The event</div></li><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data supplied by the drag source</div></li>        </ul>\r
1065         <strong>Returns:</strong>\r
1066         <ul>\r
1067             <li><code>Boolean</code><div class="sub-desc">True if the drop was valid, else false</div></li>\r
1068         </ul>\r
1069     </div>\r
1070                 </div>\r
1071                         </div>\r
1072         </td>\r
1073         <td class="msource">DropZone</td>\r
1074     </tr>\r
1075         <tr class="method-row expandable">\r
1076         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1077         <td class="sig">\r
1078         <a id="Ext.dd.DropZone-onNodeEnter"></a>\r
1079             <b>onNodeEnter</b>(&nbsp;<code>Object nodeData</code>, <code>Ext.dd.DragSource source</code>, <code>Event e</code>, <code>Object data</code>&nbsp;) : void            <div class="mdesc">\r
1080                         <div class="short">Called internally when the DropZone determines that a Ext.dd.DragSource has entered a drop node
1081 that it has registere...</div>\r
1082             <div class="long">\r
1083                 Called internally when the DropZone determines that a <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> has entered a drop node
1084 that it has registered.  This method has no default implementation and should be overridden to provide
1085 node-specific processing if necessary.    <div class="mdetail-params">\r
1086         <strong>Parameters:</strong>\r
1087         <ul><li><code>nodeData</code> : Object<div class="sub-desc">The custom data associated with the drop node (this is the same value returned from 
1088 <a ext:cls="Ext.dd.DropZone" ext:member="getTargetFromEvent" href="output/Ext.dd.DropZone.html#getTargetFromEvent">getTargetFromEvent</a> for this node)</div></li><li><code>source</code> : Ext.dd.DragSource<div class="sub-desc">The drag source that was dragged over this drop zone</div></li><li><code>e</code> : Event<div class="sub-desc">The event</div></li><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data supplied by the drag source</div></li>        </ul>\r
1089         <strong>Returns:</strong>\r
1090         <ul>\r
1091             <li><code>void</code></li>\r
1092         </ul>\r
1093     </div>\r
1094                 </div>\r
1095                         </div>\r
1096         </td>\r
1097         <td class="msource">DropZone</td>\r
1098     </tr>\r
1099         <tr class="method-row alt expandable">\r
1100         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1101         <td class="sig">\r
1102         <a id="Ext.dd.DropZone-onNodeOut"></a>\r
1103             <b>onNodeOut</b>(&nbsp;<code>Object nodeData</code>, <code>Ext.dd.DragSource source</code>, <code>Event e</code>, <code>Object data</code>&nbsp;) : void            <div class="mdesc">\r
1104                         <div class="short">Called internally when the DropZone determines that a Ext.dd.DragSource has been dragged out of
1105 the drop node without...</div>\r
1106             <div class="long">\r
1107                 Called internally when the DropZone determines that a <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> has been dragged out of
1108 the drop node without dropping.  This method has no default implementation and should be overridden to provide
1109 node-specific processing if necessary.    <div class="mdetail-params">\r
1110         <strong>Parameters:</strong>\r
1111         <ul><li><code>nodeData</code> : Object<div class="sub-desc">The custom data associated with the drop node (this is the same value returned from
1112 <a ext:cls="Ext.dd.DropZone" ext:member="getTargetFromEvent" href="output/Ext.dd.DropZone.html#getTargetFromEvent">getTargetFromEvent</a> for this node)</div></li><li><code>source</code> : Ext.dd.DragSource<div class="sub-desc">The drag source that was dragged over this drop zone</div></li><li><code>e</code> : Event<div class="sub-desc">The event</div></li><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data supplied by the drag source</div></li>        </ul>\r
1113         <strong>Returns:</strong>\r
1114         <ul>\r
1115             <li><code>void</code></li>\r
1116         </ul>\r
1117     </div>\r
1118                 </div>\r
1119                         </div>\r
1120         </td>\r
1121         <td class="msource">DropZone</td>\r
1122     </tr>\r
1123         <tr class="method-row expandable">\r
1124         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1125         <td class="sig">\r
1126         <a id="Ext.dd.DropZone-onNodeOver"></a>\r
1127             <b>onNodeOver</b>(&nbsp;<code>Object nodeData</code>, <code>Ext.dd.DragSource source</code>, <code>Event e</code>, <code>Object data</code>&nbsp;) : String            <div class="mdesc">\r
1128                         <div class="short">Called internally while the DropZone determines that a Ext.dd.DragSource is over a drop node
1129 that it has registered. ...</div>\r
1130             <div class="long">\r
1131                 Called internally while the DropZone determines that a <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> is over a drop node
1132 that it has registered.  The default implementation returns this.dropNotAllowed, so it should be
1133 overridden to provide the proper feedback.    <div class="mdetail-params">\r
1134         <strong>Parameters:</strong>\r
1135         <ul><li><code>nodeData</code> : Object<div class="sub-desc">The custom data associated with the drop node (this is the same value returned from
1136 <a ext:cls="Ext.dd.DropZone" ext:member="getTargetFromEvent" href="output/Ext.dd.DropZone.html#getTargetFromEvent">getTargetFromEvent</a> for this node)</div></li><li><code>source</code> : Ext.dd.DragSource<div class="sub-desc">The drag source that was dragged over this drop zone</div></li><li><code>e</code> : Event<div class="sub-desc">The event</div></li><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data supplied by the drag source</div></li>        </ul>\r
1137         <strong>Returns:</strong>\r
1138         <ul>\r
1139             <li><code>String</code><div class="sub-desc">status The CSS class that communicates the drop status back to the source so that the underlying {@link Ext.dd.StatusProxy} can be updated</div></li>\r
1140         </ul>\r
1141     </div>\r
1142                 </div>\r
1143                         </div>\r
1144         </td>\r
1145         <td class="msource">DropZone</td>\r
1146     </tr>\r
1147         <tr class="method-row inherited alt expandable">\r
1148         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1149         <td class="sig">\r
1150         <a id="Ext.dd.DropZone-removeFromGroup"></a>\r
1151             <b>removeFromGroup</b>(&nbsp;<code>string sGroup</code>&nbsp;) : void            <div class="mdesc">\r
1152                         <div class="short">Remove's this instance from the supplied interaction group</div>\r
1153             <div class="long">\r
1154                 Remove's this instance from the supplied interaction group    <div class="mdetail-params">\r
1155         <strong>Parameters:</strong>\r
1156         <ul><li><code>sGroup</code> : string<div class="sub-desc">The group to drop</div></li>        </ul>\r
1157         <strong>Returns:</strong>\r
1158         <ul>\r
1159             <li><code>void</code></li>\r
1160         </ul>\r
1161     </div>\r
1162                 </div>\r
1163                         </div>\r
1164         </td>\r
1165         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#removeFromGroup" href="output/Ext.dd.DragDrop.html#removeFromGroup">DragDrop</a></td>\r
1166     </tr>\r
1167         <tr class="method-row inherited expandable">\r
1168         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1169         <td class="sig">\r
1170         <a id="Ext.dd.DropZone-removeInvalidHandleClass"></a>\r
1171             <b>removeInvalidHandleClass</b>(&nbsp;<code>string cssClass</code>&nbsp;) : void            <div class="mdesc">\r
1172                         <div class="short">Unsets an invalid css class</div>\r
1173             <div class="long">\r
1174                 Unsets an invalid css class    <div class="mdetail-params">\r
1175         <strong>Parameters:</strong>\r
1176         <ul><li><code>cssClass</code> : string<div class="sub-desc">the class of the element(s) you wish to
1177 re-enable</div></li>        </ul>\r
1178         <strong>Returns:</strong>\r
1179         <ul>\r
1180             <li><code>void</code></li>\r
1181         </ul>\r
1182     </div>\r
1183                 </div>\r
1184                         </div>\r
1185         </td>\r
1186         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#removeInvalidHandleClass" href="output/Ext.dd.DragDrop.html#removeInvalidHandleClass">DragDrop</a></td>\r
1187     </tr>\r
1188         <tr class="method-row inherited alt expandable">\r
1189         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1190         <td class="sig">\r
1191         <a id="Ext.dd.DropZone-removeInvalidHandleId"></a>\r
1192             <b>removeInvalidHandleId</b>(&nbsp;<code>string id</code>&nbsp;) : void            <div class="mdesc">\r
1193                         <div class="short">Unsets an invalid handle id</div>\r
1194             <div class="long">\r
1195                 Unsets an invalid handle id    <div class="mdetail-params">\r
1196         <strong>Parameters:</strong>\r
1197         <ul><li><code>id</code> : string<div class="sub-desc">the id of the element to re-enable</div></li>        </ul>\r
1198         <strong>Returns:</strong>\r
1199         <ul>\r
1200             <li><code>void</code></li>\r
1201         </ul>\r
1202     </div>\r
1203                 </div>\r
1204                         </div>\r
1205         </td>\r
1206         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#removeInvalidHandleId" href="output/Ext.dd.DragDrop.html#removeInvalidHandleId">DragDrop</a></td>\r
1207     </tr>\r
1208         <tr class="method-row inherited expandable">\r
1209         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1210         <td class="sig">\r
1211         <a id="Ext.dd.DropZone-removeInvalidHandleType"></a>\r
1212             <b>removeInvalidHandleType</b>(&nbsp;<code>string tagName</code>&nbsp;) : void            <div class="mdesc">\r
1213                         <div class="short">Unsets an excluded tag name set by addInvalidHandleType</div>\r
1214             <div class="long">\r
1215                 Unsets an excluded tag name set by addInvalidHandleType    <div class="mdetail-params">\r
1216         <strong>Parameters:</strong>\r
1217         <ul><li><code>tagName</code> : string<div class="sub-desc">the type of element to unexclude</div></li>        </ul>\r
1218         <strong>Returns:</strong>\r
1219         <ul>\r
1220             <li><code>void</code></li>\r
1221         </ul>\r
1222     </div>\r
1223                 </div>\r
1224                         </div>\r
1225         </td>\r
1226         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#removeInvalidHandleType" href="output/Ext.dd.DragDrop.html#removeInvalidHandleType">DragDrop</a></td>\r
1227     </tr>\r
1228         <tr class="method-row inherited alt expandable">\r
1229         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1230         <td class="sig">\r
1231         <a id="Ext.dd.DropZone-resetConstraints"></a>\r
1232             <b>resetConstraints</b>(&nbsp;<code>boolean maintainOffset</code>&nbsp;) : void            <div class="mdesc">\r
1233                         <div class="short">resetConstraints must be called if you manually reposition a dd element.</div>\r
1234             <div class="long">\r
1235                 resetConstraints must be called if you manually reposition a dd element.    <div class="mdetail-params">\r
1236         <strong>Parameters:</strong>\r
1237         <ul><li><code>maintainOffset</code> : boolean<div class="sub-desc"></div></li>        </ul>\r
1238         <strong>Returns:</strong>\r
1239         <ul>\r
1240             <li><code>void</code></li>\r
1241         </ul>\r
1242     </div>\r
1243                 </div>\r
1244                         </div>\r
1245         </td>\r
1246         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#resetConstraints" href="output/Ext.dd.DragDrop.html#resetConstraints">DragDrop</a></td>\r
1247     </tr>\r
1248         <tr class="method-row inherited expandable">\r
1249         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1250         <td class="sig">\r
1251         <a id="Ext.dd.DropZone-setDragElId"></a>\r
1252             <b>setDragElId</b>(&nbsp;<code>id {string}</code>&nbsp;) : void            <div class="mdesc">\r
1253                         <div class="short">Allows you to specify that an element other than the linked element
1254 will be moved with the cursor during a drag</div>\r
1255             <div class="long">\r
1256                 Allows you to specify that an element other than the linked element
1257 will be moved with the cursor during a drag    <div class="mdetail-params">\r
1258         <strong>Parameters:</strong>\r
1259         <ul><li><code>{string}</code> : id<div class="sub-desc">the id of the element that will be used to initiate the drag</div></li>        </ul>\r
1260         <strong>Returns:</strong>\r
1261         <ul>\r
1262             <li><code>void</code></li>\r
1263         </ul>\r
1264     </div>\r
1265                 </div>\r
1266                         </div>\r
1267         </td>\r
1268         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setDragElId" href="output/Ext.dd.DragDrop.html#setDragElId">DragDrop</a></td>\r
1269     </tr>\r
1270         <tr class="method-row inherited alt expandable">\r
1271         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1272         <td class="sig">\r
1273         <a id="Ext.dd.DropZone-setHandleElId"></a>\r
1274             <b>setHandleElId</b>(&nbsp;<code>id {string}</code>&nbsp;) : void            <div class="mdesc">\r
1275                         <div class="short">Allows you to specify a child of the linked element that should be
1276 used to initiate the drag operation.  An example o...</div>\r
1277             <div class="long">\r
1278                 Allows you to specify a child of the linked element that should be
1279 used to initiate the drag operation.  An example of this would be if
1280 you have a content div with text and links.  Clicking anywhere in the
1281 content area would normally start the drag operation.  Use this method
1282 to specify that an element inside of the content div is the element
1283 that starts the drag operation.    <div class="mdetail-params">\r
1284         <strong>Parameters:</strong>\r
1285         <ul><li><code>{string}</code> : id<div class="sub-desc">the id of the element that will be used to
1286 initiate the drag.</div></li>        </ul>\r
1287         <strong>Returns:</strong>\r
1288         <ul>\r
1289             <li><code>void</code></li>\r
1290         </ul>\r
1291     </div>\r
1292                 </div>\r
1293                         </div>\r
1294         </td>\r
1295         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setHandleElId" href="output/Ext.dd.DragDrop.html#setHandleElId">DragDrop</a></td>\r
1296     </tr>\r
1297         <tr class="method-row inherited expandable">\r
1298         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1299         <td class="sig">\r
1300         <a id="Ext.dd.DropZone-setInitialPosition"></a>\r
1301             <b>setInitialPosition</b>(&nbsp;<code>int diffX</code>, <code>int diffY</code>&nbsp;) : void            <div class="mdesc">\r
1302                         <div class="short">Stores the initial placement of the linked element.</div>\r
1303             <div class="long">\r
1304                 Stores the initial placement of the linked element.    <div class="mdetail-params">\r
1305         <strong>Parameters:</strong>\r
1306         <ul><li><code>diffX</code> : int<div class="sub-desc">the X offset, default 0</div></li><li><code>diffY</code> : int<div class="sub-desc">the Y offset, default 0</div></li>        </ul>\r
1307         <strong>Returns:</strong>\r
1308         <ul>\r
1309             <li><code>void</code></li>\r
1310         </ul>\r
1311     </div>\r
1312                 </div>\r
1313                         </div>\r
1314         </td>\r
1315         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setInitialPosition" href="output/Ext.dd.DragDrop.html#setInitialPosition">DragDrop</a></td>\r
1316     </tr>\r
1317         <tr class="method-row inherited alt expandable">\r
1318         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1319         <td class="sig">\r
1320         <a id="Ext.dd.DropZone-setOuterHandleElId"></a>\r
1321             <b>setOuterHandleElId</b>(&nbsp;<code>id the</code>&nbsp;) : void            <div class="mdesc">\r
1322                         <div class="short">Allows you to set an element outside of the linked element as a drag
1323 handle</div>\r
1324             <div class="long">\r
1325                 Allows you to set an element outside of the linked element as a drag
1326 handle    <div class="mdetail-params">\r
1327         <strong>Parameters:</strong>\r
1328         <ul><li><code>the</code> : id<div class="sub-desc">id of the element that will be used to initiate the drag</div></li>        </ul>\r
1329         <strong>Returns:</strong>\r
1330         <ul>\r
1331             <li><code>void</code></li>\r
1332         </ul>\r
1333     </div>\r
1334                 </div>\r
1335                         </div>\r
1336         </td>\r
1337         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setOuterHandleElId" href="output/Ext.dd.DragDrop.html#setOuterHandleElId">DragDrop</a></td>\r
1338     </tr>\r
1339         <tr class="method-row inherited expandable">\r
1340         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1341         <td class="sig">\r
1342         <a id="Ext.dd.DropZone-setPadding"></a>\r
1343             <b>setPadding</b>(&nbsp;<code>int iTop</code>, <code>int iRight</code>, <code>int iBot</code>, <code>int iLeft</code>&nbsp;) : void            <div class="mdesc">\r
1344                         <div class="short">Configures the padding for the target zone in px.  Effectively expands
1345 (or reduces) the virtual object size for targe...</div>\r
1346             <div class="long">\r
1347                 Configures the padding for the target zone in px.  Effectively expands
1348 (or reduces) the virtual object size for targeting calculations.
1349 Supports css-style shorthand; if only one parameter is passed, all sides
1350 will have that padding, and if only two are passed, the top and bottom
1351 will have the first param, the left and right the second.    <div class="mdetail-params">\r
1352         <strong>Parameters:</strong>\r
1353         <ul><li><code>iTop</code> : int<div class="sub-desc">Top pad</div></li><li><code>iRight</code> : int<div class="sub-desc">Right pad</div></li><li><code>iBot</code> : int<div class="sub-desc">Bot pad</div></li><li><code>iLeft</code> : int<div class="sub-desc">Left pad</div></li>        </ul>\r
1354         <strong>Returns:</strong>\r
1355         <ul>\r
1356             <li><code>void</code></li>\r
1357         </ul>\r
1358     </div>\r
1359                 </div>\r
1360                         </div>\r
1361         </td>\r
1362         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setPadding" href="output/Ext.dd.DragDrop.html#setPadding">DragDrop</a></td>\r
1363     </tr>\r
1364         <tr class="method-row inherited alt expandable">\r
1365         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1366         <td class="sig">\r
1367         <a id="Ext.dd.DropZone-setXConstraint"></a>\r
1368             <b>setXConstraint</b>(&nbsp;<code>int iLeft</code>, <code>int iRight</code>, <code>int iTickSize</code>&nbsp;) : void            <div class="mdesc">\r
1369                         <div class="short">By default, the element can be dragged any place on the screen.  Use
1370 this method to limit the horizontal travel of th...</div>\r
1371             <div class="long">\r
1372                 By default, the element can be dragged any place on the screen.  Use
1373 this method to limit the horizontal travel of the element.  Pass in
1374 0,0 for the parameters if you want to lock the drag to the y axis.    <div class="mdetail-params">\r
1375         <strong>Parameters:</strong>\r
1376         <ul><li><code>iLeft</code> : int<div class="sub-desc">the number of pixels the element can move to the left</div></li><li><code>iRight</code> : int<div class="sub-desc">the number of pixels the element can move to the
1377 right</div></li><li><code>iTickSize</code> : int<div class="sub-desc">optional parameter for specifying that the
1378 element
1379 should move iTickSize pixels at a time.</div></li>        </ul>\r
1380         <strong>Returns:</strong>\r
1381         <ul>\r
1382             <li><code>void</code></li>\r
1383         </ul>\r
1384     </div>\r
1385                 </div>\r
1386                         </div>\r
1387         </td>\r
1388         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setXConstraint" href="output/Ext.dd.DragDrop.html#setXConstraint">DragDrop</a></td>\r
1389     </tr>\r
1390         <tr class="method-row inherited expandable">\r
1391         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1392         <td class="sig">\r
1393         <a id="Ext.dd.DropZone-setYConstraint"></a>\r
1394             <b>setYConstraint</b>(&nbsp;<code>int iUp</code>, <code>int iDown</code>, <code>int iTickSize</code>&nbsp;) : void            <div class="mdesc">\r
1395                         <div class="short">By default, the element can be dragged any place on the screen.  Set
1396 this to limit the vertical travel of the element...</div>\r
1397             <div class="long">\r
1398                 By default, the element can be dragged any place on the screen.  Set
1399 this to limit the vertical travel of the element.  Pass in 0,0 for the
1400 parameters if you want to lock the drag to the x axis.    <div class="mdetail-params">\r
1401         <strong>Parameters:</strong>\r
1402         <ul><li><code>iUp</code> : int<div class="sub-desc">the number of pixels the element can move up</div></li><li><code>iDown</code> : int<div class="sub-desc">the number of pixels the element can move down</div></li><li><code>iTickSize</code> : int<div class="sub-desc">optional parameter for specifying that the
1403 element should move iTickSize pixels at a time.</div></li>        </ul>\r
1404         <strong>Returns:</strong>\r
1405         <ul>\r
1406             <li><code>void</code></li>\r
1407         </ul>\r
1408     </div>\r
1409                 </div>\r
1410                         </div>\r
1411         </td>\r
1412         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setYConstraint" href="output/Ext.dd.DragDrop.html#setYConstraint">DragDrop</a></td>\r
1413     </tr>\r
1414         <tr class="method-row inherited alt expandable">\r
1415         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1416         <td class="sig">\r
1417         <a id="Ext.dd.DropZone-startDrag"></a>\r
1418             <b>startDrag</b>(&nbsp;<code>int X</code>, <code>int Y</code>&nbsp;) : void            <div class="mdesc">\r
1419                         <div class="short">Abstract method called after a drag/drop object is clicked
1420 and the drag or mousedown time thresholds have beeen met.</div>\r
1421             <div class="long">\r
1422                 Abstract method called after a drag/drop object is clicked
1423 and the drag or mousedown time thresholds have beeen met.    <div class="mdetail-params">\r
1424         <strong>Parameters:</strong>\r
1425         <ul><li><code>X</code> : int<div class="sub-desc">click location</div></li><li><code>Y</code> : int<div class="sub-desc">click location</div></li>        </ul>\r
1426         <strong>Returns:</strong>\r
1427         <ul>\r
1428             <li><code>void</code></li>\r
1429         </ul>\r
1430     </div>\r
1431                 </div>\r
1432                         </div>\r
1433         </td>\r
1434         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#startDrag" href="output/Ext.dd.DragDrop.html#startDrag">DragDrop</a></td>\r
1435     </tr>\r
1436         <tr class="method-row inherited expandable">\r
1437         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1438         <td class="sig">\r
1439         <a id="Ext.dd.DropZone-toString"></a>\r
1440             <b>toString</b>() : string            <div class="mdesc">\r
1441                         <div class="short">toString method</div>\r
1442             <div class="long">\r
1443                 toString method    <div class="mdetail-params">\r
1444         <strong>Parameters:</strong>\r
1445         <ul><li>None.</li>        </ul>\r
1446         <strong>Returns:</strong>\r
1447         <ul>\r
1448             <li><code>string</code><div class="sub-desc">string representation of the dd obj</div></li>\r
1449         </ul>\r
1450     </div>\r
1451                 </div>\r
1452                         </div>\r
1453         </td>\r
1454         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#toString" href="output/Ext.dd.DragDrop.html#toString">DragDrop</a></td>\r
1455     </tr>\r
1456         <tr class="method-row inherited alt expandable">\r
1457         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1458         <td class="sig">\r
1459         <a id="Ext.dd.DropZone-unlock"></a>\r
1460             <b>unlock</b>() : void            <div class="mdesc">\r
1461                         <div class="short">Unlock this instace</div>\r
1462             <div class="long">\r
1463                 Unlock this instace    <div class="mdetail-params">\r
1464         <strong>Parameters:</strong>\r
1465         <ul><li>None.</li>        </ul>\r
1466         <strong>Returns:</strong>\r
1467         <ul>\r
1468             <li><code>void</code></li>\r
1469         </ul>\r
1470     </div>\r
1471                 </div>\r
1472                         </div>\r
1473         </td>\r
1474         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#unlock" href="output/Ext.dd.DragDrop.html#unlock">DragDrop</a></td>\r
1475     </tr>\r
1476         <tr class="method-row inherited expandable">\r
1477         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1478         <td class="sig">\r
1479         <a id="Ext.dd.DropZone-unreg"></a>\r
1480             <b>unreg</b>() : void            <div class="mdesc">\r
1481                         <div class="short">Remove all drag and drop hooks for this element</div>\r
1482             <div class="long">\r
1483                 Remove all drag and drop hooks for this element    <div class="mdetail-params">\r
1484         <strong>Parameters:</strong>\r
1485         <ul><li>None.</li>        </ul>\r
1486         <strong>Returns:</strong>\r
1487         <ul>\r
1488             <li><code>void</code></li>\r
1489         </ul>\r
1490     </div>\r
1491                 </div>\r
1492                         </div>\r
1493         </td>\r
1494         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#unreg" href="output/Ext.dd.DragDrop.html#unreg">DragDrop</a></td>\r
1495     </tr>\r
1496             </table>
1497                 <a id="Ext.dd.DropZone-events"></a>
1498         <h2>Public Events</h2>
1499         <div class="no-members">This class has no public events.</div>
1500         </div>