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