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