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