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