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