commit extjs-2.2.1
[extjs.git] / docs / output / Ext.tree.TreeDragZone.html
1         <div class="body-wrap">
2         <div class="top-tools">
3             <a class="inner-link" href="#Ext.tree.TreeDragZone-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4             <a class="inner-link" href="#Ext.tree.TreeDragZone-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5             <a class="inner-link" href="#Ext.tree.TreeDragZone-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6                             <a class="inner-link" href="#Ext.tree.TreeDragZone-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.TreeDragZone"><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.DD" ext:member="" href="output/Ext.dd.DD.html">DD</a>
12     <img src="resources/elbow-end.gif"/><a ext:cls="Ext.dd.DDProxy" ext:member="" href="output/Ext.dd.DDProxy.html">DDProxy</a>
13       <img src="resources/elbow-end.gif"/><a ext:cls="Ext.dd.DragSource" ext:member="" href="output/Ext.dd.DragSource.html">DragSource</a>
14         <img src="resources/elbow-end.gif"/><a ext:cls="Ext.dd.DragZone" ext:member="" href="output/Ext.dd.DragZone.html">DragZone</a>
15           <img src="resources/elbow-end.gif"/>TreeDragZone</pre></div>
16                 <h1>Class Ext.tree.TreeDragZone</h1>
17         <table cellspacing="0">
18             <tr><td class="label">Package:</td><td class="hd-info">Ext.tree</td></tr>
19             <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../src/TreeDragZone.js" target="_blank">TreeDragZone.js</a></td></tr>
20             <tr><td class="label">Class:</td><td class="hd-info">TreeDragZone</td></tr>
21                                     <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.dd.DragZone" ext:member="" href="output/Ext.dd.DragZone.html">DragZone</a></td></tr>
22                     </table>
23         <div class="description">
24             *        </div>
25         
26         <div class="hr"></div>
27                 <a id="Ext.tree.TreeDragZone-configs"></a>
28         <h2>Config Options</h2>
29         <table cellspacing="0" class="member-table">
30             <tr>
31                 <th class="sig-header" colspan="2">Config Options</th>
32                 <th class="msource-header">Defined By</th>
33             </tr>
34                 <tr class="config-row inherited">\r
35         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
36         <td class="sig">\r
37         <a id="Ext.tree.TreeDragZone-containerScroll"></a>\r
38             <b>containerScroll</b> : Boolean            <div class="mdesc">\r
39                             True to register this container with the Scrollmanager for auto scrolling during drag operations.                        </div>\r
40         </td>\r
41         <td class="msource"><a ext:cls="Ext.dd.DragZone" ext:member="#containerScroll" href="output/Ext.dd.DragZone.html#containerScroll">DragZone</a></td>\r
42     </tr>\r
43         <tr class="config-row alt expandable">\r
44         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
45         <td class="sig">\r
46         <a id="Ext.tree.TreeDragZone-ddGroup"></a>\r
47             <b>ddGroup</b> : String            <div class="mdesc">\r
48                         <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
49             <div class="long">\r
50                 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
51                         </div>\r
52         </td>\r
53         <td class="msource">TreeDragZone</td>\r
54     </tr>\r
55         <tr class="config-row inherited">\r
56         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
57         <td class="sig">\r
58         <a id="Ext.tree.TreeDragZone-dropAllowed"></a>\r
59             <b>dropAllowed</b> : String            <div class="mdesc">\r
60                             The CSS class returned to the drag source when drop is allowed (defaults to "x-dd-drop-ok").                        </div>\r
61         </td>\r
62         <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#dropAllowed" href="output/Ext.dd.DragSource.html#dropAllowed">DragSource</a></td>\r
63     </tr>\r
64         <tr class="config-row inherited alt">\r
65         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
66         <td class="sig">\r
67         <a id="Ext.tree.TreeDragZone-dropNotAllowed"></a>\r
68             <b>dropNotAllowed</b> : String            <div class="mdesc">\r
69                             The CSS class returned to the drag source when drop is not allowed (defaults to "x-dd-drop-nodrop").                        </div>\r
70         </td>\r
71         <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#dropNotAllowed" href="output/Ext.dd.DragSource.html#dropNotAllowed">DragSource</a></td>\r
72     </tr>\r
73         <tr class="config-row inherited expandable">\r
74         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
75         <td class="sig">\r
76         <a id="Ext.tree.TreeDragZone-hlColor"></a>\r
77             <b>hlColor</b> : String            <div class="mdesc">\r
78                         <div class="short">The color to use when visually highlighting the drag source in the afterRepair method after a failed drop (defaults t...</div>\r
79             <div class="long">\r
80                 The color to use when visually highlighting the drag source in the afterRepair method after a failed drop (defaults to "c3daf9" - light blue)            </div>\r
81                         </div>\r
82         </td>\r
83         <td class="msource"><a ext:cls="Ext.dd.DragZone" ext:member="#hlColor" href="output/Ext.dd.DragZone.html#hlColor">DragZone</a></td>\r
84     </tr>\r
85             </table>
86                 <a id="Ext.tree.TreeDragZone-props"></a>
87         <h2>Public Properties</h2>
88                 <table cellspacing="0" class="member-table">
89             <tr>
90                 <th class="sig-header" colspan="2">Property</th>
91                 <th class="msource-header">Defined By</th>
92             </tr>
93                 <tr class="property-row inherited">\r
94         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
95         <td class="sig">\r
96         <a id="Ext.tree.TreeDragZone-available"></a>\r
97             <b>available</b> : boolean            <div class="mdesc">\r
98                             The availabe property is false until the linked dom element is accessible.                        </div>\r
99         </td>\r
100         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#available" href="output/Ext.dd.DragDrop.html#available">DragDrop</a></td>\r
101     </tr>\r
102         <tr class="property-row inherited alt expandable">\r
103         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
104         <td class="sig">\r
105         <a id="Ext.tree.TreeDragZone-centerFrame"></a>\r
106             <b>centerFrame</b> : boolean            <div class="mdesc">\r
107                         <div class="short">By default the frame is positioned exactly where the drag element is, so
108 we use the cursor offset provided by Ext.dd....</div>\r
109             <div class="long">\r
110                 By default the frame is positioned exactly where the drag element is, so
111 we use the cursor offset provided by Ext.dd.DD.  Another option that works only if
112 you do not have constraints on the obj is to have the drag frame centered
113 around the cursor.  Set centerFrame to true for this effect.            </div>\r
114                         </div>\r
115         </td>\r
116         <td class="msource"><a ext:cls="Ext.dd.DDProxy" ext:member="#centerFrame" href="output/Ext.dd.DDProxy.html#centerFrame">DDProxy</a></td>\r
117     </tr>\r
118         <tr class="property-row inherited">\r
119         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
120         <td class="sig">\r
121         <a id="Ext.tree.TreeDragZone-config"></a>\r
122             <b>config</b> : object            <div class="mdesc">\r
123                             Configuration attributes passed into the constructor                        </div>\r
124         </td>\r
125         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#config" href="output/Ext.dd.DragDrop.html#config">DragDrop</a></td>\r
126     </tr>\r
127         <tr class="property-row inherited alt">\r
128         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
129         <td class="sig">\r
130         <a id="Ext.tree.TreeDragZone-defaultPadding"></a>\r
131             <b>defaultPadding</b> : Object            <div class="mdesc">\r
132                             Provides default constraint padding to "constrainTo" elements (defaults to {left: 0, right:0, top:0, bottom:0}).                        </div>\r
133         </td>\r
134         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#defaultPadding" href="output/Ext.dd.DragDrop.html#defaultPadding">DragDrop</a></td>\r
135     </tr>\r
136         <tr class="property-row inherited expandable">\r
137         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
138         <td class="sig">\r
139         <a id="Ext.tree.TreeDragZone-groups"></a>\r
140             <b>groups</b> : object            <div class="mdesc">\r
141                         <div class="short">The group defines a logical collection of DragDrop objects that are
142 related.  Instances only get events when interact...</div>\r
143             <div class="long">\r
144                 The group defines a logical collection of DragDrop objects that are
145 related.  Instances only get events when interacting with other
146 DragDrop object in the same group.  This lets us define multiple
147 groups using a single DragDrop subclass if we want.            </div>\r
148                         </div>\r
149         </td>\r
150         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#groups" href="output/Ext.dd.DragDrop.html#groups">DragDrop</a></td>\r
151     </tr>\r
152         <tr class="property-row inherited alt expandable">\r
153         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
154         <td class="sig">\r
155         <a id="Ext.tree.TreeDragZone-hasOuterHandles"></a>\r
156             <b>hasOuterHandles</b> : boolean            <div class="mdesc">\r
157                         <div class="short">By default, drags can only be initiated if the mousedown occurs in the
158 region the linked element is.  This is done in...</div>\r
159             <div class="long">\r
160                 By default, drags can only be initiated if the mousedown occurs in the
161 region the linked element is.  This is done in part to work around a
162 bug in some browsers that mis-report the mousedown if the previous
163 mouseup happened outside of the window.  This property is set to true
164 if outer handles are defined.            </div>\r
165                         </div>\r
166         </td>\r
167         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#hasOuterHandles" href="output/Ext.dd.DragDrop.html#hasOuterHandles">DragDrop</a></td>\r
168     </tr>\r
169         <tr class="property-row inherited expandable">\r
170         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
171         <td class="sig">\r
172         <a id="Ext.tree.TreeDragZone-id"></a>\r
173             <b>id</b> : String            <div class="mdesc">\r
174                         <div class="short">The id of the element associated with this object.  This is what we
175 refer to as the "linked element" because the size...</div>\r
176             <div class="long">\r
177                 The id of the element associated with this object.  This is what we
178 refer to as the "linked element" because the size and position of
179 this element is used to determine when the drag and drop objects have
180 interacted.            </div>\r
181                         </div>\r
182         </td>\r
183         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#id" href="output/Ext.dd.DragDrop.html#id">DragDrop</a></td>\r
184     </tr>\r
185         <tr class="property-row inherited alt">\r
186         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
187         <td class="sig">\r
188         <a id="Ext.tree.TreeDragZone-invalidHandleClasses"></a>\r
189             <b>invalidHandleClasses</b> : Array            <div class="mdesc">\r
190                             An Array of CSS class names for elements to be considered in valid as drag handles.                        </div>\r
191         </td>\r
192         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#invalidHandleClasses" href="output/Ext.dd.DragDrop.html#invalidHandleClasses">DragDrop</a></td>\r
193     </tr>\r
194         <tr class="property-row inherited expandable">\r
195         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
196         <td class="sig">\r
197         <a id="Ext.tree.TreeDragZone-invalidHandleIds"></a>\r
198             <b>invalidHandleIds</b> : Object            <div class="mdesc">\r
199                         <div class="short">An object who's property names identify the IDs of elements to be considered invalid as drag handles.
200 A non-null prop...</div>\r
201             <div class="long">\r
202                 An object who's property names identify the IDs of elements to be considered invalid as drag handles.
203 A non-null property value identifies the ID as invalid. For example, to prevent
204 dragging from being initiated on element ID "foo", use:<pre><code>{
205     foo: true
206 }</code></pre>            </div>\r
207                         </div>\r
208         </td>\r
209         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#invalidHandleIds" href="output/Ext.dd.DragDrop.html#invalidHandleIds">DragDrop</a></td>\r
210     </tr>\r
211         <tr class="property-row inherited alt expandable">\r
212         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
213         <td class="sig">\r
214         <a id="Ext.tree.TreeDragZone-invalidHandleTypes"></a>\r
215             <b>invalidHandleTypes</b> : Object            <div class="mdesc">\r
216                         <div class="short">An object who's property names identify HTML tags to be considered invalid as drag handles.
217 A non-null property value...</div>\r
218             <div class="long">\r
219                 An object who's property names identify HTML tags to be considered invalid as drag handles.
220 A non-null property value identifies the tag as invalid. Defaults to the 
221 following value which prevents drag operations from being initiated by &lt;a> elements:<pre><code>{
222     A: <em>"A"</em>
223 }</code></pre>            </div>\r
224                         </div>\r
225         </td>\r
226         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#invalidHandleTypes" href="output/Ext.dd.DragDrop.html#invalidHandleTypes">DragDrop</a></td>\r
227     </tr>\r
228         <tr class="property-row inherited">\r
229         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
230         <td class="sig">\r
231         <a id="Ext.tree.TreeDragZone-isTarget"></a>\r
232             <b>isTarget</b> : boolean            <div class="mdesc">\r
233                             By default, all instances can be a drop target.  This can be disabled by
234 setting isTarget to false.                        </div>\r
235         </td>\r
236         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#isTarget" href="output/Ext.dd.DragDrop.html#isTarget">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.TreeDragZone-maintainOffset"></a>\r
242             <b>maintainOffset</b> : boolean            <div class="mdesc">\r
243                         <div class="short">Maintain offsets when we resetconstraints.  Set to true when you want
244 the position of the element relative to its par...</div>\r
245             <div class="long">\r
246                 Maintain offsets when we resetconstraints.  Set to true when you want
247 the position of the element relative to its parent to stay the same
248 when the page changes            </div>\r
249                         </div>\r
250         </td>\r
251         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#maintainOffset" href="output/Ext.dd.DragDrop.html#maintainOffset">DragDrop</a></td>\r
252     </tr>\r
253         <tr class="property-row inherited expandable">\r
254         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
255         <td class="sig">\r
256         <a id="Ext.tree.TreeDragZone-moveOnly"></a>\r
257             <b>moveOnly</b> : boolean            <div class="mdesc">\r
258                         <div class="short">When set to true, other DD objects in cooperating DDGroups do not receive
259 notification events when this DD object is ...</div>\r
260             <div class="long">\r
261                 When set to true, other DD objects in cooperating DDGroups do not receive
262 notification events when this DD object is dragged over them. Defaults to false.            </div>\r
263                         </div>\r
264         </td>\r
265         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#moveOnly" href="output/Ext.dd.DragDrop.html#moveOnly">DragDrop</a></td>\r
266     </tr>\r
267         <tr class="property-row inherited alt expandable">\r
268         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
269         <td class="sig">\r
270         <a id="Ext.tree.TreeDragZone-onStartDrag"></a>\r
271             <b>onStartDrag</b> : Object            <div class="mdesc">\r
272                         <div class="short">An empty function by default, but provided so that you can perform a custom action once the initial
273 drag event has be...</div>\r
274             <div class="long">\r
275                 An empty function by default, but provided so that you can perform a custom action once the initial
276 drag event has begun.  The drag cannot be canceled from this function.            </div>\r
277                         </div>\r
278         </td>\r
279         <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#onStartDrag" href="output/Ext.dd.DragSource.html#onStartDrag">DragSource</a></td>\r
280     </tr>\r
281         <tr class="property-row inherited">\r
282         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
283         <td class="sig">\r
284         <a id="Ext.tree.TreeDragZone-padding"></a>\r
285             <b>padding</b> : int[]            <div class="mdesc">\r
286                             The padding configured for this drag and drop object for calculating
287 the drop zone intersection with this object.                        </div>\r
288         </td>\r
289         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#padding" href="output/Ext.dd.DragDrop.html#padding">DragDrop</a></td>\r
290     </tr>\r
291         <tr class="property-row inherited alt expandable">\r
292         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
293         <td class="sig">\r
294         <a id="Ext.tree.TreeDragZone-primaryButtonOnly"></a>\r
295             <b>primaryButtonOnly</b> : boolean            <div class="mdesc">\r
296                         <div class="short">By default the drag and drop instance will only respond to the primary
297 button click (left button for a right-handed m...</div>\r
298             <div class="long">\r
299                 By default the drag and drop instance will only respond to the primary
300 button click (left button for a right-handed mouse).  Set to true to
301 allow drag and drop to start with any mouse click that is propogated
302 by the browser            </div>\r
303                         </div>\r
304         </td>\r
305         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#primaryButtonOnly" href="output/Ext.dd.DragDrop.html#primaryButtonOnly">DragDrop</a></td>\r
306     </tr>\r
307         <tr class="property-row inherited expandable">\r
308         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
309         <td class="sig">\r
310         <a id="Ext.tree.TreeDragZone-resizeFrame"></a>\r
311             <b>resizeFrame</b> : boolean            <div class="mdesc">\r
312                         <div class="short">By default we resize the drag frame to be the same size as the element
313 we want to drag (this is to get the frame effe...</div>\r
314             <div class="long">\r
315                 By default we resize the drag frame to be the same size as the element
316 we want to drag (this is to get the frame effect).  We can turn it off
317 if we want a different behavior.            </div>\r
318                         </div>\r
319         </td>\r
320         <td class="msource"><a ext:cls="Ext.dd.DDProxy" ext:member="#resizeFrame" href="output/Ext.dd.DDProxy.html#resizeFrame">DDProxy</a></td>\r
321     </tr>\r
322         <tr class="property-row inherited alt expandable">\r
323         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
324         <td class="sig">\r
325         <a id="Ext.tree.TreeDragZone-scroll"></a>\r
326             <b>scroll</b> : boolean            <div class="mdesc">\r
327                         <div class="short">When set to true, the utility automatically tries to scroll the browser
328 window when a drag and drop element is dragge...</div>\r
329             <div class="long">\r
330                 When set to true, the utility automatically tries to scroll the browser
331 window when a drag and drop element is dragged near the viewport boundary.
332 Defaults to true.            </div>\r
333                         </div>\r
334         </td>\r
335         <td class="msource"><a ext:cls="Ext.dd.DD" ext:member="#scroll" href="output/Ext.dd.DD.html#scroll">DD</a></td>\r
336     </tr>\r
337         <tr class="property-row">\r
338         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
339         <td class="sig">\r
340         <a id="Ext.tree.TreeDragZone-tree"></a>\r
341             <b>tree</b> : Ext.tree.TreePanel            <div class="mdesc">\r
342                             The TreePanel for this drag zone                        </div>\r
343         </td>\r
344         <td class="msource">TreeDragZone</td>\r
345     </tr>\r
346         <tr class="property-row inherited alt expandable">\r
347         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
348         <td class="sig">\r
349         <a id="Ext.tree.TreeDragZone-xTicks"></a>\r
350             <b>xTicks</b> : int[]            <div class="mdesc">\r
351                         <div class="short">Array of pixel locations the element will snap to if we specified a
352 horizontal graduation/interval.  This array is ge...</div>\r
353             <div class="long">\r
354                 Array of pixel locations the element will snap to if we specified a
355 horizontal graduation/interval.  This array is generated automatically
356 when you define a tick interval.            </div>\r
357                         </div>\r
358         </td>\r
359         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#xTicks" href="output/Ext.dd.DragDrop.html#xTicks">DragDrop</a></td>\r
360     </tr>\r
361         <tr class="property-row inherited expandable">\r
362         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
363         <td class="sig">\r
364         <a id="Ext.tree.TreeDragZone-yTicks"></a>\r
365             <b>yTicks</b> : int[]            <div class="mdesc">\r
366                         <div class="short">Array of pixel locations the element will snap to if we specified a
367 vertical graduation/interval.  This array is gene...</div>\r
368             <div class="long">\r
369                 Array of pixel locations the element will snap to if we specified a
370 vertical graduation/interval.  This array is generated automatically
371 when you define a tick interval.            </div>\r
372                         </div>\r
373         </td>\r
374         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#yTicks" href="output/Ext.dd.DragDrop.html#yTicks">DragDrop</a></td>\r
375     </tr>\r
376             </table>
377                 <a id="Ext.tree.TreeDragZone-methods"></a>
378         <h2>Public Methods</h2>
379                 <table cellspacing="0" class="member-table">
380             <tr>
381                 <th class="sig-header" colspan="2">Method</th>
382                 <th class="msource-header">Defined By</th>
383             </tr>
384                 <tr class="method-row expandable">\r
385         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
386         <td class="sig">\r
387         <a id="Ext.tree.TreeDragZone-TreeDragZone"></a>\r
388             <b>TreeDragZone</b>(&nbsp;<code>String/HTMLElement/Element tree</code>, <code>Object config</code>&nbsp;)            <div class="mdesc">\r
389                         <div class="short"></div>\r
390             <div class="long">\r
391                     <div class="mdetail-params">\r
392         <strong>Parameters:</strong>\r
393         <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 dragging</div></li><li><code>config</code> : Object<div class="sub-desc"></div></li>        </ul>\r
394         <strong>Returns:</strong>\r
395         <ul>\r
396             <li><code></code></li>\r
397         </ul>\r
398     </div>\r
399                 </div>\r
400                         </div>\r
401         </td>\r
402         <td class="msource">TreeDragZone</td>\r
403     </tr>\r
404         <tr class="method-row inherited alt expandable">\r
405         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
406         <td class="sig">\r
407         <a id="Ext.tree.TreeDragZone-addInvalidHandleClass"></a>\r
408             <b>addInvalidHandleClass</b>(&nbsp;<code>string cssClass</code>&nbsp;) : void            <div class="mdesc">\r
409                         <div class="short">Lets you specify a css class of elements that will not initiate a drag</div>\r
410             <div class="long">\r
411                 Lets you specify a css class of elements that will not initiate a drag    <div class="mdetail-params">\r
412         <strong>Parameters:</strong>\r
413         <ul><li><code>cssClass</code> : string<div class="sub-desc">the class of the elements you wish to ignore</div></li>        </ul>\r
414         <strong>Returns:</strong>\r
415         <ul>\r
416             <li><code>void</code></li>\r
417         </ul>\r
418     </div>\r
419                 </div>\r
420                         </div>\r
421         </td>\r
422         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#addInvalidHandleClass" href="output/Ext.dd.DragDrop.html#addInvalidHandleClass">DragDrop</a></td>\r
423     </tr>\r
424         <tr class="method-row inherited expandable">\r
425         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
426         <td class="sig">\r
427         <a id="Ext.tree.TreeDragZone-addInvalidHandleId"></a>\r
428             <b>addInvalidHandleId</b>(&nbsp;<code>string id</code>&nbsp;) : void            <div class="mdesc">\r
429                         <div class="short">Lets you to specify an element id for a child of a drag handle
430 that should not initiate a drag</div>\r
431             <div class="long">\r
432                 Lets you to specify an element id for a child of a drag handle
433 that should not initiate a drag    <div class="mdetail-params">\r
434         <strong>Parameters:</strong>\r
435         <ul><li><code>id</code> : string<div class="sub-desc">the element id of the element you wish to ignore</div></li>        </ul>\r
436         <strong>Returns:</strong>\r
437         <ul>\r
438             <li><code>void</code></li>\r
439         </ul>\r
440     </div>\r
441                 </div>\r
442                         </div>\r
443         </td>\r
444         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#addInvalidHandleId" href="output/Ext.dd.DragDrop.html#addInvalidHandleId">DragDrop</a></td>\r
445     </tr>\r
446         <tr class="method-row inherited alt expandable">\r
447         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
448         <td class="sig">\r
449         <a id="Ext.tree.TreeDragZone-addInvalidHandleType"></a>\r
450             <b>addInvalidHandleType</b>(&nbsp;<code>string tagName</code>&nbsp;) : void            <div class="mdesc">\r
451                         <div class="short">Allows you to specify a tag name that should not start a drag operation
452 when clicked.  This is designed to facilitate...</div>\r
453             <div class="long">\r
454                 Allows you to specify a tag name that should not start a drag operation
455 when clicked.  This is designed to facilitate embedding links within a
456 drag handle that do something other than start the drag.    <div class="mdetail-params">\r
457         <strong>Parameters:</strong>\r
458         <ul><li><code>tagName</code> : string<div class="sub-desc">the type of element to exclude</div></li>        </ul>\r
459         <strong>Returns:</strong>\r
460         <ul>\r
461             <li><code>void</code></li>\r
462         </ul>\r
463     </div>\r
464                 </div>\r
465                         </div>\r
466         </td>\r
467         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#addInvalidHandleType" href="output/Ext.dd.DragDrop.html#addInvalidHandleType">DragDrop</a></td>\r
468     </tr>\r
469         <tr class="method-row inherited expandable">\r
470         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
471         <td class="sig">\r
472         <a id="Ext.tree.TreeDragZone-addToGroup"></a>\r
473             <b>addToGroup</b>(&nbsp;<code>sGroup {string}</code>&nbsp;) : void            <div class="mdesc">\r
474                         <div class="short">Add this instance to a group of related drag/drop objects.  All
475 instances belong to at least one group, and can belon...</div>\r
476             <div class="long">\r
477                 Add this instance to a group of related drag/drop objects.  All
478 instances belong to at least one group, and can belong to as many
479 groups as needed.    <div class="mdetail-params">\r
480         <strong>Parameters:</strong>\r
481         <ul><li><code>{string}</code> : sGroup<div class="sub-desc">the name of the group</div></li>        </ul>\r
482         <strong>Returns:</strong>\r
483         <ul>\r
484             <li><code>void</code></li>\r
485         </ul>\r
486     </div>\r
487                 </div>\r
488                         </div>\r
489         </td>\r
490         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#addToGroup" href="output/Ext.dd.DragDrop.html#addToGroup">DragDrop</a></td>\r
491     </tr>\r
492         <tr class="method-row inherited alt expandable">\r
493         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
494         <td class="sig">\r
495         <a id="Ext.tree.TreeDragZone-afterDragDrop"></a>\r
496             <b>afterDragDrop</b>(&nbsp;<code>Ext.dd.DragDrop target</code>, <code>Event e</code>, <code>String id</code>&nbsp;) : void            <div class="mdesc">\r
497                         <div class="short">An empty function by default, but provided so that you can perform a custom action
498 after a valid drag drop has occurr...</div>\r
499             <div class="long">\r
500                 An empty function by default, but provided so that you can perform a custom action
501 after a valid drag drop has occurred by providing an implementation.    <div class="mdetail-params">\r
502         <strong>Parameters:</strong>\r
503         <ul><li><code>target</code> : Ext.dd.DragDrop<div class="sub-desc">The drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event object</div></li><li><code>id</code> : String<div class="sub-desc">The id of the dropped element</div></li>        </ul>\r
504         <strong>Returns:</strong>\r
505         <ul>\r
506             <li><code>void</code></li>\r
507         </ul>\r
508     </div>\r
509                 </div>\r
510                         </div>\r
511         </td>\r
512         <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#afterDragDrop" href="output/Ext.dd.DragSource.html#afterDragDrop">DragSource</a></td>\r
513     </tr>\r
514         <tr class="method-row inherited expandable">\r
515         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
516         <td class="sig">\r
517         <a id="Ext.tree.TreeDragZone-afterDragEnter"></a>\r
518             <b>afterDragEnter</b>(&nbsp;<code>Ext.dd.DragDrop target</code>, <code>Event e</code>, <code>String id</code>&nbsp;) : void            <div class="mdesc">\r
519                         <div class="short">An empty function by default, but provided so that you can perform a custom action
520 when the dragged item enters the d...</div>\r
521             <div class="long">\r
522                 An empty function by default, but provided so that you can perform a custom action
523 when the dragged item enters the drop target by providing an implementation.    <div class="mdetail-params">\r
524         <strong>Parameters:</strong>\r
525         <ul><li><code>target</code> : Ext.dd.DragDrop<div class="sub-desc">The drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event object</div></li><li><code>id</code> : String<div class="sub-desc">The id of the dragged element</div></li>        </ul>\r
526         <strong>Returns:</strong>\r
527         <ul>\r
528             <li><code>void</code></li>\r
529         </ul>\r
530     </div>\r
531                 </div>\r
532                         </div>\r
533         </td>\r
534         <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#afterDragEnter" href="output/Ext.dd.DragSource.html#afterDragEnter">DragSource</a></td>\r
535     </tr>\r
536         <tr class="method-row inherited alt expandable">\r
537         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
538         <td class="sig">\r
539         <a id="Ext.tree.TreeDragZone-afterDragOut"></a>\r
540             <b>afterDragOut</b>(&nbsp;<code>Ext.dd.DragDrop target</code>, <code>Event e</code>, <code>String id</code>&nbsp;) : void            <div class="mdesc">\r
541                         <div class="short">An empty function by default, but provided so that you can perform a custom action
542 after the dragged item is dragged ...</div>\r
543             <div class="long">\r
544                 An empty function by default, but provided so that you can perform a custom action
545 after the dragged item is dragged out of the target without dropping.    <div class="mdetail-params">\r
546         <strong>Parameters:</strong>\r
547         <ul><li><code>target</code> : Ext.dd.DragDrop<div class="sub-desc">The drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event object</div></li><li><code>id</code> : String<div class="sub-desc">The id of the dragged element</div></li>        </ul>\r
548         <strong>Returns:</strong>\r
549         <ul>\r
550             <li><code>void</code></li>\r
551         </ul>\r
552     </div>\r
553                 </div>\r
554                         </div>\r
555         </td>\r
556         <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#afterDragOut" href="output/Ext.dd.DragSource.html#afterDragOut">DragSource</a></td>\r
557     </tr>\r
558         <tr class="method-row inherited expandable">\r
559         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
560         <td class="sig">\r
561         <a id="Ext.tree.TreeDragZone-afterDragOver"></a>\r
562             <b>afterDragOver</b>(&nbsp;<code>Ext.dd.DragDrop target</code>, <code>Event e</code>, <code>String id</code>&nbsp;) : void            <div class="mdesc">\r
563                         <div class="short">An empty function by default, but provided so that you can perform a custom action
564 while the dragged item is over the...</div>\r
565             <div class="long">\r
566                 An empty function by default, but provided so that you can perform a custom action
567 while the dragged item is over the drop target by providing an implementation.    <div class="mdetail-params">\r
568         <strong>Parameters:</strong>\r
569         <ul><li><code>target</code> : Ext.dd.DragDrop<div class="sub-desc">The drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event object</div></li><li><code>id</code> : String<div class="sub-desc">The id of the dragged element</div></li>        </ul>\r
570         <strong>Returns:</strong>\r
571         <ul>\r
572             <li><code>void</code></li>\r
573         </ul>\r
574     </div>\r
575                 </div>\r
576                         </div>\r
577         </td>\r
578         <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#afterDragOver" href="output/Ext.dd.DragSource.html#afterDragOver">DragSource</a></td>\r
579     </tr>\r
580         <tr class="method-row inherited alt expandable">\r
581         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
582         <td class="sig">\r
583         <a id="Ext.tree.TreeDragZone-afterInvalidDrop"></a>\r
584             <b>afterInvalidDrop</b>(&nbsp;<code>Event e</code>, <code>String id</code>&nbsp;) : void            <div class="mdesc">\r
585                         <div class="short">An empty function by default, but provided so that you can perform a custom action
586 after an invalid drop has occurred...</div>\r
587             <div class="long">\r
588                 An empty function by default, but provided so that you can perform a custom action
589 after an invalid drop has occurred by providing an implementation.    <div class="mdetail-params">\r
590         <strong>Parameters:</strong>\r
591         <ul><li><code>e</code> : Event<div class="sub-desc">The event object</div></li><li><code>id</code> : String<div class="sub-desc">The id of the dropped element</div></li>        </ul>\r
592         <strong>Returns:</strong>\r
593         <ul>\r
594             <li><code>void</code></li>\r
595         </ul>\r
596     </div>\r
597                 </div>\r
598                         </div>\r
599         </td>\r
600         <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#afterInvalidDrop" href="output/Ext.dd.DragSource.html#afterInvalidDrop">DragSource</a></td>\r
601     </tr>\r
602         <tr class="method-row inherited expandable">\r
603         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
604         <td class="sig">\r
605         <a id="Ext.tree.TreeDragZone-afterRepair"></a>\r
606             <b>afterRepair</b>() : void            <div class="mdesc">\r
607                         <div class="short">Called after a repair of an invalid drop. By default, highlights this.dragData.ddel</div>\r
608             <div class="long">\r
609                 Called after a repair of an invalid drop. By default, highlights this.dragData.ddel    <div class="mdetail-params">\r
610         <strong>Parameters:</strong>\r
611         <ul><li>None.</li>        </ul>\r
612         <strong>Returns:</strong>\r
613         <ul>\r
614             <li><code>void</code></li>\r
615         </ul>\r
616     </div>\r
617                 </div>\r
618                         </div>\r
619         </td>\r
620         <td class="msource"><a ext:cls="Ext.dd.DragZone" ext:member="#afterRepair" href="output/Ext.dd.DragZone.html#afterRepair">DragZone</a></td>\r
621     </tr>\r
622         <tr class="method-row inherited alt expandable">\r
623         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
624         <td class="sig">\r
625         <a id="Ext.tree.TreeDragZone-alignElWithMouse"></a>\r
626             <b>alignElWithMouse</b>(&nbsp;<code>HTMLElement el</code>, <code>int iPageX</code>, <code>int iPageY</code>&nbsp;) : void            <div class="mdesc">\r
627                         <div class="short">Sets the element to the location of the mousedown or click event,
628 maintaining the cursor location relative to the loc...</div>\r
629             <div class="long">\r
630                 Sets the element to the location of the mousedown or click event,
631 maintaining the cursor location relative to the location on the element
632 that was clicked.  Override this if you want to place the element in a
633 location other than where the cursor is.    <div class="mdetail-params">\r
634         <strong>Parameters:</strong>\r
635         <ul><li><code>el</code> : HTMLElement<div class="sub-desc">the element to move</div></li><li><code>iPageX</code> : int<div class="sub-desc">the X coordinate of the mousedown or drag event</div></li><li><code>iPageY</code> : int<div class="sub-desc">the Y coordinate of the mousedown or drag event</div></li>        </ul>\r
636         <strong>Returns:</strong>\r
637         <ul>\r
638             <li><code>void</code></li>\r
639         </ul>\r
640     </div>\r
641                 </div>\r
642                         </div>\r
643         </td>\r
644         <td class="msource"><a ext:cls="Ext.dd.DD" ext:member="#alignElWithMouse" href="output/Ext.dd.DD.html#alignElWithMouse">DD</a></td>\r
645     </tr>\r
646         <tr class="method-row inherited expandable">\r
647         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
648         <td class="sig">\r
649         <a id="Ext.tree.TreeDragZone-applyConfig"></a>\r
650             <b>applyConfig</b>() : void            <div class="mdesc">\r
651                         <div class="short">Applies the configuration parameters that were passed into the constructor.
652 This is supposed to happen at each level ...</div>\r
653             <div class="long">\r
654                 Applies the configuration parameters that were passed into the constructor.
655 This is supposed to happen at each level through the inheritance chain.  So
656 a DDProxy implentation will execute apply config on DDProxy, DD, and
657 DragDrop in order to get all of the parameters that are available in
658 each object.    <div class="mdetail-params">\r
659         <strong>Parameters:</strong>\r
660         <ul><li>None.</li>        </ul>\r
661         <strong>Returns:</strong>\r
662         <ul>\r
663             <li><code>void</code></li>\r
664         </ul>\r
665     </div>\r
666                 </div>\r
667                         </div>\r
668         </td>\r
669         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#applyConfig" href="output/Ext.dd.DragDrop.html#applyConfig">DragDrop</a></td>\r
670     </tr>\r
671         <tr class="method-row inherited alt expandable">\r
672         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
673         <td class="sig">\r
674         <a id="Ext.tree.TreeDragZone-autoOffset"></a>\r
675             <b>autoOffset</b>(&nbsp;<code>int iPageX</code>, <code>int iPageY</code>&nbsp;) : void            <div class="mdesc">\r
676                         <div class="short">Sets the pointer offset to the distance between the linked element's top
677 left corner and the location the element was...</div>\r
678             <div class="long">\r
679                 Sets the pointer offset to the distance between the linked element's top
680 left corner and the location the element was clicked    <div class="mdetail-params">\r
681         <strong>Parameters:</strong>\r
682         <ul><li><code>iPageX</code> : int<div class="sub-desc">the X coordinate of the click</div></li><li><code>iPageY</code> : int<div class="sub-desc">the Y coordinate of the click</div></li>        </ul>\r
683         <strong>Returns:</strong>\r
684         <ul>\r
685             <li><code>void</code></li>\r
686         </ul>\r
687     </div>\r
688                 </div>\r
689                         </div>\r
690         </td>\r
691         <td class="msource"><a ext:cls="Ext.dd.DD" ext:member="#autoOffset" href="output/Ext.dd.DD.html#autoOffset">DD</a></td>\r
692     </tr>\r
693         <tr class="method-row inherited expandable">\r
694         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
695         <td class="sig">\r
696         <a id="Ext.tree.TreeDragZone-b4Drag"></a>\r
697             <b>b4Drag</b>() : void            <div class="mdesc">\r
698                         <div class="short">Event that fires prior to the onDrag event.  Overrides
699 Ext.dd.DragDrop.</div>\r
700             <div class="long">\r
701                 Event that fires prior to the onDrag event.  Overrides
702 Ext.dd.DragDrop.    <div class="mdetail-params">\r
703         <strong>Parameters:</strong>\r
704         <ul><li>None.</li>        </ul>\r
705         <strong>Returns:</strong>\r
706         <ul>\r
707             <li><code>void</code></li>\r
708         </ul>\r
709     </div>\r
710                 </div>\r
711                         </div>\r
712         </td>\r
713         <td class="msource"><a ext:cls="Ext.dd.DD" ext:member="#b4Drag" href="output/Ext.dd.DD.html#b4Drag">DD</a></td>\r
714     </tr>\r
715         <tr class="method-row inherited alt expandable">\r
716         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
717         <td class="sig">\r
718         <a id="Ext.tree.TreeDragZone-b4MouseDown"></a>\r
719             <b>b4MouseDown</b>() : void            <div class="mdesc">\r
720                         <div class="short">Event that fires prior to the onMouseDown event.  Overrides
721 Ext.dd.DragDrop.</div>\r
722             <div class="long">\r
723                 Event that fires prior to the onMouseDown event.  Overrides
724 Ext.dd.DragDrop.    <div class="mdetail-params">\r
725         <strong>Parameters:</strong>\r
726         <ul><li>None.</li>        </ul>\r
727         <strong>Returns:</strong>\r
728         <ul>\r
729             <li><code>void</code></li>\r
730         </ul>\r
731     </div>\r
732                 </div>\r
733                         </div>\r
734         </td>\r
735         <td class="msource"><a ext:cls="Ext.dd.DD" ext:member="#b4MouseDown" href="output/Ext.dd.DD.html#b4MouseDown">DD</a></td>\r
736     </tr>\r
737         <tr class="method-row inherited expandable">\r
738         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
739         <td class="sig">\r
740         <a id="Ext.tree.TreeDragZone-beforeDragDrop"></a>\r
741             <b>beforeDragDrop</b>(&nbsp;<code>Ext.dd.DragDrop target</code>, <code>Event e</code>, <code>String id</code>&nbsp;) : Boolean            <div class="mdesc">\r
742                         <div class="short">An empty function by default, but provided so that you can perform a custom action before the dragged
743 item is dropped...</div>\r
744             <div class="long">\r
745                 An empty function by default, but provided so that you can perform a custom action before the dragged
746 item is dropped onto the target and optionally cancel the onDragDrop.    <div class="mdetail-params">\r
747         <strong>Parameters:</strong>\r
748         <ul><li><code>target</code> : Ext.dd.DragDrop<div class="sub-desc">The drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event object</div></li><li><code>id</code> : String<div class="sub-desc">The id of the dragged element</div></li>        </ul>\r
749         <strong>Returns:</strong>\r
750         <ul>\r
751             <li><code>Boolean</code><div class="sub-desc">isValid True if the drag drop event is valid, else false to cancel</div></li>\r
752         </ul>\r
753     </div>\r
754                 </div>\r
755                         </div>\r
756         </td>\r
757         <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#beforeDragDrop" href="output/Ext.dd.DragSource.html#beforeDragDrop">DragSource</a></td>\r
758     </tr>\r
759         <tr class="method-row inherited alt expandable">\r
760         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
761         <td class="sig">\r
762         <a id="Ext.tree.TreeDragZone-beforeDragEnter"></a>\r
763             <b>beforeDragEnter</b>(&nbsp;<code>Ext.dd.DragDrop target</code>, <code>Event e</code>, <code>String id</code>&nbsp;) : Boolean            <div class="mdesc">\r
764                         <div class="short">An empty function by default, but provided so that you can perform a custom action
765 before the dragged item enters the...</div>\r
766             <div class="long">\r
767                 An empty function by default, but provided so that you can perform a custom action
768 before the dragged item enters the drop target and optionally cancel the onDragEnter.    <div class="mdetail-params">\r
769         <strong>Parameters:</strong>\r
770         <ul><li><code>target</code> : Ext.dd.DragDrop<div class="sub-desc">The drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event object</div></li><li><code>id</code> : String<div class="sub-desc">The id of the dragged element</div></li>        </ul>\r
771         <strong>Returns:</strong>\r
772         <ul>\r
773             <li><code>Boolean</code><div class="sub-desc">isValid True if the drag event is valid, else false to cancel</div></li>\r
774         </ul>\r
775     </div>\r
776                 </div>\r
777                         </div>\r
778         </td>\r
779         <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#beforeDragEnter" href="output/Ext.dd.DragSource.html#beforeDragEnter">DragSource</a></td>\r
780     </tr>\r
781         <tr class="method-row inherited expandable">\r
782         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
783         <td class="sig">\r
784         <a id="Ext.tree.TreeDragZone-beforeDragOut"></a>\r
785             <b>beforeDragOut</b>(&nbsp;<code>Ext.dd.DragDrop target</code>, <code>Event e</code>, <code>String id</code>&nbsp;) : Boolean            <div class="mdesc">\r
786                         <div class="short">An empty function by default, but provided so that you can perform a custom action before the dragged
787 item is dragged...</div>\r
788             <div class="long">\r
789                 An empty function by default, but provided so that you can perform a custom action before the dragged
790 item is dragged out of the target without dropping, and optionally cancel the onDragOut.    <div class="mdetail-params">\r
791         <strong>Parameters:</strong>\r
792         <ul><li><code>target</code> : Ext.dd.DragDrop<div class="sub-desc">The drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event object</div></li><li><code>id</code> : String<div class="sub-desc">The id of the dragged element</div></li>        </ul>\r
793         <strong>Returns:</strong>\r
794         <ul>\r
795             <li><code>Boolean</code><div class="sub-desc">isValid True if the drag event is valid, else false to cancel</div></li>\r
796         </ul>\r
797     </div>\r
798                 </div>\r
799                         </div>\r
800         </td>\r
801         <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#beforeDragOut" href="output/Ext.dd.DragSource.html#beforeDragOut">DragSource</a></td>\r
802     </tr>\r
803         <tr class="method-row inherited alt expandable">\r
804         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
805         <td class="sig">\r
806         <a id="Ext.tree.TreeDragZone-beforeDragOver"></a>\r
807             <b>beforeDragOver</b>(&nbsp;<code>Ext.dd.DragDrop target</code>, <code>Event e</code>, <code>String id</code>&nbsp;) : Boolean            <div class="mdesc">\r
808                         <div class="short">An empty function by default, but provided so that you can perform a custom action
809 while the dragged item is over the...</div>\r
810             <div class="long">\r
811                 An empty function by default, but provided so that you can perform a custom action
812 while the dragged item is over the drop target and optionally cancel the onDragOver.    <div class="mdetail-params">\r
813         <strong>Parameters:</strong>\r
814         <ul><li><code>target</code> : Ext.dd.DragDrop<div class="sub-desc">The drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event object</div></li><li><code>id</code> : String<div class="sub-desc">The id of the dragged element</div></li>        </ul>\r
815         <strong>Returns:</strong>\r
816         <ul>\r
817             <li><code>Boolean</code><div class="sub-desc">isValid True if the drag event is valid, else false to cancel</div></li>\r
818         </ul>\r
819     </div>\r
820                 </div>\r
821                         </div>\r
822         </td>\r
823         <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#beforeDragOver" href="output/Ext.dd.DragSource.html#beforeDragOver">DragSource</a></td>\r
824     </tr>\r
825         <tr class="method-row inherited expandable">\r
826         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
827         <td class="sig">\r
828         <a id="Ext.tree.TreeDragZone-beforeInvalidDrop"></a>\r
829             <b>beforeInvalidDrop</b>(&nbsp;<code>Ext.dd.DragDrop target</code>, <code>Event e</code>, <code>String id</code>&nbsp;) : Boolean            <div class="mdesc">\r
830                         <div class="short">An empty function by default, but provided so that you can perform a custom action after an invalid
831 drop has occurred.</div>\r
832             <div class="long">\r
833                 An empty function by default, but provided so that you can perform a custom action after an invalid
834 drop has occurred.    <div class="mdetail-params">\r
835         <strong>Parameters:</strong>\r
836         <ul><li><code>target</code> : Ext.dd.DragDrop<div class="sub-desc">The drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event object</div></li><li><code>id</code> : String<div class="sub-desc">The id of the dragged element</div></li>        </ul>\r
837         <strong>Returns:</strong>\r
838         <ul>\r
839             <li><code>Boolean</code><div class="sub-desc">isValid True if the invalid drop should proceed, else false to cancel</div></li>\r
840         </ul>\r
841     </div>\r
842                 </div>\r
843                         </div>\r
844         </td>\r
845         <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#beforeInvalidDrop" href="output/Ext.dd.DragSource.html#beforeInvalidDrop">DragSource</a></td>\r
846     </tr>\r
847         <tr class="method-row inherited alt expandable">\r
848         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
849         <td class="sig">\r
850         <a id="Ext.tree.TreeDragZone-cachePosition"></a>\r
851             <b>cachePosition</b>(&nbsp;<code>iPageX the</code>, <code>iPageY the</code>&nbsp;) : void            <div class="mdesc">\r
852                         <div class="short">Saves the most recent position so that we can reset the constraints and
853 tick marks on-demand.  We need to know this s...</div>\r
854             <div class="long">\r
855                 Saves the most recent position so that we can reset the constraints and
856 tick marks on-demand.  We need to know this so that we can calculate the
857 number of pixels the element is offset from its original position.    <div class="mdetail-params">\r
858         <strong>Parameters:</strong>\r
859         <ul><li><code>the</code> : iPageX<div class="sub-desc">current x position (optional, this just makes it so we
860 don't have to look it up again)</div></li><li><code>the</code> : iPageY<div class="sub-desc">current y position (optional, this just makes it so we
861 don't have to look it up again)</div></li>        </ul>\r
862         <strong>Returns:</strong>\r
863         <ul>\r
864             <li><code>void</code></li>\r
865         </ul>\r
866     </div>\r
867                 </div>\r
868                         </div>\r
869         </td>\r
870         <td class="msource"><a ext:cls="Ext.dd.DD" ext:member="#cachePosition" href="output/Ext.dd.DD.html#cachePosition">DD</a></td>\r
871     </tr>\r
872         <tr class="method-row inherited expandable">\r
873         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
874         <td class="sig">\r
875         <a id="Ext.tree.TreeDragZone-clearConstraints"></a>\r
876             <b>clearConstraints</b>() : void            <div class="mdesc">\r
877                         <div class="short">Clears any constraints applied to this instance.  Also clears ticks
878 since they can't exist independent of a constrain...</div>\r
879             <div class="long">\r
880                 Clears any constraints applied to this instance.  Also clears ticks
881 since they can't exist independent of a constraint at this time.    <div class="mdetail-params">\r
882         <strong>Parameters:</strong>\r
883         <ul><li>None.</li>        </ul>\r
884         <strong>Returns:</strong>\r
885         <ul>\r
886             <li><code>void</code></li>\r
887         </ul>\r
888     </div>\r
889                 </div>\r
890                         </div>\r
891         </td>\r
892         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#clearConstraints" href="output/Ext.dd.DragDrop.html#clearConstraints">DragDrop</a></td>\r
893     </tr>\r
894         <tr class="method-row inherited alt expandable">\r
895         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
896         <td class="sig">\r
897         <a id="Ext.tree.TreeDragZone-clearTicks"></a>\r
898             <b>clearTicks</b>() : void            <div class="mdesc">\r
899                         <div class="short">Clears any tick interval defined for this instance</div>\r
900             <div class="long">\r
901                 Clears any tick interval defined for this instance    <div class="mdetail-params">\r
902         <strong>Parameters:</strong>\r
903         <ul><li>None.</li>        </ul>\r
904         <strong>Returns:</strong>\r
905         <ul>\r
906             <li><code>void</code></li>\r
907         </ul>\r
908     </div>\r
909                 </div>\r
910                         </div>\r
911         </td>\r
912         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#clearTicks" href="output/Ext.dd.DragDrop.html#clearTicks">DragDrop</a></td>\r
913     </tr>\r
914         <tr class="method-row inherited expandable">\r
915         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
916         <td class="sig">\r
917         <a id="Ext.tree.TreeDragZone-constrainTo"></a>\r
918             <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
919                         <div class="short">Initializes the drag drop object's constraints to restrict movement to a certain element.
920 Usage:\r
921  var dd = new Ext.d...</div>\r
922             <div class="long">\r
923                 Initializes the drag drop object's constraints to restrict movement to a certain element.
924 Usage:\r
925  <pre><code>var dd = <b>new</b> Ext.dd.DDProxy(<em>"dragDiv1"</em>, <em>"proxytest"</em>,
926                 { dragElId: <em>"existingProxyDiv"</em> });
927  dd.startDrag = <b>function</b>(){
928      <b>this</b>.constrainTo(<em>"parent-id"</em>);
929  };</code></pre>
930 Or you can initalize it using the <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a> object:\r
931  <pre><code>Ext.get(<em>"dragDiv1"</em>).initDDProxy(<em>"proxytest"</em>, {dragElId: <em>"existingProxyDiv"</em>}, {
932      startDrag : <b>function</b>(){
933          <b>this</b>.constrainTo(<em>"parent-id"</em>);
934      }
935  });</code></pre>    <div class="mdetail-params">\r
936         <strong>Parameters:</strong>\r
937         <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,
938 and can be either a number for symmetrical padding (4 would be equal to {left:4, right:4, top:4, bottom:4}) or
939 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
940         <strong>Returns:</strong>\r
941         <ul>\r
942             <li><code>void</code></li>\r
943         </ul>\r
944     </div>\r
945                 </div>\r
946                         </div>\r
947         </td>\r
948         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#constrainTo" href="output/Ext.dd.DragDrop.html#constrainTo">DragDrop</a></td>\r
949     </tr>\r
950         <tr class="method-row inherited alt expandable">\r
951         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
952         <td class="sig">\r
953         <a id="Ext.tree.TreeDragZone-createFrame"></a>\r
954             <b>createFrame</b>() : void            <div class="mdesc">\r
955                         <div class="short">Creates the proxy element if it does not yet exist</div>\r
956             <div class="long">\r
957                 Creates the proxy element if it does not yet exist    <div class="mdetail-params">\r
958         <strong>Parameters:</strong>\r
959         <ul><li>None.</li>        </ul>\r
960         <strong>Returns:</strong>\r
961         <ul>\r
962             <li><code>void</code></li>\r
963         </ul>\r
964     </div>\r
965                 </div>\r
966                         </div>\r
967         </td>\r
968         <td class="msource"><a ext:cls="Ext.dd.DDProxy" ext:member="#createFrame" href="output/Ext.dd.DDProxy.html#createFrame">DDProxy</a></td>\r
969     </tr>\r
970         <tr class="method-row inherited expandable">\r
971         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
972         <td class="sig">\r
973         <a id="Ext.tree.TreeDragZone-endDrag"></a>\r
974             <b>endDrag</b>(&nbsp;<code>Event e</code>&nbsp;) : void            <div class="mdesc">\r
975                         <div class="short">Fired when we are done dragging the object</div>\r
976             <div class="long">\r
977                 Fired when we are done dragging the object    <div class="mdetail-params">\r
978         <strong>Parameters:</strong>\r
979         <ul><li><code>e</code> : Event<div class="sub-desc">the mouseup event</div></li>        </ul>\r
980         <strong>Returns:</strong>\r
981         <ul>\r
982             <li><code>void</code></li>\r
983         </ul>\r
984     </div>\r
985                 </div>\r
986                         </div>\r
987         </td>\r
988         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#endDrag" href="output/Ext.dd.DragDrop.html#endDrag">DragDrop</a></td>\r
989     </tr>\r
990         <tr class="method-row inherited alt expandable">\r
991         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
992         <td class="sig">\r
993         <a id="Ext.tree.TreeDragZone-getDragData"></a>\r
994             <b>getDragData</b>() : Object            <div class="mdesc">\r
995                         <div class="short">Returns the data object associated with this drag source</div>\r
996             <div class="long">\r
997                 Returns the data object associated with this drag source    <div class="mdetail-params">\r
998         <strong>Parameters:</strong>\r
999         <ul><li>None.</li>        </ul>\r
1000         <strong>Returns:</strong>\r
1001         <ul>\r
1002             <li><code>Object</code><div class="sub-desc">data An object containing arbitrary data</div></li>\r
1003         </ul>\r
1004     </div>\r
1005                 </div>\r
1006                         </div>\r
1007         </td>\r
1008         <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#getDragData" href="output/Ext.dd.DragSource.html#getDragData">DragSource</a></td>\r
1009     </tr>\r
1010         <tr class="method-row inherited expandable">\r
1011         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1012         <td class="sig">\r
1013         <a id="Ext.tree.TreeDragZone-getDragEl"></a>\r
1014             <b>getDragEl</b>() : HTMLElement            <div class="mdesc">\r
1015                         <div class="short">Returns a reference to the actual element to drag.  By default this is
1016 the same as the html element, but it can be as...</div>\r
1017             <div class="long">\r
1018                 Returns a reference to the actual element to drag.  By default this is
1019 the same as the html element, but it can be assigned to another
1020 element. An example of this can be found in Ext.dd.DDProxy    <div class="mdetail-params">\r
1021         <strong>Parameters:</strong>\r
1022         <ul><li>None.</li>        </ul>\r
1023         <strong>Returns:</strong>\r
1024         <ul>\r
1025             <li><code>HTMLElement</code><div class="sub-desc">the html element</div></li>\r
1026         </ul>\r
1027     </div>\r
1028                 </div>\r
1029                         </div>\r
1030         </td>\r
1031         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#getDragEl" href="output/Ext.dd.DragDrop.html#getDragEl">DragDrop</a></td>\r
1032     </tr>\r
1033         <tr class="method-row inherited alt expandable">\r
1034         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1035         <td class="sig">\r
1036         <a id="Ext.tree.TreeDragZone-getEl"></a>\r
1037             <b>getEl</b>() : HTMLElement            <div class="mdesc">\r
1038                         <div class="short">Returns a reference to the linked element</div>\r
1039             <div class="long">\r
1040                 Returns a reference to the linked element    <div class="mdetail-params">\r
1041         <strong>Parameters:</strong>\r
1042         <ul><li>None.</li>        </ul>\r
1043         <strong>Returns:</strong>\r
1044         <ul>\r
1045             <li><code>HTMLElement</code><div class="sub-desc">the html element</div></li>\r
1046         </ul>\r
1047     </div>\r
1048                 </div>\r
1049                         </div>\r
1050         </td>\r
1051         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#getEl" href="output/Ext.dd.DragDrop.html#getEl">DragDrop</a></td>\r
1052     </tr>\r
1053         <tr class="method-row inherited expandable">\r
1054         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1055         <td class="sig">\r
1056         <a id="Ext.tree.TreeDragZone-getProxy"></a>\r
1057             <b>getProxy</b>() : Ext.dd.StatusProxy            <div class="mdesc">\r
1058                         <div class="short">Returns the drag source's underlying <a ext:cls="Ext.dd.StatusProxy" href="output/Ext.dd.StatusProxy.html">Ext.dd.StatusProxy</a></div>\r
1059             <div class="long">\r
1060                 Returns the drag source's underlying <a ext:cls="Ext.dd.StatusProxy" href="output/Ext.dd.StatusProxy.html">Ext.dd.StatusProxy</a>    <div class="mdetail-params">\r
1061         <strong>Parameters:</strong>\r
1062         <ul><li>None.</li>        </ul>\r
1063         <strong>Returns:</strong>\r
1064         <ul>\r
1065             <li><code>Ext.dd.StatusProxy</code><div class="sub-desc">proxy The StatusProxy</div></li>\r
1066         </ul>\r
1067     </div>\r
1068                 </div>\r
1069                         </div>\r
1070         </td>\r
1071         <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#getProxy" href="output/Ext.dd.DragSource.html#getProxy">DragSource</a></td>\r
1072     </tr>\r
1073         <tr class="method-row inherited alt expandable">\r
1074         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1075         <td class="sig">\r
1076         <a id="Ext.tree.TreeDragZone-getRepairXY"></a>\r
1077             <b>getRepairXY</b>(&nbsp;<code>EventObject e</code>&nbsp;) : Array            <div class="mdesc">\r
1078                         <div class="short">Called before a repair of an invalid drop to get the XY to animate to. By default returns
1079 the XY of this.dragData.ddel</div>\r
1080             <div class="long">\r
1081                 Called before a repair of an invalid drop to get the XY to animate to. By default returns
1082 the XY of this.dragData.ddel    <div class="mdetail-params">\r
1083         <strong>Parameters:</strong>\r
1084         <ul><li><code>e</code> : EventObject<div class="sub-desc">The mouse up event</div></li>        </ul>\r
1085         <strong>Returns:</strong>\r
1086         <ul>\r
1087             <li><code>Array</code><div class="sub-desc">The xy location (e.g. [100, 200])</div></li>\r
1088         </ul>\r
1089     </div>\r
1090                 </div>\r
1091                         </div>\r
1092         </td>\r
1093         <td class="msource"><a ext:cls="Ext.dd.DragZone" ext:member="#getRepairXY" href="output/Ext.dd.DragZone.html#getRepairXY">DragZone</a></td>\r
1094     </tr>\r
1095         <tr class="method-row inherited expandable">\r
1096         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1097         <td class="sig">\r
1098         <a id="Ext.tree.TreeDragZone-hideProxy"></a>\r
1099             <b>hideProxy</b>() : void            <div class="mdesc">\r
1100                         <div class="short">Hides the drag source's <a ext:cls="Ext.dd.StatusProxy" href="output/Ext.dd.StatusProxy.html">Ext.dd.StatusProxy</a></div>\r
1101             <div class="long">\r
1102                 Hides the drag source's <a ext:cls="Ext.dd.StatusProxy" href="output/Ext.dd.StatusProxy.html">Ext.dd.StatusProxy</a>    <div class="mdetail-params">\r
1103         <strong>Parameters:</strong>\r
1104         <ul><li>None.</li>        </ul>\r
1105         <strong>Returns:</strong>\r
1106         <ul>\r
1107             <li><code>void</code></li>\r
1108         </ul>\r
1109     </div>\r
1110                 </div>\r
1111                         </div>\r
1112         </td>\r
1113         <td class="msource"><a ext:cls="Ext.dd.DragSource" ext:member="#hideProxy" href="output/Ext.dd.DragSource.html#hideProxy">DragSource</a></td>\r
1114     </tr>\r
1115         <tr class="method-row inherited alt expandable">\r
1116         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1117         <td class="sig">\r
1118         <a id="Ext.tree.TreeDragZone-init"></a>\r
1119             <b>init</b>(&nbsp;<code>id the</code>, <code>String sGroup</code>, <code>object config</code>&nbsp;) : void            <div class="mdesc">\r
1120                         <div class="short">Sets up the DragDrop object.  Must be called in the constructor of any
1121 Ext.dd.DragDrop subclass</div>\r
1122             <div class="long">\r
1123                 Sets up the DragDrop object.  Must be called in the constructor of any
1124 Ext.dd.DragDrop subclass    <div class="mdetail-params">\r
1125         <strong>Parameters:</strong>\r
1126         <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
1127         <strong>Returns:</strong>\r
1128         <ul>\r
1129             <li><code>void</code></li>\r
1130         </ul>\r
1131     </div>\r
1132                 </div>\r
1133                         </div>\r
1134         </td>\r
1135         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#init" href="output/Ext.dd.DragDrop.html#init">DragDrop</a></td>\r
1136     </tr>\r
1137         <tr class="method-row inherited expandable">\r
1138         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1139         <td class="sig">\r
1140         <a id="Ext.tree.TreeDragZone-initFrame"></a>\r
1141             <b>initFrame</b>() : void            <div class="mdesc">\r
1142                         <div class="short">Initialization for the drag frame element.  Must be called in the
1143 constructor of all subclasses</div>\r
1144             <div class="long">\r
1145                 Initialization for the drag frame element.  Must be called in the
1146 constructor of all subclasses    <div class="mdetail-params">\r
1147         <strong>Parameters:</strong>\r
1148         <ul><li>None.</li>        </ul>\r
1149         <strong>Returns:</strong>\r
1150         <ul>\r
1151             <li><code>void</code></li>\r
1152         </ul>\r
1153     </div>\r
1154                 </div>\r
1155                         </div>\r
1156         </td>\r
1157         <td class="msource"><a ext:cls="Ext.dd.DDProxy" ext:member="#initFrame" href="output/Ext.dd.DDProxy.html#initFrame">DDProxy</a></td>\r
1158     </tr>\r
1159         <tr class="method-row inherited alt expandable">\r
1160         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1161         <td class="sig">\r
1162         <a id="Ext.tree.TreeDragZone-initTarget"></a>\r
1163             <b>initTarget</b>(&nbsp;<code>id the</code>, <code>String sGroup</code>, <code>object config</code>&nbsp;) : void            <div class="mdesc">\r
1164                         <div class="short">Initializes Targeting functionality only... the object does not
1165 get a mousedown handler.</div>\r
1166             <div class="long">\r
1167                 Initializes Targeting functionality only... the object does not
1168 get a mousedown handler.    <div class="mdetail-params">\r
1169         <strong>Parameters:</strong>\r
1170         <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
1171         <strong>Returns:</strong>\r
1172         <ul>\r
1173             <li><code>void</code></li>\r
1174         </ul>\r
1175     </div>\r
1176                 </div>\r
1177                         </div>\r
1178         </td>\r
1179         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#initTarget" href="output/Ext.dd.DragDrop.html#initTarget">DragDrop</a></td>\r
1180     </tr>\r
1181         <tr class="method-row inherited expandable">\r
1182         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1183         <td class="sig">\r
1184         <a id="Ext.tree.TreeDragZone-isLocked"></a>\r
1185             <b>isLocked</b>() : boolean            <div class="mdesc">\r
1186                         <div class="short">Returns true if this instance is locked, or the drag drop mgr is locked
1187 (meaning that all drag/drop is disabled on th...</div>\r
1188             <div class="long">\r
1189                 Returns true if this instance is locked, or the drag drop mgr is locked
1190 (meaning that all drag/drop is disabled on the page.)    <div class="mdetail-params">\r
1191         <strong>Parameters:</strong>\r
1192         <ul><li>None.</li>        </ul>\r
1193         <strong>Returns:</strong>\r
1194         <ul>\r
1195             <li><code>boolean</code><div class="sub-desc">true if this obj or all drag/drop is locked, else false</div></li>\r
1196         </ul>\r
1197     </div>\r
1198                 </div>\r
1199                         </div>\r
1200         </td>\r
1201         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#isLocked" href="output/Ext.dd.DragDrop.html#isLocked">DragDrop</a></td>\r
1202     </tr>\r
1203         <tr class="method-row inherited alt expandable">\r
1204         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1205         <td class="sig">\r
1206         <a id="Ext.tree.TreeDragZone-isValidHandleChild"></a>\r
1207             <b>isValidHandleChild</b>(&nbsp;<code>HTMLElement node</code>&nbsp;) : boolean            <div class="mdesc">\r
1208                         <div class="short">Checks the tag exclusion list to see if this click should be ignored</div>\r
1209             <div class="long">\r
1210                 Checks the tag exclusion list to see if this click should be ignored    <div class="mdetail-params">\r
1211         <strong>Parameters:</strong>\r
1212         <ul><li><code>node</code> : HTMLElement<div class="sub-desc">the HTMLElement to evaluate</div></li>        </ul>\r
1213         <strong>Returns:</strong>\r
1214         <ul>\r
1215             <li><code>boolean</code><div class="sub-desc">true if this is a valid tag type, false if not</div></li>\r
1216         </ul>\r
1217     </div>\r
1218                 </div>\r
1219                         </div>\r
1220         </td>\r
1221         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#isValidHandleChild" href="output/Ext.dd.DragDrop.html#isValidHandleChild">DragDrop</a></td>\r
1222     </tr>\r
1223         <tr class="method-row inherited expandable">\r
1224         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1225         <td class="sig">\r
1226         <a id="Ext.tree.TreeDragZone-lock"></a>\r
1227             <b>lock</b>() : void            <div class="mdesc">\r
1228                         <div class="short">Lock this instance</div>\r
1229             <div class="long">\r
1230                 Lock this instance    <div class="mdetail-params">\r
1231         <strong>Parameters:</strong>\r
1232         <ul><li>None.</li>        </ul>\r
1233         <strong>Returns:</strong>\r
1234         <ul>\r
1235             <li><code>void</code></li>\r
1236         </ul>\r
1237     </div>\r
1238                 </div>\r
1239                         </div>\r
1240         </td>\r
1241         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#lock" href="output/Ext.dd.DragDrop.html#lock">DragDrop</a></td>\r
1242     </tr>\r
1243         <tr class="method-row inherited alt expandable">\r
1244         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1245         <td class="sig">\r
1246         <a id="Ext.tree.TreeDragZone-onAvailable"></a>\r
1247             <b>onAvailable</b>() : void            <div class="mdesc">\r
1248                         <div class="short">Override the onAvailable method to do what is needed after the initial
1249 position was determined.</div>\r
1250             <div class="long">\r
1251                 Override the onAvailable method to do what is needed after the initial
1252 position was determined.    <div class="mdetail-params">\r
1253         <strong>Parameters:</strong>\r
1254         <ul><li>None.</li>        </ul>\r
1255         <strong>Returns:</strong>\r
1256         <ul>\r
1257             <li><code>void</code></li>\r
1258         </ul>\r
1259     </div>\r
1260                 </div>\r
1261                         </div>\r
1262         </td>\r
1263         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onAvailable" href="output/Ext.dd.DragDrop.html#onAvailable">DragDrop</a></td>\r
1264     </tr>\r
1265         <tr class="method-row inherited expandable">\r
1266         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1267         <td class="sig">\r
1268         <a id="Ext.tree.TreeDragZone-onBeforeDrag"></a>\r
1269             <b>onBeforeDrag</b>(&nbsp;<code>Object data</code>, <code>Event e</code>&nbsp;) : Boolean            <div class="mdesc">\r
1270                         <div class="short">An empty function by default, but provided so that you can perform a custom action before the initial
1271 drag event begi...</div>\r
1272             <div class="long">\r
1273                 An empty function by default, but provided so that you can perform a custom action before the initial
1274 drag event begins and optionally cancel it.    <div class="mdetail-params">\r
1275         <strong>Parameters:</strong>\r
1276         <ul><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data to be shared with drop targets</div></li><li><code>e</code> : Event<div class="sub-desc">The event object</div></li>        </ul>\r
1277         <strong>Returns:</strong>\r
1278         <ul>\r
1279             <li><code>Boolean</code><div class="sub-desc">isValid True if the drag event is valid, else false to cancel</div></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.DragSource" ext:member="#onBeforeDrag" href="output/Ext.dd.DragSource.html#onBeforeDrag">DragSource</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.TreeDragZone-onDrag"></a>\r
1291             <b>onDrag</b>(&nbsp;<code>Event e</code>&nbsp;) : void            <div class="mdesc">\r
1292                         <div class="short">Abstract method called during the onMouseMove event while dragging an
1293 object.</div>\r
1294             <div class="long">\r
1295                 Abstract method called during the onMouseMove event while dragging an
1296 object.    <div class="mdetail-params">\r
1297         <strong>Parameters:</strong>\r
1298         <ul><li><code>e</code> : Event<div class="sub-desc">the mousemove event</div></li>        </ul>\r
1299         <strong>Returns:</strong>\r
1300         <ul>\r
1301             <li><code>void</code></li>\r
1302         </ul>\r
1303     </div>\r
1304                 </div>\r
1305                         </div>\r
1306         </td>\r
1307         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDrag" href="output/Ext.dd.DragDrop.html#onDrag">DragDrop</a></td>\r
1308     </tr>\r
1309         <tr class="method-row inherited expandable">\r
1310         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1311         <td class="sig">\r
1312         <a id="Ext.tree.TreeDragZone-onDragDrop"></a>\r
1313             <b>onDragDrop</b>(&nbsp;<code>Event e</code>, <code>String|DragDrop[] id</code>&nbsp;) : void            <div class="mdesc">\r
1314                         <div class="short">Abstract method called when this item is dropped on another DragDrop
1315 obj</div>\r
1316             <div class="long">\r
1317                 Abstract method called when this item is dropped on another DragDrop
1318 obj    <div class="mdetail-params">\r
1319         <strong>Parameters:</strong>\r
1320         <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
1321 id this was dropped on. In INTERSECT mode, an array of dd items this
1322 was dropped on.</div></li>        </ul>\r
1323         <strong>Returns:</strong>\r
1324         <ul>\r
1325             <li><code>void</code></li>\r
1326         </ul>\r
1327     </div>\r
1328                 </div>\r
1329                         </div>\r
1330         </td>\r
1331         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDragDrop" href="output/Ext.dd.DragDrop.html#onDragDrop">DragDrop</a></td>\r
1332     </tr>\r
1333         <tr class="method-row inherited alt expandable">\r
1334         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1335         <td class="sig">\r
1336         <a id="Ext.tree.TreeDragZone-onDragEnter"></a>\r
1337             <b>onDragEnter</b>(&nbsp;<code>Event e</code>, <code>String|DragDrop[] id</code>&nbsp;) : void            <div class="mdesc">\r
1338                         <div class="short">Abstract method called when this element fist begins hovering over
1339 another DragDrop obj</div>\r
1340             <div class="long">\r
1341                 Abstract method called when this element fist begins hovering over
1342 another DragDrop obj    <div class="mdetail-params">\r
1343         <strong>Parameters:</strong>\r
1344         <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
1345 id this is hovering over. In INTERSECT mode, an array of one or more
1346 dragdrop items being hovered over.</div></li>        </ul>\r
1347         <strong>Returns:</strong>\r
1348         <ul>\r
1349             <li><code>void</code></li>\r
1350         </ul>\r
1351     </div>\r
1352                 </div>\r
1353                         </div>\r
1354         </td>\r
1355         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDragEnter" href="output/Ext.dd.DragDrop.html#onDragEnter">DragDrop</a></td>\r
1356     </tr>\r
1357         <tr class="method-row inherited expandable">\r
1358         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1359         <td class="sig">\r
1360         <a id="Ext.tree.TreeDragZone-onDragOut"></a>\r
1361             <b>onDragOut</b>(&nbsp;<code>Event e</code>, <code>String|DragDrop[] id</code>&nbsp;) : void            <div class="mdesc">\r
1362                         <div class="short">Abstract method called when we are no longer hovering over an element</div>\r
1363             <div class="long">\r
1364                 Abstract method called when we are no longer hovering over an element    <div class="mdetail-params">\r
1365         <strong>Parameters:</strong>\r
1366         <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
1367 id this was hovering over. In INTERSECT mode, an array of dd items
1368 that the mouse is no longer over.</div></li>        </ul>\r
1369         <strong>Returns:</strong>\r
1370         <ul>\r
1371             <li><code>void</code></li>\r
1372         </ul>\r
1373     </div>\r
1374                 </div>\r
1375                         </div>\r
1376         </td>\r
1377         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDragOut" href="output/Ext.dd.DragDrop.html#onDragOut">DragDrop</a></td>\r
1378     </tr>\r
1379         <tr class="method-row inherited alt expandable">\r
1380         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1381         <td class="sig">\r
1382         <a id="Ext.tree.TreeDragZone-onDragOver"></a>\r
1383             <b>onDragOver</b>(&nbsp;<code>Event e</code>, <code>String|DragDrop[] id</code>&nbsp;) : void            <div class="mdesc">\r
1384                         <div class="short">Abstract method called when this element is hovering over another
1385 DragDrop obj</div>\r
1386             <div class="long">\r
1387                 Abstract method called when this element is hovering over another
1388 DragDrop obj    <div class="mdetail-params">\r
1389         <strong>Parameters:</strong>\r
1390         <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
1391 id this is hovering over. In INTERSECT mode, an array of dd items
1392 being hovered over.</div></li>        </ul>\r
1393         <strong>Returns:</strong>\r
1394         <ul>\r
1395             <li><code>void</code></li>\r
1396         </ul>\r
1397     </div>\r
1398                 </div>\r
1399                         </div>\r
1400         </td>\r
1401         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDragOver" href="output/Ext.dd.DragDrop.html#onDragOver">DragDrop</a></td>\r
1402     </tr>\r
1403         <tr class="method-row inherited expandable">\r
1404         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1405         <td class="sig">\r
1406         <a id="Ext.tree.TreeDragZone-onInitDrag"></a>\r
1407             <b>onInitDrag</b>(&nbsp;<code>Number x</code>, <code>Number y</code>&nbsp;) : Boolean            <div class="mdesc">\r
1408                         <div class="short">Called once drag threshold has been reached to initialize the proxy element. By default, it clones the
1409 this.dragData....</div>\r
1410             <div class="long">\r
1411                 Called once drag threshold has been reached to initialize the proxy element. By default, it clones the
1412 this.dragData.ddel    <div class="mdetail-params">\r
1413         <strong>Parameters:</strong>\r
1414         <ul><li><code>x</code> : Number<div class="sub-desc">The x position of the click on the dragged object</div></li><li><code>y</code> : Number<div class="sub-desc">The y position of the click on the dragged object</div></li>        </ul>\r
1415         <strong>Returns:</strong>\r
1416         <ul>\r
1417             <li><code>Boolean</code><div class="sub-desc">true to continue the drag, false to cancel</div></li>\r
1418         </ul>\r
1419     </div>\r
1420                 </div>\r
1421                         </div>\r
1422         </td>\r
1423         <td class="msource"><a ext:cls="Ext.dd.DragZone" ext:member="#onInitDrag" href="output/Ext.dd.DragZone.html#onInitDrag">DragZone</a></td>\r
1424     </tr>\r
1425         <tr class="method-row inherited alt expandable">\r
1426         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1427         <td class="sig">\r
1428         <a id="Ext.tree.TreeDragZone-onInvalidDrop"></a>\r
1429             <b>onInvalidDrop</b>(&nbsp;<code>Event e</code>&nbsp;) : void            <div class="mdesc">\r
1430                         <div class="short">Abstract method called when this item is dropped on an area with no
1431 drop target</div>\r
1432             <div class="long">\r
1433                 Abstract method called when this item is dropped on an area with no
1434 drop target    <div class="mdetail-params">\r
1435         <strong>Parameters:</strong>\r
1436         <ul><li><code>e</code> : Event<div class="sub-desc">the mouseup event</div></li>        </ul>\r
1437         <strong>Returns:</strong>\r
1438         <ul>\r
1439             <li><code>void</code></li>\r
1440         </ul>\r
1441     </div>\r
1442                 </div>\r
1443                         </div>\r
1444         </td>\r
1445         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onInvalidDrop" href="output/Ext.dd.DragDrop.html#onInvalidDrop">DragDrop</a></td>\r
1446     </tr>\r
1447         <tr class="method-row inherited expandable">\r
1448         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1449         <td class="sig">\r
1450         <a id="Ext.tree.TreeDragZone-onMouseDown"></a>\r
1451             <b>onMouseDown</b>(&nbsp;<code>Event e</code>&nbsp;) : void            <div class="mdesc">\r
1452                         <div class="short">Event handler that fires when a drag/drop obj gets a mousedown</div>\r
1453             <div class="long">\r
1454                 Event handler that fires when a drag/drop obj gets a mousedown    <div class="mdetail-params">\r
1455         <strong>Parameters:</strong>\r
1456         <ul><li><code>e</code> : Event<div class="sub-desc">the mousedown event</div></li>        </ul>\r
1457         <strong>Returns:</strong>\r
1458         <ul>\r
1459             <li><code>void</code></li>\r
1460         </ul>\r
1461     </div>\r
1462                 </div>\r
1463                         </div>\r
1464         </td>\r
1465         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onMouseDown" href="output/Ext.dd.DragDrop.html#onMouseDown">DragDrop</a></td>\r
1466     </tr>\r
1467         <tr class="method-row inherited alt expandable">\r
1468         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1469         <td class="sig">\r
1470         <a id="Ext.tree.TreeDragZone-onMouseUp"></a>\r
1471             <b>onMouseUp</b>(&nbsp;<code>Event e</code>&nbsp;) : void            <div class="mdesc">\r
1472                         <div class="short">Event handler that fires when a drag/drop obj gets a mouseup</div>\r
1473             <div class="long">\r
1474                 Event handler that fires when a drag/drop obj gets a mouseup    <div class="mdetail-params">\r
1475         <strong>Parameters:</strong>\r
1476         <ul><li><code>e</code> : Event<div class="sub-desc">the mouseup event</div></li>        </ul>\r
1477         <strong>Returns:</strong>\r
1478         <ul>\r
1479             <li><code>void</code></li>\r
1480         </ul>\r
1481     </div>\r
1482                 </div>\r
1483                         </div>\r
1484         </td>\r
1485         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onMouseUp" href="output/Ext.dd.DragDrop.html#onMouseUp">DragDrop</a></td>\r
1486     </tr>\r
1487         <tr class="method-row inherited expandable">\r
1488         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1489         <td class="sig">\r
1490         <a id="Ext.tree.TreeDragZone-removeFromGroup"></a>\r
1491             <b>removeFromGroup</b>(&nbsp;<code>string sGroup</code>&nbsp;) : void            <div class="mdesc">\r
1492                         <div class="short">Remove's this instance from the supplied interaction group</div>\r
1493             <div class="long">\r
1494                 Remove's this instance from the supplied interaction group    <div class="mdetail-params">\r
1495         <strong>Parameters:</strong>\r
1496         <ul><li><code>sGroup</code> : string<div class="sub-desc">The group to drop</div></li>        </ul>\r
1497         <strong>Returns:</strong>\r
1498         <ul>\r
1499             <li><code>void</code></li>\r
1500         </ul>\r
1501     </div>\r
1502                 </div>\r
1503                         </div>\r
1504         </td>\r
1505         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#removeFromGroup" href="output/Ext.dd.DragDrop.html#removeFromGroup">DragDrop</a></td>\r
1506     </tr>\r
1507         <tr class="method-row inherited alt expandable">\r
1508         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1509         <td class="sig">\r
1510         <a id="Ext.tree.TreeDragZone-removeInvalidHandleClass"></a>\r
1511             <b>removeInvalidHandleClass</b>(&nbsp;<code>string cssClass</code>&nbsp;) : void            <div class="mdesc">\r
1512                         <div class="short">Unsets an invalid css class</div>\r
1513             <div class="long">\r
1514                 Unsets an invalid css class    <div class="mdetail-params">\r
1515         <strong>Parameters:</strong>\r
1516         <ul><li><code>cssClass</code> : string<div class="sub-desc">the class of the element(s) you wish to
1517 re-enable</div></li>        </ul>\r
1518         <strong>Returns:</strong>\r
1519         <ul>\r
1520             <li><code>void</code></li>\r
1521         </ul>\r
1522     </div>\r
1523                 </div>\r
1524                         </div>\r
1525         </td>\r
1526         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#removeInvalidHandleClass" href="output/Ext.dd.DragDrop.html#removeInvalidHandleClass">DragDrop</a></td>\r
1527     </tr>\r
1528         <tr class="method-row inherited expandable">\r
1529         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1530         <td class="sig">\r
1531         <a id="Ext.tree.TreeDragZone-removeInvalidHandleId"></a>\r
1532             <b>removeInvalidHandleId</b>(&nbsp;<code>string id</code>&nbsp;) : void            <div class="mdesc">\r
1533                         <div class="short">Unsets an invalid handle id</div>\r
1534             <div class="long">\r
1535                 Unsets an invalid handle id    <div class="mdetail-params">\r
1536         <strong>Parameters:</strong>\r
1537         <ul><li><code>id</code> : string<div class="sub-desc">the id of the element to re-enable</div></li>        </ul>\r
1538         <strong>Returns:</strong>\r
1539         <ul>\r
1540             <li><code>void</code></li>\r
1541         </ul>\r
1542     </div>\r
1543                 </div>\r
1544                         </div>\r
1545         </td>\r
1546         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#removeInvalidHandleId" href="output/Ext.dd.DragDrop.html#removeInvalidHandleId">DragDrop</a></td>\r
1547     </tr>\r
1548         <tr class="method-row inherited alt expandable">\r
1549         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1550         <td class="sig">\r
1551         <a id="Ext.tree.TreeDragZone-removeInvalidHandleType"></a>\r
1552             <b>removeInvalidHandleType</b>(&nbsp;<code>string tagName</code>&nbsp;) : void            <div class="mdesc">\r
1553                         <div class="short">Unsets an excluded tag name set by addInvalidHandleType</div>\r
1554             <div class="long">\r
1555                 Unsets an excluded tag name set by addInvalidHandleType    <div class="mdetail-params">\r
1556         <strong>Parameters:</strong>\r
1557         <ul><li><code>tagName</code> : string<div class="sub-desc">the type of element to unexclude</div></li>        </ul>\r
1558         <strong>Returns:</strong>\r
1559         <ul>\r
1560             <li><code>void</code></li>\r
1561         </ul>\r
1562     </div>\r
1563                 </div>\r
1564                         </div>\r
1565         </td>\r
1566         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#removeInvalidHandleType" href="output/Ext.dd.DragDrop.html#removeInvalidHandleType">DragDrop</a></td>\r
1567     </tr>\r
1568         <tr class="method-row inherited expandable">\r
1569         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1570         <td class="sig">\r
1571         <a id="Ext.tree.TreeDragZone-resetConstraints"></a>\r
1572             <b>resetConstraints</b>(&nbsp;<code>boolean maintainOffset</code>&nbsp;) : void            <div class="mdesc">\r
1573                         <div class="short">resetConstraints must be called if you manually reposition a dd element.</div>\r
1574             <div class="long">\r
1575                 resetConstraints must be called if you manually reposition a dd element.    <div class="mdetail-params">\r
1576         <strong>Parameters:</strong>\r
1577         <ul><li><code>maintainOffset</code> : boolean<div class="sub-desc"></div></li>        </ul>\r
1578         <strong>Returns:</strong>\r
1579         <ul>\r
1580             <li><code>void</code></li>\r
1581         </ul>\r
1582     </div>\r
1583                 </div>\r
1584                         </div>\r
1585         </td>\r
1586         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#resetConstraints" href="output/Ext.dd.DragDrop.html#resetConstraints">DragDrop</a></td>\r
1587     </tr>\r
1588         <tr class="method-row inherited alt expandable">\r
1589         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1590         <td class="sig">\r
1591         <a id="Ext.tree.TreeDragZone-setDelta"></a>\r
1592             <b>setDelta</b>(&nbsp;<code>int iDeltaX</code>, <code>int iDeltaY</code>&nbsp;) : void            <div class="mdesc">\r
1593                         <div class="short">Sets the pointer offset.  You can call this directly to force the
1594 offset to be in a particular location (e.g., pass i...</div>\r
1595             <div class="long">\r
1596                 Sets the pointer offset.  You can call this directly to force the
1597 offset to be in a particular location (e.g., pass in 0,0 to set it
1598 to the center of the object)    <div class="mdetail-params">\r
1599         <strong>Parameters:</strong>\r
1600         <ul><li><code>iDeltaX</code> : int<div class="sub-desc">the distance from the left</div></li><li><code>iDeltaY</code> : int<div class="sub-desc">the distance from the top</div></li>        </ul>\r
1601         <strong>Returns:</strong>\r
1602         <ul>\r
1603             <li><code>void</code></li>\r
1604         </ul>\r
1605     </div>\r
1606                 </div>\r
1607                         </div>\r
1608         </td>\r
1609         <td class="msource"><a ext:cls="Ext.dd.DD" ext:member="#setDelta" href="output/Ext.dd.DD.html#setDelta">DD</a></td>\r
1610     </tr>\r
1611         <tr class="method-row inherited expandable">\r
1612         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1613         <td class="sig">\r
1614         <a id="Ext.tree.TreeDragZone-setDragElId"></a>\r
1615             <b>setDragElId</b>(&nbsp;<code>id {string}</code>&nbsp;) : void            <div class="mdesc">\r
1616                         <div class="short">Allows you to specify that an element other than the linked element
1617 will be moved with the cursor during a drag</div>\r
1618             <div class="long">\r
1619                 Allows you to specify that an element other than the linked element
1620 will be moved with the cursor during a drag    <div class="mdetail-params">\r
1621         <strong>Parameters:</strong>\r
1622         <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
1623         <strong>Returns:</strong>\r
1624         <ul>\r
1625             <li><code>void</code></li>\r
1626         </ul>\r
1627     </div>\r
1628                 </div>\r
1629                         </div>\r
1630         </td>\r
1631         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setDragElId" href="output/Ext.dd.DragDrop.html#setDragElId">DragDrop</a></td>\r
1632     </tr>\r
1633         <tr class="method-row inherited alt expandable">\r
1634         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1635         <td class="sig">\r
1636         <a id="Ext.tree.TreeDragZone-setDragElPos"></a>\r
1637             <b>setDragElPos</b>(&nbsp;<code>int iPageX</code>, <code>int iPageY</code>&nbsp;) : void            <div class="mdesc">\r
1638                         <div class="short">Sets the drag element to the location of the mousedown or click event,
1639 maintaining the cursor location relative to th...</div>\r
1640             <div class="long">\r
1641                 Sets the drag element to the location of the mousedown or click event,
1642 maintaining the cursor location relative to the location on the element
1643 that was clicked.  Override this if you want to place the element in a
1644 location other than where the cursor is.    <div class="mdetail-params">\r
1645         <strong>Parameters:</strong>\r
1646         <ul><li><code>iPageX</code> : int<div class="sub-desc">the X coordinate of the mousedown or drag event</div></li><li><code>iPageY</code> : int<div class="sub-desc">the Y coordinate of the mousedown or drag event</div></li>        </ul>\r
1647         <strong>Returns:</strong>\r
1648         <ul>\r
1649             <li><code>void</code></li>\r
1650         </ul>\r
1651     </div>\r
1652                 </div>\r
1653                         </div>\r
1654         </td>\r
1655         <td class="msource"><a ext:cls="Ext.dd.DD" ext:member="#setDragElPos" href="output/Ext.dd.DD.html#setDragElPos">DD</a></td>\r
1656     </tr>\r
1657         <tr class="method-row inherited expandable">\r
1658         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1659         <td class="sig">\r
1660         <a id="Ext.tree.TreeDragZone-setHandleElId"></a>\r
1661             <b>setHandleElId</b>(&nbsp;<code>id {string}</code>&nbsp;) : void            <div class="mdesc">\r
1662                         <div class="short">Allows you to specify a child of the linked element that should be
1663 used to initiate the drag operation.  An example o...</div>\r
1664             <div class="long">\r
1665                 Allows you to specify a child of the linked element that should be
1666 used to initiate the drag operation.  An example of this would be if
1667 you have a content div with text and links.  Clicking anywhere in the
1668 content area would normally start the drag operation.  Use this method
1669 to specify that an element inside of the content div is the element
1670 that starts the drag operation.    <div class="mdetail-params">\r
1671         <strong>Parameters:</strong>\r
1672         <ul><li><code>{string}</code> : id<div class="sub-desc">the id of the element that will be used to
1673 initiate the drag.</div></li>        </ul>\r
1674         <strong>Returns:</strong>\r
1675         <ul>\r
1676             <li><code>void</code></li>\r
1677         </ul>\r
1678     </div>\r
1679                 </div>\r
1680                         </div>\r
1681         </td>\r
1682         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setHandleElId" href="output/Ext.dd.DragDrop.html#setHandleElId">DragDrop</a></td>\r
1683     </tr>\r
1684         <tr class="method-row inherited alt expandable">\r
1685         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1686         <td class="sig">\r
1687         <a id="Ext.tree.TreeDragZone-setInitialPosition"></a>\r
1688             <b>setInitialPosition</b>(&nbsp;<code>int diffX</code>, <code>int diffY</code>&nbsp;) : void            <div class="mdesc">\r
1689                         <div class="short">Stores the initial placement of the linked element.</div>\r
1690             <div class="long">\r
1691                 Stores the initial placement of the linked element.    <div class="mdetail-params">\r
1692         <strong>Parameters:</strong>\r
1693         <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
1694         <strong>Returns:</strong>\r
1695         <ul>\r
1696             <li><code>void</code></li>\r
1697         </ul>\r
1698     </div>\r
1699                 </div>\r
1700                         </div>\r
1701         </td>\r
1702         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setInitialPosition" href="output/Ext.dd.DragDrop.html#setInitialPosition">DragDrop</a></td>\r
1703     </tr>\r
1704         <tr class="method-row inherited expandable">\r
1705         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1706         <td class="sig">\r
1707         <a id="Ext.tree.TreeDragZone-setOuterHandleElId"></a>\r
1708             <b>setOuterHandleElId</b>(&nbsp;<code>id the</code>&nbsp;) : void            <div class="mdesc">\r
1709                         <div class="short">Allows you to set an element outside of the linked element as a drag
1710 handle</div>\r
1711             <div class="long">\r
1712                 Allows you to set an element outside of the linked element as a drag
1713 handle    <div class="mdetail-params">\r
1714         <strong>Parameters:</strong>\r
1715         <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
1716         <strong>Returns:</strong>\r
1717         <ul>\r
1718             <li><code>void</code></li>\r
1719         </ul>\r
1720     </div>\r
1721                 </div>\r
1722                         </div>\r
1723         </td>\r
1724         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setOuterHandleElId" href="output/Ext.dd.DragDrop.html#setOuterHandleElId">DragDrop</a></td>\r
1725     </tr>\r
1726         <tr class="method-row inherited alt expandable">\r
1727         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1728         <td class="sig">\r
1729         <a id="Ext.tree.TreeDragZone-setPadding"></a>\r
1730             <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
1731                         <div class="short">Configures the padding for the target zone in px.  Effectively expands
1732 (or reduces) the virtual object size for targe...</div>\r
1733             <div class="long">\r
1734                 Configures the padding for the target zone in px.  Effectively expands
1735 (or reduces) the virtual object size for targeting calculations.
1736 Supports css-style shorthand; if only one parameter is passed, all sides
1737 will have that padding, and if only two are passed, the top and bottom
1738 will have the first param, the left and right the second.    <div class="mdetail-params">\r
1739         <strong>Parameters:</strong>\r
1740         <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
1741         <strong>Returns:</strong>\r
1742         <ul>\r
1743             <li><code>void</code></li>\r
1744         </ul>\r
1745     </div>\r
1746                 </div>\r
1747                         </div>\r
1748         </td>\r
1749         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setPadding" href="output/Ext.dd.DragDrop.html#setPadding">DragDrop</a></td>\r
1750     </tr>\r
1751         <tr class="method-row inherited expandable">\r
1752         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1753         <td class="sig">\r
1754         <a id="Ext.tree.TreeDragZone-setXConstraint"></a>\r
1755             <b>setXConstraint</b>(&nbsp;<code>int iLeft</code>, <code>int iRight</code>, <code>int iTickSize</code>&nbsp;) : void            <div class="mdesc">\r
1756                         <div class="short">By default, the element can be dragged any place on the screen.  Use
1757 this method to limit the horizontal travel of th...</div>\r
1758             <div class="long">\r
1759                 By default, the element can be dragged any place on the screen.  Use
1760 this method to limit the horizontal travel of the element.  Pass in
1761 0,0 for the parameters if you want to lock the drag to the y axis.    <div class="mdetail-params">\r
1762         <strong>Parameters:</strong>\r
1763         <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
1764 right</div></li><li><code>iTickSize</code> : int<div class="sub-desc">optional parameter for specifying that the
1765 element
1766 should move iTickSize pixels at a time.</div></li>        </ul>\r
1767         <strong>Returns:</strong>\r
1768         <ul>\r
1769             <li><code>void</code></li>\r
1770         </ul>\r
1771     </div>\r
1772                 </div>\r
1773                         </div>\r
1774         </td>\r
1775         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setXConstraint" href="output/Ext.dd.DragDrop.html#setXConstraint">DragDrop</a></td>\r
1776     </tr>\r
1777         <tr class="method-row inherited alt expandable">\r
1778         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1779         <td class="sig">\r
1780         <a id="Ext.tree.TreeDragZone-setYConstraint"></a>\r
1781             <b>setYConstraint</b>(&nbsp;<code>int iUp</code>, <code>int iDown</code>, <code>int iTickSize</code>&nbsp;) : void            <div class="mdesc">\r
1782                         <div class="short">By default, the element can be dragged any place on the screen.  Set
1783 this to limit the vertical travel of the element...</div>\r
1784             <div class="long">\r
1785                 By default, the element can be dragged any place on the screen.  Set
1786 this to limit the vertical travel of the element.  Pass in 0,0 for the
1787 parameters if you want to lock the drag to the x axis.    <div class="mdetail-params">\r
1788         <strong>Parameters:</strong>\r
1789         <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
1790 element should move iTickSize pixels at a time.</div></li>        </ul>\r
1791         <strong>Returns:</strong>\r
1792         <ul>\r
1793             <li><code>void</code></li>\r
1794         </ul>\r
1795     </div>\r
1796                 </div>\r
1797                         </div>\r
1798         </td>\r
1799         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setYConstraint" href="output/Ext.dd.DragDrop.html#setYConstraint">DragDrop</a></td>\r
1800     </tr>\r
1801         <tr class="method-row inherited expandable">\r
1802         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1803         <td class="sig">\r
1804         <a id="Ext.tree.TreeDragZone-startDrag"></a>\r
1805             <b>startDrag</b>(&nbsp;<code>int X</code>, <code>int Y</code>&nbsp;) : void            <div class="mdesc">\r
1806                         <div class="short">Abstract method called after a drag/drop object is clicked
1807 and the drag or mousedown time thresholds have beeen met.</div>\r
1808             <div class="long">\r
1809                 Abstract method called after a drag/drop object is clicked
1810 and the drag or mousedown time thresholds have beeen met.    <div class="mdetail-params">\r
1811         <strong>Parameters:</strong>\r
1812         <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
1813         <strong>Returns:</strong>\r
1814         <ul>\r
1815             <li><code>void</code></li>\r
1816         </ul>\r
1817     </div>\r
1818                 </div>\r
1819                         </div>\r
1820         </td>\r
1821         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#startDrag" href="output/Ext.dd.DragDrop.html#startDrag">DragDrop</a></td>\r
1822     </tr>\r
1823         <tr class="method-row inherited alt expandable">\r
1824         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1825         <td class="sig">\r
1826         <a id="Ext.tree.TreeDragZone-toString"></a>\r
1827             <b>toString</b>() : string            <div class="mdesc">\r
1828                         <div class="short">toString method</div>\r
1829             <div class="long">\r
1830                 toString method    <div class="mdetail-params">\r
1831         <strong>Parameters:</strong>\r
1832         <ul><li>None.</li>        </ul>\r
1833         <strong>Returns:</strong>\r
1834         <ul>\r
1835             <li><code>string</code><div class="sub-desc">string representation of the dd obj</div></li>\r
1836         </ul>\r
1837     </div>\r
1838                 </div>\r
1839                         </div>\r
1840         </td>\r
1841         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#toString" href="output/Ext.dd.DragDrop.html#toString">DragDrop</a></td>\r
1842     </tr>\r
1843         <tr class="method-row inherited expandable">\r
1844         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1845         <td class="sig">\r
1846         <a id="Ext.tree.TreeDragZone-unlock"></a>\r
1847             <b>unlock</b>() : void            <div class="mdesc">\r
1848                         <div class="short">Unlock this instace</div>\r
1849             <div class="long">\r
1850                 Unlock this instace    <div class="mdetail-params">\r
1851         <strong>Parameters:</strong>\r
1852         <ul><li>None.</li>        </ul>\r
1853         <strong>Returns:</strong>\r
1854         <ul>\r
1855             <li><code>void</code></li>\r
1856         </ul>\r
1857     </div>\r
1858                 </div>\r
1859                         </div>\r
1860         </td>\r
1861         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#unlock" href="output/Ext.dd.DragDrop.html#unlock">DragDrop</a></td>\r
1862     </tr>\r
1863         <tr class="method-row inherited alt expandable">\r
1864         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1865         <td class="sig">\r
1866         <a id="Ext.tree.TreeDragZone-unreg"></a>\r
1867             <b>unreg</b>() : void            <div class="mdesc">\r
1868                         <div class="short">Remove all drag and drop hooks for this element</div>\r
1869             <div class="long">\r
1870                 Remove all drag and drop hooks for this element    <div class="mdetail-params">\r
1871         <strong>Parameters:</strong>\r
1872         <ul><li>None.</li>        </ul>\r
1873         <strong>Returns:</strong>\r
1874         <ul>\r
1875             <li><code>void</code></li>\r
1876         </ul>\r
1877     </div>\r
1878                 </div>\r
1879                         </div>\r
1880         </td>\r
1881         <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#unreg" href="output/Ext.dd.DragDrop.html#unreg">DragDrop</a></td>\r
1882     </tr>\r
1883             </table>
1884                 <a id="Ext.tree.TreeDragZone-events"></a>
1885         <h2>Public Events</h2>
1886         <div class="no-members">This class has no public events.</div>
1887         </div>