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