sync
[roojs1] / docs / symbols / Roo.dd.DropTarget.json
1 {
2   "name" : "Roo.dd.DropTarget",
3   "augments" : [
4     "Roo.dd.DDTarget",
5     "Roo.dd.DragDrop",
6     "Roo.util.Observable"
7   ],
8   "childClasses" : {
9     "Roo.dd.DropTarget" : [
10       "Roo.dd.DropZone"
11     ]
12   },
13   "tree_children" : [],
14   "tree_parent" : [],
15   "desc" : "A simple class that provides the basic implementation needed to make any element a drop target that can have\ndraggable items dropped onto it.  The drop has no effect until an implementation of notifyDrop is provided.",
16   "isSingleton" : false,
17   "isStatic" : true,
18   "isBuiltin" : false,
19   "isAbstract" : false,
20   "isBuilderTop" : false,
21   "memberOf" : "DropTarget",
22   "example" : "",
23   "deprecated" : "",
24   "since" : "",
25   "see" : "",
26   "params" : [
27     {
28       "name" : "el",
29       "type" : "String/HTMLElement/Element",
30       "desc" : "The container element",
31       "isOptional" : false
32     },
33     {
34       "name" : "config",
35       "type" : "Object",
36       "desc" : "",
37       "isOptional" : false
38     }
39   ],
40   "returns" : [],
41   "throws" : "",
42   "requires" : "",
43   "config" : [
44     {
45       "name" : "listeners",
46       "type" : "Object",
47       "desc" : "list of events and functions to call for this object, \nFor example :\n<pre><code>\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  </code></pre>",
48       "memberOf" : "Roo.util.Observable"
49     },
50     {
51       "name" : "dropNotAllowed",
52       "type" : "String",
53       "desc" : "The CSS class returned to the drag source when drop is not allowed (defaults to \"x-dd-drop-nodrop\").",
54       "memberOf" : ""
55     },
56     {
57       "name" : "valid",
58       "type" : "boolean|String",
59       "desc" : "true/false or string (ok-add/ok-sub/ok/nodrop)\nif the drop point is valid for over/enter..",
60       "memberOf" : ""
61     },
62     {
63       "name" : "success",
64       "type" : "boolean",
65       "desc" : "set this after drop listener..",
66       "memberOf" : ""
67     },
68     {
69       "name" : "dropAllowed",
70       "type" : "String",
71       "desc" : "The CSS class returned to the drag source when drop is allowed (defaults to \"x-dd-drop-ok\").",
72       "memberOf" : ""
73     },
74     {
75       "name" : "overClass",
76       "type" : "String",
77       "desc" : "The CSS class applied to the drop target element while the drag source is over it (defaults to \"\").",
78       "memberOf" : ""
79     },
80     {
81       "name" : "ddGroup",
82       "type" : "String",
83       "desc" : "The drag drop group to handle drop events for",
84       "memberOf" : ""
85     }
86   ],
87   "methods" : [
88     {
89       "name" : "notifyDrop",
90       "type" : "function",
91       "desc" : "",
92       "sig" : "()\n{\n\n}",
93       "static" : false,
94       "memberOf" : "",
95       "isStatic" : false,
96       "isConstructor" : false,
97       "isPrivate" : false,
98       "example" : "",
99       "deprecated" : "",
100       "since" : "",
101       "see" : "",
102       "exceptions" : "",
103       "requires" : "",
104       "params" : [],
105       "returns" : []
106     },
107     {
108       "name" : "notifyEnter",
109       "type" : "function",
110       "desc" : "",
111       "sig" : "()\n{\n\n}",
112       "static" : false,
113       "memberOf" : "",
114       "isStatic" : false,
115       "isConstructor" : false,
116       "isPrivate" : false,
117       "example" : "",
118       "deprecated" : "",
119       "since" : "",
120       "see" : "",
121       "exceptions" : "",
122       "requires" : "",
123       "params" : [],
124       "returns" : []
125     },
126     {
127       "name" : "notifyOut",
128       "type" : "function",
129       "desc" : "",
130       "sig" : "()\n{\n\n}",
131       "static" : false,
132       "memberOf" : "",
133       "isStatic" : false,
134       "isConstructor" : false,
135       "isPrivate" : false,
136       "example" : "",
137       "deprecated" : "",
138       "since" : "",
139       "see" : "",
140       "exceptions" : "",
141       "requires" : "",
142       "params" : [],
143       "returns" : []
144     },
145     {
146       "name" : "notifyOver",
147       "type" : "function",
148       "desc" : "",
149       "sig" : "()\n{\n\n}",
150       "static" : false,
151       "memberOf" : "",
152       "isStatic" : false,
153       "isConstructor" : false,
154       "isPrivate" : false,
155       "example" : "",
156       "deprecated" : "",
157       "since" : "",
158       "see" : "",
159       "exceptions" : "",
160       "requires" : "",
161       "params" : [],
162       "returns" : []
163     },
164     {
165       "name" : "setHandleElId",
166       "type" : "function",
167       "desc" : "Allows you to specify a child of the linked element that should be\nused to initiate the drag operation.  An example of this would be if\nyou have a content div with text and links.  Clicking anywhere in the\ncontent area would normally start the drag operation.  Use this method\nto specify that an element inside of the content div is the element\nthat starts the drag operation.",
168       "sig" : "(id)",
169       "static" : false,
170       "memberOf" : "Roo.dd.DragDrop",
171       "isStatic" : false,
172       "isConstructor" : false,
173       "isPrivate" : false,
174       "example" : "",
175       "deprecated" : "",
176       "since" : "",
177       "see" : "",
178       "exceptions" : "",
179       "requires" : "",
180       "params" : [
181         {
182           "name" : "id",
183           "type" : "",
184           "desc" : "{string} the id of the element that will be used to\ninitiate the drag.",
185           "isOptional" : false
186         }
187       ],
188       "returns" : []
189     },
190     {
191       "name" : "init",
192       "type" : "function",
193       "desc" : "Sets up the DragDrop object.  Must be called in the constructor of any\nRoo.dd.DragDrop subclass",
194       "sig" : "(id, sGroup, config)",
195       "static" : false,
196       "memberOf" : "Roo.dd.DragDrop",
197       "isStatic" : false,
198       "isConstructor" : false,
199       "isPrivate" : false,
200       "example" : "",
201       "deprecated" : "",
202       "since" : "",
203       "see" : "",
204       "exceptions" : "",
205       "requires" : "",
206       "params" : [
207         {
208           "name" : "id",
209           "type" : "",
210           "desc" : "the id of the linked element",
211           "isOptional" : false
212         },
213         {
214           "name" : "sGroup",
215           "type" : "String",
216           "desc" : "the group of related items",
217           "isOptional" : false
218         },
219         {
220           "name" : "config",
221           "type" : "object",
222           "desc" : "configuration attributes",
223           "isOptional" : false
224         }
225       ],
226       "returns" : []
227     },
228     {
229       "name" : "removeInvalidHandleType",
230       "type" : "function",
231       "desc" : "Unsets an excluded tag name set by addInvalidHandleType",
232       "sig" : "(tagName)",
233       "static" : false,
234       "memberOf" : "Roo.dd.DragDrop",
235       "isStatic" : false,
236       "isConstructor" : false,
237       "isPrivate" : false,
238       "example" : "",
239       "deprecated" : "",
240       "since" : "",
241       "see" : "",
242       "exceptions" : "",
243       "requires" : "",
244       "params" : [
245         {
246           "name" : "tagName",
247           "type" : "string",
248           "desc" : "the type of element to unexclude",
249           "isOptional" : false
250         }
251       ],
252       "returns" : []
253     },
254     {
255       "name" : "unreg",
256       "type" : "function",
257       "desc" : "Remove all drag and drop hooks for this element",
258       "sig" : "()\n{\n\n}",
259       "static" : false,
260       "memberOf" : "Roo.dd.DragDrop",
261       "isStatic" : false,
262       "isConstructor" : false,
263       "isPrivate" : false,
264       "example" : "",
265       "deprecated" : "",
266       "since" : "",
267       "see" : "",
268       "exceptions" : "",
269       "requires" : "",
270       "params" : [],
271       "returns" : []
272     },
273     {
274       "name" : "addInvalidHandleType",
275       "type" : "function",
276       "desc" : "Allows you to specify a tag name that should not start a drag operation\nwhen clicked.  This is designed to facilitate embedding links within a\ndrag handle that do something other than start the drag.",
277       "sig" : "(tagName)",
278       "static" : false,
279       "memberOf" : "Roo.dd.DragDrop",
280       "isStatic" : false,
281       "isConstructor" : false,
282       "isPrivate" : false,
283       "example" : "",
284       "deprecated" : "",
285       "since" : "",
286       "see" : "",
287       "exceptions" : "",
288       "requires" : "",
289       "params" : [
290         {
291           "name" : "tagName",
292           "type" : "string",
293           "desc" : "the type of element to exclude",
294           "isOptional" : false
295         }
296       ],
297       "returns" : []
298     },
299     {
300       "name" : "onDragDrop",
301       "type" : "function",
302       "desc" : "Abstract method called when this item is dropped on another DragDrop\nobj",
303       "sig" : "(e, id)",
304       "static" : false,
305       "memberOf" : "Roo.dd.DragDrop",
306       "isStatic" : false,
307       "isConstructor" : false,
308       "isPrivate" : false,
309       "example" : "",
310       "deprecated" : "",
311       "since" : "",
312       "see" : "",
313       "exceptions" : "",
314       "requires" : "",
315       "params" : [
316         {
317           "name" : "e",
318           "type" : "Event",
319           "desc" : "the mouseup event",
320           "isOptional" : false
321         },
322         {
323           "name" : "id",
324           "type" : "String|DragDrop[]",
325           "desc" : "In POINT mode, the element\nid this was dropped on.  In INTERSECT mode, an array of dd items this\nwas dropped on.",
326           "isOptional" : false
327         }
328       ],
329       "returns" : []
330     },
331     {
332       "name" : "removeInvalidHandleId",
333       "type" : "function",
334       "desc" : "Unsets an invalid handle id",
335       "sig" : "(id)",
336       "static" : false,
337       "memberOf" : "Roo.dd.DragDrop",
338       "isStatic" : false,
339       "isConstructor" : false,
340       "isPrivate" : false,
341       "example" : "",
342       "deprecated" : "",
343       "since" : "",
344       "see" : "",
345       "exceptions" : "",
346       "requires" : "",
347       "params" : [
348         {
349           "name" : "id",
350           "type" : "string",
351           "desc" : "the id of the element to re-enable",
352           "isOptional" : false
353         }
354       ],
355       "returns" : []
356     },
357     {
358       "name" : "onAvailable",
359       "type" : "function",
360       "desc" : "Override the onAvailable method to do what is needed after the initial\nposition was determined.",
361       "sig" : "()\n{\n\n}",
362       "static" : false,
363       "memberOf" : "Roo.dd.DragDrop",
364       "isStatic" : false,
365       "isConstructor" : false,
366       "isPrivate" : false,
367       "example" : "",
368       "deprecated" : "",
369       "since" : "",
370       "see" : "",
371       "exceptions" : "",
372       "requires" : "",
373       "params" : [],
374       "returns" : []
375     },
376     {
377       "name" : "setOuterHandleElId",
378       "type" : "function",
379       "desc" : "Allows you to set an element outside of the linked element as a drag\nhandle",
380       "sig" : "(id)",
381       "static" : false,
382       "memberOf" : "Roo.dd.DragDrop",
383       "isStatic" : false,
384       "isConstructor" : false,
385       "isPrivate" : false,
386       "example" : "",
387       "deprecated" : "",
388       "since" : "",
389       "see" : "",
390       "exceptions" : "",
391       "requires" : "",
392       "params" : [
393         {
394           "name" : "id",
395           "type" : "",
396           "desc" : "the id of the element that will be used to initiate the drag",
397           "isOptional" : false
398         }
399       ],
400       "returns" : []
401     },
402     {
403       "name" : "onMouseUp",
404       "type" : "function",
405       "desc" : "Event handler that fires when a drag/drop obj gets a mouseup",
406       "sig" : "(e)",
407       "static" : false,
408       "memberOf" : "Roo.dd.DragDrop",
409       "isStatic" : false,
410       "isConstructor" : false,
411       "isPrivate" : false,
412       "example" : "",
413       "deprecated" : "",
414       "since" : "",
415       "see" : "",
416       "exceptions" : "",
417       "requires" : "",
418       "params" : [
419         {
420           "name" : "e",
421           "type" : "Event",
422           "desc" : "the mouseup event",
423           "isOptional" : false
424         }
425       ],
426       "returns" : []
427     },
428     {
429       "name" : "getDragEl",
430       "type" : "function",
431       "desc" : "Returns a reference to the actual element to drag.  By default this is\nthe same as the html element, but it can be assigned to another\nelement. An example of this can be found in Roo.dd.DDProxy",
432       "sig" : "()\n{\n\n}",
433       "static" : false,
434       "memberOf" : "Roo.dd.DragDrop",
435       "isStatic" : false,
436       "isConstructor" : false,
437       "isPrivate" : false,
438       "example" : "",
439       "deprecated" : "",
440       "since" : "",
441       "see" : "",
442       "exceptions" : "",
443       "requires" : "",
444       "params" : [],
445       "returns" : [
446         {
447           "name" : "",
448           "type" : "HTMLElement",
449           "desc" : "the html element"
450         }
451       ]
452     },
453     {
454       "name" : "setYConstraint",
455       "type" : "function",
456       "desc" : "By default, the element can be dragged any place on the screen.  Set\nthis to limit the vertical travel of the element.  Pass in 0,0 for the\nparameters if you want to lock the drag to the x axis.",
457       "sig" : "(iUp, iDown, iTickSize)",
458       "static" : false,
459       "memberOf" : "Roo.dd.DragDrop",
460       "isStatic" : false,
461       "isConstructor" : false,
462       "isPrivate" : false,
463       "example" : "",
464       "deprecated" : "",
465       "since" : "",
466       "see" : "",
467       "exceptions" : "",
468       "requires" : "",
469       "params" : [
470         {
471           "name" : "iUp",
472           "type" : "int",
473           "desc" : "the number of pixels the element can move up",
474           "isOptional" : false
475         },
476         {
477           "name" : "iDown",
478           "type" : "int",
479           "desc" : "the number of pixels the element can move down",
480           "isOptional" : false
481         },
482         {
483           "name" : "iTickSize",
484           "type" : "int",
485           "desc" : "optional parameter for specifying that the\nelement should move iTickSize pixels at a time.",
486           "isOptional" : false
487         }
488       ],
489       "returns" : []
490     },
491     {
492       "name" : "clearConstraints",
493       "type" : "function",
494       "desc" : "Clears any constraints applied to this instance.  Also clears ticks\nsince they can't exist independent of a constraint at this time.",
495       "sig" : "()\n{\n\n}",
496       "static" : false,
497       "memberOf" : "Roo.dd.DragDrop",
498       "isStatic" : false,
499       "isConstructor" : false,
500       "isPrivate" : false,
501       "example" : "",
502       "deprecated" : "",
503       "since" : "",
504       "see" : "",
505       "exceptions" : "",
506       "requires" : "",
507       "params" : [],
508       "returns" : []
509     },
510     {
511       "name" : "onInvalidDrop",
512       "type" : "function",
513       "desc" : "Abstract method called when this item is dropped on an area with no\ndrop target",
514       "sig" : "(e)",
515       "static" : false,
516       "memberOf" : "Roo.dd.DragDrop",
517       "isStatic" : false,
518       "isConstructor" : false,
519       "isPrivate" : false,
520       "example" : "",
521       "deprecated" : "",
522       "since" : "",
523       "see" : "",
524       "exceptions" : "",
525       "requires" : "",
526       "params" : [
527         {
528           "name" : "e",
529           "type" : "Event",
530           "desc" : "the mouseup event",
531           "isOptional" : false
532         }
533       ],
534       "returns" : []
535     },
536     {
537       "name" : "addInvalidHandleId",
538       "type" : "function",
539       "desc" : "Lets you to specify an element id for a child of a drag handle\nthat should not initiate a drag",
540       "sig" : "(id)",
541       "static" : false,
542       "memberOf" : "Roo.dd.DragDrop",
543       "isStatic" : false,
544       "isConstructor" : false,
545       "isPrivate" : false,
546       "example" : "",
547       "deprecated" : "",
548       "since" : "",
549       "see" : "",
550       "exceptions" : "",
551       "requires" : "",
552       "params" : [
553         {
554           "name" : "id",
555           "type" : "string",
556           "desc" : "the element id of the element you wish to ignore",
557           "isOptional" : false
558         }
559       ],
560       "returns" : []
561     },
562     {
563       "name" : "removeInvalidHandleClass",
564       "type" : "function",
565       "desc" : "Unsets an invalid css class",
566       "sig" : "(cssClass)",
567       "static" : false,
568       "memberOf" : "Roo.dd.DragDrop",
569       "isStatic" : false,
570       "isConstructor" : false,
571       "isPrivate" : false,
572       "example" : "",
573       "deprecated" : "",
574       "since" : "",
575       "see" : "",
576       "exceptions" : "",
577       "requires" : "",
578       "params" : [
579         {
580           "name" : "cssClass",
581           "type" : "string",
582           "desc" : "the class of the element(s) you wish to\nre-enable",
583           "isOptional" : false
584         }
585       ],
586       "returns" : []
587     },
588     {
589       "name" : "onDragOut",
590       "type" : "function",
591       "desc" : "Abstract method called when we are no longer hovering over an element",
592       "sig" : "(e, id)",
593       "static" : false,
594       "memberOf" : "Roo.dd.DragDrop",
595       "isStatic" : false,
596       "isConstructor" : false,
597       "isPrivate" : false,
598       "example" : "",
599       "deprecated" : "",
600       "since" : "",
601       "see" : "",
602       "exceptions" : "",
603       "requires" : "",
604       "params" : [
605         {
606           "name" : "e",
607           "type" : "Event",
608           "desc" : "the mousemove event",
609           "isOptional" : false
610         },
611         {
612           "name" : "id",
613           "type" : "String|DragDrop[]",
614           "desc" : "In POINT mode, the element\nid this was hovering over.  In INTERSECT mode, an array of dd items\nthat the mouse is no longer over.",
615           "isOptional" : false
616         }
617       ],
618       "returns" : []
619     },
620     {
621       "name" : "setDragElId",
622       "type" : "function",
623       "desc" : "Allows you to specify that an element other than the linked element\nwill be moved with the cursor during a drag",
624       "sig" : "(id)",
625       "static" : false,
626       "memberOf" : "Roo.dd.DragDrop",
627       "isStatic" : false,
628       "isConstructor" : false,
629       "isPrivate" : false,
630       "example" : "",
631       "deprecated" : "",
632       "since" : "",
633       "see" : "",
634       "exceptions" : "",
635       "requires" : "",
636       "params" : [
637         {
638           "name" : "id",
639           "type" : "",
640           "desc" : "{string} the id of the element that will be used to initiate the drag",
641           "isOptional" : false
642         }
643       ],
644       "returns" : []
645     },
646     {
647       "name" : "endDrag",
648       "type" : "function",
649       "desc" : "Fired when we are done dragging the object",
650       "sig" : "(e)",
651       "static" : false,
652       "memberOf" : "Roo.dd.DragDrop",
653       "isStatic" : false,
654       "isConstructor" : false,
655       "isPrivate" : false,
656       "example" : "",
657       "deprecated" : "",
658       "since" : "",
659       "see" : "",
660       "exceptions" : "",
661       "requires" : "",
662       "params" : [
663         {
664           "name" : "e",
665           "type" : "Event",
666           "desc" : "the mouseup event",
667           "isOptional" : false
668         }
669       ],
670       "returns" : []
671     },
672     {
673       "name" : "getEl",
674       "type" : "function",
675       "desc" : "Returns a reference to the linked element",
676       "sig" : "()\n{\n\n}",
677       "static" : false,
678       "memberOf" : "Roo.dd.DragDrop",
679       "isStatic" : false,
680       "isConstructor" : false,
681       "isPrivate" : false,
682       "example" : "",
683       "deprecated" : "",
684       "since" : "",
685       "see" : "",
686       "exceptions" : "",
687       "requires" : "",
688       "params" : [],
689       "returns" : [
690         {
691           "name" : "",
692           "type" : "HTMLElement",
693           "desc" : "the html element"
694         }
695       ]
696     },
697     {
698       "name" : "onDrag",
699       "type" : "function",
700       "desc" : "Abstract method called during the onMouseMove event while dragging an\nobject.",
701       "sig" : "(e)",
702       "static" : false,
703       "memberOf" : "Roo.dd.DragDrop",
704       "isStatic" : false,
705       "isConstructor" : false,
706       "isPrivate" : false,
707       "example" : "",
708       "deprecated" : "",
709       "since" : "",
710       "see" : "",
711       "exceptions" : "",
712       "requires" : "",
713       "params" : [
714         {
715           "name" : "e",
716           "type" : "Event",
717           "desc" : "the mousemove event",
718           "isOptional" : false
719         }
720       ],
721       "returns" : []
722     },
723     {
724       "name" : "onDragEnter",
725       "type" : "function",
726       "desc" : "Abstract method called when this element fist begins hovering over\nanother DragDrop obj",
727       "sig" : "(e, id)",
728       "static" : false,
729       "memberOf" : "Roo.dd.DragDrop",
730       "isStatic" : false,
731       "isConstructor" : false,
732       "isPrivate" : false,
733       "example" : "",
734       "deprecated" : "",
735       "since" : "",
736       "see" : "",
737       "exceptions" : "",
738       "requires" : "",
739       "params" : [
740         {
741           "name" : "e",
742           "type" : "Event",
743           "desc" : "the mousemove event",
744           "isOptional" : false
745         },
746         {
747           "name" : "id",
748           "type" : "String|DragDrop[]",
749           "desc" : "In POINT mode, the element\nid this is hovering over.  In INTERSECT mode, an array of one or more\ndragdrop items being hovered over.",
750           "isOptional" : false
751         }
752       ],
753       "returns" : []
754     },
755     {
756       "name" : "lock",
757       "type" : "function",
758       "desc" : "Lock this instance",
759       "sig" : "()\n{\n\n}",
760       "static" : false,
761       "memberOf" : "Roo.dd.DragDrop",
762       "isStatic" : false,
763       "isConstructor" : false,
764       "isPrivate" : false,
765       "example" : "",
766       "deprecated" : "",
767       "since" : "",
768       "see" : "",
769       "exceptions" : "",
770       "requires" : "",
771       "params" : [],
772       "returns" : []
773     },
774     {
775       "name" : "onMouseDown",
776       "type" : "function",
777       "desc" : "Event handler that fires when a drag/drop obj gets a mousedown",
778       "sig" : "(e)",
779       "static" : false,
780       "memberOf" : "Roo.dd.DragDrop",
781       "isStatic" : false,
782       "isConstructor" : false,
783       "isPrivate" : false,
784       "example" : "",
785       "deprecated" : "",
786       "since" : "",
787       "see" : "",
788       "exceptions" : "",
789       "requires" : "",
790       "params" : [
791         {
792           "name" : "e",
793           "type" : "Event",
794           "desc" : "the mousedown event",
795           "isOptional" : false
796         }
797       ],
798       "returns" : []
799     },
800     {
801       "name" : "applyConfig",
802       "type" : "function",
803       "desc" : "Applies the configuration parameters that were passed into the constructor.\nThis is supposed to happen at each level through the inheritance chain.  So\na DDProxy implentation will execute apply config on DDProxy, DD, and\nDragDrop in order to get all of the parameters that are available in\neach object.",
804       "sig" : "()\n{\n\n}",
805       "static" : false,
806       "memberOf" : "Roo.dd.DragDrop",
807       "isStatic" : false,
808       "isConstructor" : false,
809       "isPrivate" : false,
810       "example" : "",
811       "deprecated" : "",
812       "since" : "",
813       "see" : "",
814       "exceptions" : "",
815       "requires" : "",
816       "params" : [],
817       "returns" : []
818     },
819     {
820       "name" : "unlock",
821       "type" : "function",
822       "desc" : "Unlock this instace",
823       "sig" : "()\n{\n\n}",
824       "static" : false,
825       "memberOf" : "Roo.dd.DragDrop",
826       "isStatic" : false,
827       "isConstructor" : false,
828       "isPrivate" : false,
829       "example" : "",
830       "deprecated" : "",
831       "since" : "",
832       "see" : "",
833       "exceptions" : "",
834       "requires" : "",
835       "params" : [],
836       "returns" : []
837     },
838     {
839       "name" : "isTarget",
840       "type" : "function",
841       "desc" : "By default, all insances can be a drop target.  This can be disabled by\nsetting isTarget to false.",
842       "sig" : "()\n{\n\n}",
843       "static" : false,
844       "memberOf" : "Roo.dd.DragDrop",
845       "isStatic" : false,
846       "isConstructor" : false,
847       "isPrivate" : false,
848       "example" : "",
849       "deprecated" : "",
850       "since" : "",
851       "see" : "",
852       "exceptions" : "",
853       "requires" : "",
854       "params" : [],
855       "returns" : []
856     },
857     {
858       "name" : "setInitPosition",
859       "type" : "function",
860       "desc" : "Stores the initial placement of the linked element.",
861       "sig" : "(diffX, diffY)",
862       "static" : false,
863       "memberOf" : "Roo.dd.DragDrop",
864       "isStatic" : false,
865       "isConstructor" : false,
866       "isPrivate" : false,
867       "example" : "",
868       "deprecated" : "",
869       "since" : "",
870       "see" : "",
871       "exceptions" : "",
872       "requires" : "",
873       "params" : [
874         {
875           "name" : "diffX",
876           "type" : "int",
877           "desc" : "the X offset, default 0",
878           "isOptional" : false
879         },
880         {
881           "name" : "diffY",
882           "type" : "int",
883           "desc" : "the Y offset, default 0",
884           "isOptional" : false
885         }
886       ],
887       "returns" : []
888     },
889     {
890       "name" : "initTarget",
891       "type" : "function",
892       "desc" : "Initializes Targeting functionality only... the object does not\nget a mousedown handler.",
893       "sig" : "(id, sGroup, config)",
894       "static" : false,
895       "memberOf" : "Roo.dd.DragDrop",
896       "isStatic" : false,
897       "isConstructor" : false,
898       "isPrivate" : false,
899       "example" : "",
900       "deprecated" : "",
901       "since" : "",
902       "see" : "",
903       "exceptions" : "",
904       "requires" : "",
905       "params" : [
906         {
907           "name" : "id",
908           "type" : "",
909           "desc" : "the id of the linked element",
910           "isOptional" : false
911         },
912         {
913           "name" : "sGroup",
914           "type" : "String",
915           "desc" : "the group of related items",
916           "isOptional" : false
917         },
918         {
919           "name" : "config",
920           "type" : "object",
921           "desc" : "configuration attributes",
922           "isOptional" : false
923         }
924       ],
925       "returns" : []
926     },
927     {
928       "name" : "addToGroup",
929       "type" : "function",
930       "desc" : "Add this instance to a group of related drag/drop objects.  All\ninstances belong to at least one group, and can belong to as many\ngroups as needed.",
931       "sig" : "(sGroup)",
932       "static" : false,
933       "memberOf" : "Roo.dd.DragDrop",
934       "isStatic" : false,
935       "isConstructor" : false,
936       "isPrivate" : false,
937       "example" : "",
938       "deprecated" : "",
939       "since" : "",
940       "see" : "",
941       "exceptions" : "",
942       "requires" : "",
943       "params" : [
944         {
945           "name" : "sGroup",
946           "type" : "",
947           "desc" : "{string} the name of the group",
948           "isOptional" : false
949         }
950       ],
951       "returns" : []
952     },
953     {
954       "name" : "onDragOver",
955       "type" : "function",
956       "desc" : "Abstract method called when this element is hovering over another\nDragDrop obj",
957       "sig" : "(e, id)",
958       "static" : false,
959       "memberOf" : "Roo.dd.DragDrop",
960       "isStatic" : false,
961       "isConstructor" : false,
962       "isPrivate" : false,
963       "example" : "",
964       "deprecated" : "",
965       "since" : "",
966       "see" : "",
967       "exceptions" : "",
968       "requires" : "",
969       "params" : [
970         {
971           "name" : "e",
972           "type" : "Event",
973           "desc" : "the mousemove event",
974           "isOptional" : false
975         },
976         {
977           "name" : "id",
978           "type" : "String|DragDrop[]",
979           "desc" : "In POINT mode, the element\nid this is hovering over.  In INTERSECT mode, an array of dd items\nbeing hovered over.",
980           "isOptional" : false
981         }
982       ],
983       "returns" : []
984     },
985     {
986       "name" : "toString",
987       "type" : "function",
988       "desc" : "toString method",
989       "sig" : "()\n{\n\n}",
990       "static" : false,
991       "memberOf" : "Roo.dd.DragDrop",
992       "isStatic" : false,
993       "isConstructor" : false,
994       "isPrivate" : false,
995       "example" : "",
996       "deprecated" : "",
997       "since" : "",
998       "see" : "",
999       "exceptions" : "",
1000       "requires" : "",
1001       "params" : [],
1002       "returns" : [
1003         {
1004           "name" : "",
1005           "type" : "string",
1006           "desc" : "string representation of the dd obj"
1007         }
1008       ]
1009     },
1010     {
1011       "name" : "setPadding",
1012       "type" : "function",
1013       "desc" : "Configures the padding for the target zone in px.  Effectively expands\n(or reduces) the virtual object size for targeting calculations.\nSupports css-style shorthand; if only one parameter is passed, all sides\nwill have that padding, and if only two are passed, the top and bottom\nwill have the first param, the left and right the second.",
1014       "sig" : "(iTop, iRight, iBot, iLeft)",
1015       "static" : false,
1016       "memberOf" : "Roo.dd.DragDrop",
1017       "isStatic" : false,
1018       "isConstructor" : false,
1019       "isPrivate" : false,
1020       "example" : "",
1021       "deprecated" : "",
1022       "since" : "",
1023       "see" : "",
1024       "exceptions" : "",
1025       "requires" : "",
1026       "params" : [
1027         {
1028           "name" : "iTop",
1029           "type" : "int",
1030           "desc" : "Top pad",
1031           "isOptional" : false
1032         },
1033         {
1034           "name" : "iRight",
1035           "type" : "int",
1036           "desc" : "Right pad",
1037           "isOptional" : false
1038         },
1039         {
1040           "name" : "iBot",
1041           "type" : "int",
1042           "desc" : "Bot pad",
1043           "isOptional" : false
1044         },
1045         {
1046           "name" : "iLeft",
1047           "type" : "int",
1048           "desc" : "Left pad",
1049           "isOptional" : false
1050         }
1051       ],
1052       "returns" : []
1053     },
1054     {
1055       "name" : "removeFromGroup",
1056       "type" : "function",
1057       "desc" : "Remove's this instance from the supplied interaction group",
1058       "sig" : "(sGroup)",
1059       "static" : false,
1060       "memberOf" : "Roo.dd.DragDrop",
1061       "isStatic" : false,
1062       "isConstructor" : false,
1063       "isPrivate" : false,
1064       "example" : "",
1065       "deprecated" : "",
1066       "since" : "",
1067       "see" : "",
1068       "exceptions" : "",
1069       "requires" : "",
1070       "params" : [
1071         {
1072           "name" : "sGroup",
1073           "type" : "string",
1074           "desc" : "The group to drop",
1075           "isOptional" : false
1076         }
1077       ],
1078       "returns" : []
1079     },
1080     {
1081       "name" : "addInvalidHandleClass",
1082       "type" : "function",
1083       "desc" : "Lets you specify a css class of elements that will not initiate a drag",
1084       "sig" : "(cssClass)",
1085       "static" : false,
1086       "memberOf" : "Roo.dd.DragDrop",
1087       "isStatic" : false,
1088       "isConstructor" : false,
1089       "isPrivate" : false,
1090       "example" : "",
1091       "deprecated" : "",
1092       "since" : "",
1093       "see" : "",
1094       "exceptions" : "",
1095       "requires" : "",
1096       "params" : [
1097         {
1098           "name" : "cssClass",
1099           "type" : "string",
1100           "desc" : "the class of the elements you wish to ignore",
1101           "isOptional" : false
1102         }
1103       ],
1104       "returns" : []
1105     },
1106     {
1107       "name" : "startDrag",
1108       "type" : "function",
1109       "desc" : "Abstract method called after a drag/drop object is clicked\nand the drag or mousedown time thresholds have beeen met.",
1110       "sig" : "(X, Y)",
1111       "static" : false,
1112       "memberOf" : "Roo.dd.DragDrop",
1113       "isStatic" : false,
1114       "isConstructor" : false,
1115       "isPrivate" : false,
1116       "example" : "",
1117       "deprecated" : "",
1118       "since" : "",
1119       "see" : "",
1120       "exceptions" : "",
1121       "requires" : "",
1122       "params" : [
1123         {
1124           "name" : "X",
1125           "type" : "int",
1126           "desc" : "click location",
1127           "isOptional" : false
1128         },
1129         {
1130           "name" : "Y",
1131           "type" : "int",
1132           "desc" : "click location",
1133           "isOptional" : false
1134         }
1135       ],
1136       "returns" : []
1137     },
1138     {
1139       "name" : "padding",
1140       "type" : "function",
1141       "desc" : "The padding configured for this drag and drop object for calculating\nthe drop zone intersection with this object.",
1142       "sig" : "()\n{\n\n}",
1143       "static" : false,
1144       "memberOf" : "Roo.dd.DragDrop",
1145       "isStatic" : false,
1146       "isConstructor" : false,
1147       "isPrivate" : false,
1148       "example" : "",
1149       "deprecated" : "",
1150       "since" : "",
1151       "see" : "",
1152       "exceptions" : "",
1153       "requires" : "",
1154       "params" : [],
1155       "returns" : []
1156     },
1157     {
1158       "name" : "resetConstraints",
1159       "type" : "function",
1160       "desc" : "resetConstraints must be called if you manually reposition a dd element.",
1161       "sig" : "(maintainOffset)",
1162       "static" : false,
1163       "memberOf" : "Roo.dd.DragDrop",
1164       "isStatic" : false,
1165       "isConstructor" : false,
1166       "isPrivate" : false,
1167       "example" : "",
1168       "deprecated" : "",
1169       "since" : "",
1170       "see" : "",
1171       "exceptions" : "",
1172       "requires" : "",
1173       "params" : [
1174         {
1175           "name" : "maintainOffset",
1176           "type" : "boolean",
1177           "desc" : "",
1178           "isOptional" : false
1179         }
1180       ],
1181       "returns" : []
1182     },
1183     {
1184       "name" : "clearTicks",
1185       "type" : "function",
1186       "desc" : "Clears any tick interval defined for this instance",
1187       "sig" : "()\n{\n\n}",
1188       "static" : false,
1189       "memberOf" : "Roo.dd.DragDrop",
1190       "isStatic" : false,
1191       "isConstructor" : false,
1192       "isPrivate" : false,
1193       "example" : "",
1194       "deprecated" : "",
1195       "since" : "",
1196       "see" : "",
1197       "exceptions" : "",
1198       "requires" : "",
1199       "params" : [],
1200       "returns" : []
1201     },
1202     {
1203       "name" : "isLocked",
1204       "type" : "function",
1205       "desc" : "Returns true if this instance is locked, or the drag drop mgr is locked\n(meaning that all drag/drop is disabled on the page.)",
1206       "sig" : "()\n{\n\n}",
1207       "static" : false,
1208       "memberOf" : "Roo.dd.DragDrop",
1209       "isStatic" : false,
1210       "isConstructor" : false,
1211       "isPrivate" : false,
1212       "example" : "",
1213       "deprecated" : "",
1214       "since" : "",
1215       "see" : "",
1216       "exceptions" : "",
1217       "requires" : "",
1218       "params" : [],
1219       "returns" : [
1220         {
1221           "name" : "",
1222           "type" : "boolean",
1223           "desc" : "true if this obj or all drag/drop is locked, else\nfalse"
1224         }
1225       ]
1226     },
1227     {
1228       "name" : "setXConstraint",
1229       "type" : "function",
1230       "desc" : "By default, the element can be dragged any place on the screen.  Use\nthis method to limit the horizontal travel of the element.  Pass in\n0,0 for the parameters if you want to lock the drag to the y axis.",
1231       "sig" : "(iLeft, iRight, iTickSize)",
1232       "static" : false,
1233       "memberOf" : "Roo.dd.DragDrop",
1234       "isStatic" : false,
1235       "isConstructor" : false,
1236       "isPrivate" : false,
1237       "example" : "",
1238       "deprecated" : "",
1239       "since" : "",
1240       "see" : "",
1241       "exceptions" : "",
1242       "requires" : "",
1243       "params" : [
1244         {
1245           "name" : "iLeft",
1246           "type" : "int",
1247           "desc" : "the number of pixels the element can move to the left",
1248           "isOptional" : false
1249         },
1250         {
1251           "name" : "iRight",
1252           "type" : "int",
1253           "desc" : "the number of pixels the element can move to the\nright",
1254           "isOptional" : false
1255         },
1256         {
1257           "name" : "iTickSize",
1258           "type" : "int",
1259           "desc" : "optional parameter for specifying that the\nelement\nshould move iTickSize pixels at a time.",
1260           "isOptional" : false
1261         }
1262       ],
1263       "returns" : []
1264     },
1265     {
1266       "name" : "isValidHandleChild",
1267       "type" : "function",
1268       "desc" : "Checks the tag exclusion list to see if this click should be ignored",
1269       "sig" : "(node)",
1270       "static" : false,
1271       "memberOf" : "Roo.dd.DragDrop",
1272       "isStatic" : false,
1273       "isConstructor" : false,
1274       "isPrivate" : false,
1275       "example" : "",
1276       "deprecated" : "",
1277       "since" : "",
1278       "see" : "",
1279       "exceptions" : "",
1280       "requires" : "",
1281       "params" : [
1282         {
1283           "name" : "node",
1284           "type" : "HTMLElement",
1285           "desc" : "the HTMLElement to evaluate",
1286           "isOptional" : false
1287         }
1288       ],
1289       "returns" : [
1290         {
1291           "name" : "",
1292           "type" : "boolean",
1293           "desc" : "true if this is a valid tag type, false if not"
1294         }
1295       ]
1296     },
1297     {
1298       "name" : "purgeListeners",
1299       "type" : "function",
1300       "desc" : "Removes all listeners for this object",
1301       "sig" : "()\n{\n\n}",
1302       "static" : false,
1303       "memberOf" : "Roo.util.Observable",
1304       "isStatic" : false,
1305       "isConstructor" : false,
1306       "isPrivate" : false,
1307       "example" : "",
1308       "deprecated" : "",
1309       "since" : "",
1310       "see" : "",
1311       "exceptions" : "",
1312       "requires" : "",
1313       "params" : [],
1314       "returns" : []
1315     },
1316     {
1317       "name" : "on",
1318       "type" : "function",
1319       "desc" : "Appends an event handler to this element (shorthand for addListener)",
1320       "sig" : "(eventName, handler, scope, options)",
1321       "static" : false,
1322       "memberOf" : "Roo.util.Observable",
1323       "isStatic" : false,
1324       "isConstructor" : false,
1325       "isPrivate" : false,
1326       "example" : "",
1327       "deprecated" : "",
1328       "since" : "",
1329       "see" : "",
1330       "exceptions" : "",
1331       "requires" : "",
1332       "params" : [
1333         {
1334           "name" : "eventName",
1335           "type" : "String",
1336           "desc" : "The type of event to listen for",
1337           "isOptional" : false
1338         },
1339         {
1340           "name" : "handler",
1341           "type" : "Function",
1342           "desc" : "The method the event invokes",
1343           "isOptional" : false
1344         },
1345         {
1346           "name" : "scope",
1347           "type" : "Object",
1348           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
1349           "isOptional" : false
1350         },
1351         {
1352           "name" : "options",
1353           "type" : "Object",
1354           "desc" : "(optional)",
1355           "isOptional" : false
1356         }
1357       ],
1358       "returns" : []
1359     },
1360     {
1361       "name" : "un",
1362       "type" : "function",
1363       "desc" : "Removes a listener (shorthand for removeListener)",
1364       "sig" : "(eventName, handler, scope)",
1365       "static" : false,
1366       "memberOf" : "Roo.util.Observable",
1367       "isStatic" : false,
1368       "isConstructor" : false,
1369       "isPrivate" : false,
1370       "example" : "",
1371       "deprecated" : "",
1372       "since" : "",
1373       "see" : "",
1374       "exceptions" : "",
1375       "requires" : "",
1376       "params" : [
1377         {
1378           "name" : "eventName",
1379           "type" : "String",
1380           "desc" : "The type of event to listen for",
1381           "isOptional" : false
1382         },
1383         {
1384           "name" : "handler",
1385           "type" : "Function",
1386           "desc" : "The handler to remove",
1387           "isOptional" : false
1388         },
1389         {
1390           "name" : "scope",
1391           "type" : "Object",
1392           "desc" : "(optional) The scope (this object) for the handler",
1393           "isOptional" : false
1394         }
1395       ],
1396       "returns" : []
1397     },
1398     {
1399       "name" : "addEvents",
1400       "type" : "function",
1401       "desc" : "Used to define events on this Observable",
1402       "sig" : "(object)",
1403       "static" : false,
1404       "memberOf" : "Roo.util.Observable",
1405       "isStatic" : false,
1406       "isConstructor" : false,
1407       "isPrivate" : false,
1408       "example" : "",
1409       "deprecated" : "",
1410       "since" : "",
1411       "see" : "",
1412       "exceptions" : "",
1413       "requires" : "",
1414       "params" : [
1415         {
1416           "name" : "object",
1417           "type" : "Object",
1418           "desc" : "The object with the events defined",
1419           "isOptional" : false
1420         }
1421       ],
1422       "returns" : []
1423     },
1424     {
1425       "name" : "releaseCapture",
1426       "type" : "function",
1427       "desc" : "Removes <b>all</b> added captures from the Observable.",
1428       "sig" : "(o)",
1429       "static" : true,
1430       "memberOf" : "Roo.util.Observable",
1431       "isStatic" : true,
1432       "isConstructor" : false,
1433       "isPrivate" : false,
1434       "example" : "",
1435       "deprecated" : "",
1436       "since" : "",
1437       "see" : "",
1438       "exceptions" : "",
1439       "requires" : "",
1440       "params" : [
1441         {
1442           "name" : "o",
1443           "type" : "Observable",
1444           "desc" : "The Observable to release",
1445           "isOptional" : false
1446         }
1447       ],
1448       "returns" : []
1449     },
1450     {
1451       "name" : "removeListener",
1452       "type" : "function",
1453       "desc" : "Removes a listener",
1454       "sig" : "(eventName, handler, scope)",
1455       "static" : false,
1456       "memberOf" : "Roo.util.Observable",
1457       "isStatic" : false,
1458       "isConstructor" : false,
1459       "isPrivate" : false,
1460       "example" : "",
1461       "deprecated" : "",
1462       "since" : "",
1463       "see" : "",
1464       "exceptions" : "",
1465       "requires" : "",
1466       "params" : [
1467         {
1468           "name" : "eventName",
1469           "type" : "String",
1470           "desc" : "The type of event to listen for",
1471           "isOptional" : false
1472         },
1473         {
1474           "name" : "handler",
1475           "type" : "Function",
1476           "desc" : "The handler to remove",
1477           "isOptional" : false
1478         },
1479         {
1480           "name" : "scope",
1481           "type" : "Object",
1482           "desc" : "(optional) The scope (this object) for the handler",
1483           "isOptional" : false
1484         }
1485       ],
1486       "returns" : []
1487     },
1488     {
1489       "name" : "fireEvent",
1490       "type" : "function",
1491       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
1492       "sig" : "(eventName, args)",
1493       "static" : false,
1494       "memberOf" : "Roo.util.Observable",
1495       "isStatic" : false,
1496       "isConstructor" : false,
1497       "isPrivate" : false,
1498       "example" : "",
1499       "deprecated" : "",
1500       "since" : "",
1501       "see" : "",
1502       "exceptions" : "",
1503       "requires" : "",
1504       "params" : [
1505         {
1506           "name" : "eventName",
1507           "type" : "String",
1508           "desc" : "",
1509           "isOptional" : false
1510         },
1511         {
1512           "name" : "args",
1513           "type" : "Object...",
1514           "desc" : "Variable number of parameters are passed to handlers",
1515           "isOptional" : false
1516         }
1517       ],
1518       "returns" : [
1519         {
1520           "name" : "",
1521           "type" : "Boolean",
1522           "desc" : "returns false if any of the handlers return false otherwise it returns true"
1523         }
1524       ]
1525     },
1526     {
1527       "name" : "hasListener",
1528       "type" : "function",
1529       "desc" : "Checks to see if this object has any listeners for a specified event",
1530       "sig" : "(eventName)",
1531       "static" : false,
1532       "memberOf" : "Roo.util.Observable",
1533       "isStatic" : false,
1534       "isConstructor" : false,
1535       "isPrivate" : false,
1536       "example" : "",
1537       "deprecated" : "",
1538       "since" : "",
1539       "see" : "",
1540       "exceptions" : "",
1541       "requires" : "",
1542       "params" : [
1543         {
1544           "name" : "eventName",
1545           "type" : "String",
1546           "desc" : "The name of the event to check for",
1547           "isOptional" : false
1548         }
1549       ],
1550       "returns" : [
1551         {
1552           "name" : "",
1553           "type" : "Boolean",
1554           "desc" : "True if the event is being listened for, else false"
1555         }
1556       ]
1557     },
1558     {
1559       "name" : "capture",
1560       "type" : "function",
1561       "desc" : "Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + standard signature of the event\n<b>before</b> the event is fired. If the supplied function returns false,\nthe event will not fire.",
1562       "sig" : "(o, fn, scope)",
1563       "static" : true,
1564       "memberOf" : "Roo.util.Observable",
1565       "isStatic" : true,
1566       "isConstructor" : false,
1567       "isPrivate" : false,
1568       "example" : "",
1569       "deprecated" : "",
1570       "since" : "",
1571       "see" : "",
1572       "exceptions" : "",
1573       "requires" : "",
1574       "params" : [
1575         {
1576           "name" : "o",
1577           "type" : "Observable",
1578           "desc" : "The Observable to capture",
1579           "isOptional" : false
1580         },
1581         {
1582           "name" : "fn",
1583           "type" : "Function",
1584           "desc" : "The function to call",
1585           "isOptional" : false
1586         },
1587         {
1588           "name" : "scope",
1589           "type" : "Object",
1590           "desc" : "(optional) The scope (this object) for the fn",
1591           "isOptional" : false
1592         }
1593       ],
1594       "returns" : []
1595     },
1596     {
1597       "name" : "addListener",
1598       "type" : "function",
1599       "desc" : "Appends an event handler to this component",
1600       "sig" : "(eventName, handler, scope, options)",
1601       "static" : false,
1602       "memberOf" : "Roo.util.Observable",
1603       "isStatic" : false,
1604       "isConstructor" : false,
1605       "isPrivate" : false,
1606       "example" : "",
1607       "deprecated" : "",
1608       "since" : "",
1609       "see" : "",
1610       "exceptions" : "",
1611       "requires" : "",
1612       "params" : [
1613         {
1614           "name" : "eventName",
1615           "type" : "String",
1616           "desc" : "The type of event to listen for",
1617           "isOptional" : false
1618         },
1619         {
1620           "name" : "handler",
1621           "type" : "Function",
1622           "desc" : "The method the event invokes",
1623           "isOptional" : false
1624         },
1625         {
1626           "name" : "scope",
1627           "type" : "Object",
1628           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
1629           "isOptional" : false
1630         },
1631         {
1632           "name" : "options",
1633           "type" : "Object",
1634           "desc" : "(optional) An object containing handler configuration\nproperties. This may contain any of the following properties:<ul>\n<li>scope {Object} The scope in which to execute the handler function. The handler function's \"this\" context.</li>\n<li>delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.</li>\n<li>single {Boolean} True to add a handler to handle just the next firing of the event, and then remove itself.</li>\n<li>buffer {Number} Causes the handler to be scheduled to run in an {@link Roo.util.DelayedTask} delayed\nby the specified number of milliseconds. If the event fires again within that time, the original\nhandler is <em>not</em> invoked, but the new handler is scheduled in its place.</li>\n</ul><br>\n<p>\n<b>Combining Options</b><br>\nUsing the options argument, it is possible to combine different types of listeners:<br>\n<br>\nA normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)\n\t\t<pre><code>\n\t\tel.on('click', this.onClick, this, {\n \t\t\tsingle: true,\n    \t\tdelay: 100,\n    \t\tforumId: 4\n\t\t});\n\t\t</code></pre>\n<p>\n<b>Attaching multiple handlers in 1 call</b><br>\nThe method also allows for a single argument to be passed which is a config object containing properties\nwhich specify multiple handlers.\n<pre><code>\n\t\tel.on({\n\t\t\t'click': {\n        \t\tfn: this.onClick,\n        \t\tscope: this,\n        \t\tdelay: 100\n    \t\t}, \n    \t\t'mouseover': {\n        \t\tfn: this.onMouseOver,\n        \t\tscope: this\n    \t\t},\n    \t\t'mouseout': {\n        \t\tfn: this.onMouseOut,\n        \t\tscope: this\n    \t\t}\n\t\t});\n\t\t</code></pre>\n<p>\nOr a shorthand syntax which passes the same scope object to all handlers:\n     \t<pre><code>\n\t\tel.on({\n\t\t\t'click': this.onClick,\n    \t\t'mouseover': this.onMouseOver,\n    \t\t'mouseout': this.onMouseOut,\n    \t\tscope: this\n\t\t});\n\t\t</code></pre>",
1635           "isOptional" : false
1636         }
1637       ],
1638       "returns" : []
1639     }
1640   ],
1641   "events" : [
1642     {
1643       "name" : "out",
1644       "type" : "function",
1645       "desc" : "The function a {@link Roo.dd.DragSource} calls once to notify this drop target that the source has been dragged\nout of the target without dropping.  This default implementation simply removes the CSS class specified by\noverClass (if any) from the drop element.",
1646       "sig" : "function (source, e, data)\n{\n\n}",
1647       "memberOf" : "",
1648       "example" : "",
1649       "deprecated" : "",
1650       "since" : "",
1651       "see" : "",
1652       "params" : [
1653         {
1654           "name" : "source",
1655           "type" : "Roo.dd.DragSource",
1656           "desc" : "The drag source that was dragged over this drop target",
1657           "isOptional" : false
1658         },
1659         {
1660           "name" : "e",
1661           "type" : "Event",
1662           "desc" : "The event",
1663           "isOptional" : false
1664         },
1665         {
1666           "name" : "data",
1667           "type" : "Object",
1668           "desc" : "An object containing arbitrary data supplied by the drag source",
1669           "isOptional" : false
1670         }
1671       ],
1672       "returns" : []
1673     },
1674     {
1675       "name" : "over",
1676       "type" : "function",
1677       "desc" : "The function a {@link Roo.dd.DragSource} calls continuously while it is being dragged over the target.\nThis method will be called on every mouse movement while the drag source is over the drop target.\nThis default implementation simply returns the dropAllowed config value.\n\nIMPORTANT : it should set  this.valid to true|false",
1678       "sig" : "function (source, e, data)\n{\n\n}",
1679       "memberOf" : "",
1680       "example" : "",
1681       "deprecated" : "",
1682       "since" : "",
1683       "see" : "",
1684       "params" : [
1685         {
1686           "name" : "source",
1687           "type" : "Roo.dd.DragSource",
1688           "desc" : "The drag source that was dragged over this drop target",
1689           "isOptional" : false
1690         },
1691         {
1692           "name" : "e",
1693           "type" : "Event",
1694           "desc" : "The event",
1695           "isOptional" : false
1696         },
1697         {
1698           "name" : "data",
1699           "type" : "Object",
1700           "desc" : "An object containing arbitrary data supplied by the drag source",
1701           "isOptional" : false
1702         }
1703       ],
1704       "returns" : []
1705     },
1706     {
1707       "name" : "enter",
1708       "type" : "function",
1709       "desc" : "The function a {@link Roo.dd.DragSource} calls once to notify this drop target that the source is now over the\ntarget.  This default implementation adds the CSS class specified by overClass (if any) to the drop element\nand returns the dropAllowed config value.  This method should be overridden if drop validation is required.\n\nIMPORTANT : it should set  this.valid to true|false",
1710       "sig" : "function (source, e, data)\n{\n\n}",
1711       "memberOf" : "",
1712       "example" : "",
1713       "deprecated" : "",
1714       "since" : "",
1715       "see" : "",
1716       "params" : [
1717         {
1718           "name" : "source",
1719           "type" : "Roo.dd.DragSource",
1720           "desc" : "The drag source that was dragged over this drop target",
1721           "isOptional" : false
1722         },
1723         {
1724           "name" : "e",
1725           "type" : "Event",
1726           "desc" : "The event",
1727           "isOptional" : false
1728         },
1729         {
1730           "name" : "data",
1731           "type" : "Object",
1732           "desc" : "An object containing arbitrary data supplied by the drag source",
1733           "isOptional" : false
1734         }
1735       ],
1736       "returns" : []
1737     },
1738     {
1739       "name" : "drop",
1740       "type" : "function",
1741       "desc" : "The function a {@link Roo.dd.DragSource} calls once to notify this drop target that the dragged item has\nbeen dropped on it.  This method has no default implementation and returns false, so you must provide an\nimplementation that does something to process the drop event and returns true so that the drag source's\nrepair action does not run.\n\nIMPORTANT : it should set this.success",
1742       "sig" : "function (source, e, data)\n{\n\n}",
1743       "memberOf" : "",
1744       "example" : "",
1745       "deprecated" : "",
1746       "since" : "",
1747       "see" : "",
1748       "params" : [
1749         {
1750           "name" : "source",
1751           "type" : "Roo.dd.DragSource",
1752           "desc" : "The drag source that was dragged over this drop target",
1753           "isOptional" : false
1754         },
1755         {
1756           "name" : "e",
1757           "type" : "Event",
1758           "desc" : "The event",
1759           "isOptional" : false
1760         },
1761         {
1762           "name" : "data",
1763           "type" : "Object",
1764           "desc" : "An object containing arbitrary data supplied by the drag source",
1765           "isOptional" : false
1766         }
1767       ],
1768       "returns" : []
1769     }
1770   ]
1771 }