source: trunk/web/addons/job_monarch/lib/extjs/docs/output/Ext.tree.TreeDropZone.html @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

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