Subversion Repositories eFlore/Applications.cel

Rev

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