Subversion Repositories eFlore/Applications.cel

Rev

Details | Last modification | View Log | RSS feed

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