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