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