fix docs add optvalues
[roojs1] / docs / symbols / Roo.dd.DragZone.json
1 {
2   "name" : "Roo.dd.DragZone",
3   "augments" : [
4     "Roo.dd.DragSource",
5     "Roo.dd.DDProxy",
6     "Roo.dd.DD",
7     "Roo.dd.DragDrop",
8     "Roo.util.Observable"
9   ],
10   "childClasses" : {  },
11   "tree_children" : [],
12   "tree_parent" : [],
13   "desc" : "This class provides a container DD instance that proxies for multiple child node sources.<br />\nBy default, this class requires that draggable child nodes are registered with {@link Roo.dd.Registry}.",
14   "isSingleton" : false,
15   "isStatic" : false,
16   "isBuiltin" : false,
17   "isAbstract" : false,
18   "isBuilderTop" : false,
19   "memberOf" : "DragZone",
20   "example" : "",
21   "deprecated" : "",
22   "since" : "",
23   "see" : "",
24   "params" : [
25     {
26       "name" : "el",
27       "type" : "String/HTMLElement/Element",
28       "desc" : "The container element",
29       "isOptional" : false
30     },
31     {
32       "name" : "config",
33       "type" : "Object",
34       "desc" : "",
35       "isOptional" : false
36     }
37   ],
38   "returns" : [],
39   "throws" : "",
40   "requires" : "",
41   "config" : [
42     {
43       "name" : "listeners",
44       "type" : "Object",
45       "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>",
46       "memberOf" : "Roo.util.Observable",
47       "isOptional" : false,
48       "optvalues" : []
49     },
50     {
51       "name" : "dropNotAllowed",
52       "type" : "String",
53       "desc" : "The CSS class returned to the drag source when drop is not allowed (defaults to \"x-dd-drop-nodrop\").",
54       "memberOf" : "Roo.dd.DragSource",
55       "isOptional" : false,
56       "optvalues" : []
57     },
58     {
59       "name" : "hlColor",
60       "type" : "String",
61       "desc" : "The color to use when visually highlighting the drag source in the afterRepair\nmethod after a failed drop (defaults to \"c3daf9\" - light blue)",
62       "memberOf" : "",
63       "isOptional" : false,
64       "optvalues" : []
65     },
66     {
67       "name" : "dropAllowed",
68       "type" : "String",
69       "desc" : "The CSS class returned to the drag source when drop is allowed (defaults to \"x-dd-drop-ok\").",
70       "memberOf" : "Roo.dd.DragSource",
71       "isOptional" : false,
72       "optvalues" : []
73     },
74     {
75       "name" : "containerScroll",
76       "type" : "Boolean",
77       "desc" : "True to register this container with the Scrollmanager\nfor auto scrolling during drag operations.",
78       "memberOf" : "",
79       "isOptional" : false,
80       "optvalues" : []
81     }
82   ],
83   "methods" : [
84     {
85       "name" : "getRepairXY",
86       "type" : "function",
87       "desc" : "Called before a repair of an invalid drop to get the XY to animate to. By default returns\nthe XY of this.dragData.ddel",
88       "sig" : "(e)",
89       "static" : false,
90       "memberOf" : "",
91       "isStatic" : false,
92       "isConstructor" : false,
93       "isPrivate" : false,
94       "example" : "",
95       "deprecated" : "",
96       "since" : "",
97       "see" : "",
98       "exceptions" : "",
99       "requires" : "",
100       "params" : [
101         {
102           "name" : "e",
103           "type" : "EventObject",
104           "desc" : "The mouse up event",
105           "isOptional" : false
106         }
107       ],
108       "returns" : [
109         {
110           "name" : "",
111           "type" : "Array",
112           "desc" : "The xy location (e.g. [100, 200])"
113         }
114       ]
115     },
116     {
117       "name" : "afterRepair",
118       "type" : "function",
119       "desc" : "Called after a repair of an invalid drop. By default, highlights this.dragData.ddel",
120       "sig" : "()\n{\n\n}",
121       "static" : false,
122       "memberOf" : "",
123       "isStatic" : false,
124       "isConstructor" : false,
125       "isPrivate" : false,
126       "example" : "",
127       "deprecated" : "",
128       "since" : "",
129       "see" : "",
130       "exceptions" : "",
131       "requires" : "",
132       "params" : [],
133       "returns" : []
134     },
135     {
136       "name" : "getDragData",
137       "type" : "function",
138       "desc" : "Called when a mousedown occurs in this container. Looks in {@link Roo.dd.Registry}\nfor a valid target to drag based on the mouse down. Override this method\nto provide your own lookup logic (e.g. finding a child by class name). Make sure your returned\nobject has a \"ddel\" attribute (with an HTML Element) for other functions to work.",
139       "sig" : "(e)",
140       "static" : false,
141       "memberOf" : "",
142       "isStatic" : false,
143       "isConstructor" : false,
144       "isPrivate" : false,
145       "example" : "",
146       "deprecated" : "",
147       "since" : "",
148       "see" : "",
149       "exceptions" : "",
150       "requires" : "",
151       "params" : [
152         {
153           "name" : "e",
154           "type" : "EventObject",
155           "desc" : "The mouse down event",
156           "isOptional" : false
157         }
158       ],
159       "returns" : [
160         {
161           "name" : "",
162           "type" : "Object",
163           "desc" : "The dragData"
164         }
165       ]
166     },
167     {
168       "name" : "onInitDrag",
169       "type" : "function",
170       "desc" : "Called once drag threshold has been reached to initialize the proxy element. By default, it clones the\nthis.dragData.ddel",
171       "sig" : "(x, y)",
172       "static" : false,
173       "memberOf" : "",
174       "isStatic" : false,
175       "isConstructor" : false,
176       "isPrivate" : false,
177       "example" : "",
178       "deprecated" : "",
179       "since" : "",
180       "see" : "",
181       "exceptions" : "",
182       "requires" : "",
183       "params" : [
184         {
185           "name" : "x",
186           "type" : "Number",
187           "desc" : "The x position of the click on the dragged object",
188           "isOptional" : false
189         },
190         {
191           "name" : "y",
192           "type" : "Number",
193           "desc" : "The y position of the click on the dragged object",
194           "isOptional" : false
195         }
196       ],
197       "returns" : [
198         {
199           "name" : "",
200           "type" : "Boolean",
201           "desc" : "true to continue the drag, false to cancel"
202         }
203       ]
204     },
205     {
206       "name" : "afterDragDrop",
207       "type" : "function",
208       "desc" : "An empty function by default, but provided so that you can perform a custom action\nafter a valid drag drop has occurred by providing an implementation.",
209       "sig" : "(target, e, id)",
210       "static" : false,
211       "memberOf" : "Roo.dd.DragSource",
212       "isStatic" : false,
213       "isConstructor" : false,
214       "isPrivate" : false,
215       "example" : "",
216       "deprecated" : "",
217       "since" : "",
218       "see" : "",
219       "exceptions" : "",
220       "requires" : "",
221       "params" : [
222         {
223           "name" : "target",
224           "type" : "Roo.dd.DragDrop",
225           "desc" : "The drop target",
226           "isOptional" : false
227         },
228         {
229           "name" : "e",
230           "type" : "Event",
231           "desc" : "The event object",
232           "isOptional" : false
233         },
234         {
235           "name" : "id",
236           "type" : "String",
237           "desc" : "The id of the dropped element",
238           "isOptional" : false
239         }
240       ],
241       "returns" : []
242     },
243     {
244       "name" : "beforeDragEnter",
245       "type" : "function",
246       "desc" : "An empty function by default, but provided so that you can perform a custom action\nbefore the dragged item enters the drop target and optionally cancel the onDragEnter.",
247       "sig" : "(target, e, id)",
248       "static" : false,
249       "memberOf" : "Roo.dd.DragSource",
250       "isStatic" : false,
251       "isConstructor" : false,
252       "isPrivate" : false,
253       "example" : "",
254       "deprecated" : "",
255       "since" : "",
256       "see" : "",
257       "exceptions" : "",
258       "requires" : "",
259       "params" : [
260         {
261           "name" : "target",
262           "type" : "Roo.dd.DragDrop",
263           "desc" : "The drop target",
264           "isOptional" : false
265         },
266         {
267           "name" : "e",
268           "type" : "Event",
269           "desc" : "The event object",
270           "isOptional" : false
271         },
272         {
273           "name" : "id",
274           "type" : "String",
275           "desc" : "The id of the dragged element",
276           "isOptional" : false
277         }
278       ],
279       "returns" : [
280         {
281           "name" : "",
282           "type" : "Boolean",
283           "desc" : "isValid True if the drag event is valid, else false to cancel"
284         }
285       ]
286     },
287     {
288       "name" : "hideProxy",
289       "type" : "function",
290       "desc" : "Hides the drag source's {@link Roo.dd.StatusProxy}",
291       "sig" : "()\n{\n\n}",
292       "static" : false,
293       "memberOf" : "Roo.dd.DragSource",
294       "isStatic" : false,
295       "isConstructor" : false,
296       "isPrivate" : false,
297       "example" : "",
298       "deprecated" : "",
299       "since" : "",
300       "see" : "",
301       "exceptions" : "",
302       "requires" : "",
303       "params" : [],
304       "returns" : []
305     },
306     {
307       "name" : "beforeDragOut",
308       "type" : "function",
309       "desc" : "An empty function by default, but provided so that you can perform a custom action before the dragged\nitem is dragged out of the target without dropping, and optionally cancel the onDragOut.",
310       "sig" : "(target, e, id)",
311       "static" : false,
312       "memberOf" : "Roo.dd.DragSource",
313       "isStatic" : false,
314       "isConstructor" : false,
315       "isPrivate" : false,
316       "example" : "",
317       "deprecated" : "",
318       "since" : "",
319       "see" : "",
320       "exceptions" : "",
321       "requires" : "",
322       "params" : [
323         {
324           "name" : "target",
325           "type" : "Roo.dd.DragDrop",
326           "desc" : "The drop target",
327           "isOptional" : false
328         },
329         {
330           "name" : "e",
331           "type" : "Event",
332           "desc" : "The event object",
333           "isOptional" : false
334         },
335         {
336           "name" : "id",
337           "type" : "String",
338           "desc" : "The id of the dragged element",
339           "isOptional" : false
340         }
341       ],
342       "returns" : [
343         {
344           "name" : "",
345           "type" : "Boolean",
346           "desc" : "isValid True if the drag event is valid, else false to cancel"
347         }
348       ]
349     },
350     {
351       "name" : "beforeInvalidDrop",
352       "type" : "function",
353       "desc" : "An empty function by default, but provided so that you can perform a custom action after an invalid\ndrop has occurred.",
354       "sig" : "(target, e, id)",
355       "static" : false,
356       "memberOf" : "Roo.dd.DragSource",
357       "isStatic" : false,
358       "isConstructor" : false,
359       "isPrivate" : false,
360       "example" : "",
361       "deprecated" : "",
362       "since" : "",
363       "see" : "",
364       "exceptions" : "",
365       "requires" : "",
366       "params" : [
367         {
368           "name" : "target",
369           "type" : "Roo.dd.DragDrop",
370           "desc" : "The drop target",
371           "isOptional" : false
372         },
373         {
374           "name" : "e",
375           "type" : "Event",
376           "desc" : "The event object",
377           "isOptional" : false
378         },
379         {
380           "name" : "id",
381           "type" : "String",
382           "desc" : "The id of the dragged element",
383           "isOptional" : false
384         }
385       ],
386       "returns" : [
387         {
388           "name" : "",
389           "type" : "Boolean",
390           "desc" : "isValid True if the invalid drop should proceed, else false to cancel"
391         }
392       ]
393     },
394     {
395       "name" : "afterDragOut",
396       "type" : "function",
397       "desc" : "An empty function by default, but provided so that you can perform a custom action\nafter the dragged item is dragged out of the target without dropping.",
398       "sig" : "(target, e, id)",
399       "static" : false,
400       "memberOf" : "Roo.dd.DragSource",
401       "isStatic" : false,
402       "isConstructor" : false,
403       "isPrivate" : false,
404       "example" : "",
405       "deprecated" : "",
406       "since" : "",
407       "see" : "",
408       "exceptions" : "",
409       "requires" : "",
410       "params" : [
411         {
412           "name" : "target",
413           "type" : "Roo.dd.DragDrop",
414           "desc" : "The drop target",
415           "isOptional" : false
416         },
417         {
418           "name" : "e",
419           "type" : "Event",
420           "desc" : "The event object",
421           "isOptional" : false
422         },
423         {
424           "name" : "id",
425           "type" : "String",
426           "desc" : "The id of the dragged element",
427           "isOptional" : false
428         }
429       ],
430       "returns" : []
431     },
432     {
433       "name" : "beforeDragDrop",
434       "type" : "function",
435       "desc" : "An empty function by default, but provided so that you can perform a custom action before the dragged\nitem is dropped onto the target and optionally cancel the onDragDrop.",
436       "sig" : "(target, e, id)",
437       "static" : false,
438       "memberOf" : "Roo.dd.DragSource",
439       "isStatic" : false,
440       "isConstructor" : false,
441       "isPrivate" : false,
442       "example" : "",
443       "deprecated" : "",
444       "since" : "",
445       "see" : "",
446       "exceptions" : "",
447       "requires" : "",
448       "params" : [
449         {
450           "name" : "target",
451           "type" : "Roo.dd.DragDrop",
452           "desc" : "The drop target",
453           "isOptional" : false
454         },
455         {
456           "name" : "e",
457           "type" : "Event",
458           "desc" : "The event object",
459           "isOptional" : false
460         },
461         {
462           "name" : "id",
463           "type" : "String",
464           "desc" : "The id of the dragged element",
465           "isOptional" : false
466         }
467       ],
468       "returns" : [
469         {
470           "name" : "",
471           "type" : "Boolean",
472           "desc" : "isValid True if the drag drop event is valid, else false to cancel"
473         }
474       ]
475     },
476     {
477       "name" : "getProxy",
478       "type" : "function",
479       "desc" : "Returns the drag source's underlying {@link Roo.dd.StatusProxy}",
480       "sig" : "()\n{\n\n}",
481       "static" : false,
482       "memberOf" : "Roo.dd.DragSource",
483       "isStatic" : false,
484       "isConstructor" : false,
485       "isPrivate" : false,
486       "example" : "",
487       "deprecated" : "",
488       "since" : "",
489       "see" : "",
490       "exceptions" : "",
491       "requires" : "",
492       "params" : [],
493       "returns" : [
494         {
495           "name" : "",
496           "type" : "Roo.dd.StatusProxy",
497           "desc" : "proxy The StatusProxy"
498         }
499       ]
500     },
501     {
502       "name" : "onBeforeDrag",
503       "type" : "function",
504       "desc" : "An empty function by default, but provided so that you can perform a custom action before the initial\ndrag event begins and optionally cancel it.",
505       "sig" : "(data, e)",
506       "static" : false,
507       "memberOf" : "Roo.dd.DragSource",
508       "isStatic" : false,
509       "isConstructor" : false,
510       "isPrivate" : false,
511       "example" : "",
512       "deprecated" : "",
513       "since" : "",
514       "see" : "",
515       "exceptions" : "",
516       "requires" : "",
517       "params" : [
518         {
519           "name" : "data",
520           "type" : "Object",
521           "desc" : "An object containing arbitrary data to be shared with drop targets",
522           "isOptional" : false
523         },
524         {
525           "name" : "e",
526           "type" : "Event",
527           "desc" : "The event object",
528           "isOptional" : false
529         }
530       ],
531       "returns" : [
532         {
533           "name" : "",
534           "type" : "Boolean",
535           "desc" : "isValid True if the drag event is valid, else false to cancel"
536         }
537       ]
538     },
539     {
540       "name" : "onStartDrag",
541       "type" : "function",
542       "desc" : "An empty function by default, but provided so that you can perform a custom action once the initial\ndrag event has begun.  The drag cannot be canceled from this function.",
543       "sig" : "(x, y)",
544       "static" : false,
545       "memberOf" : "Roo.dd.DragSource",
546       "isStatic" : false,
547       "isConstructor" : false,
548       "isPrivate" : false,
549       "example" : "",
550       "deprecated" : "",
551       "since" : "",
552       "see" : "",
553       "exceptions" : "",
554       "requires" : "",
555       "params" : [
556         {
557           "name" : "x",
558           "type" : "Number",
559           "desc" : "The x position of the click on the dragged object",
560           "isOptional" : false
561         },
562         {
563           "name" : "y",
564           "type" : "Number",
565           "desc" : "The y position of the click on the dragged object",
566           "isOptional" : false
567         }
568       ],
569       "returns" : []
570     },
571     {
572       "name" : "afterDragOver",
573       "type" : "function",
574       "desc" : "An empty function by default, but provided so that you can perform a custom action\nwhile the dragged item is over the drop target by providing an implementation.",
575       "sig" : "(target, e, id)",
576       "static" : false,
577       "memberOf" : "Roo.dd.DragSource",
578       "isStatic" : false,
579       "isConstructor" : false,
580       "isPrivate" : false,
581       "example" : "",
582       "deprecated" : "",
583       "since" : "",
584       "see" : "",
585       "exceptions" : "",
586       "requires" : "",
587       "params" : [
588         {
589           "name" : "target",
590           "type" : "Roo.dd.DragDrop",
591           "desc" : "The drop target",
592           "isOptional" : false
593         },
594         {
595           "name" : "e",
596           "type" : "Event",
597           "desc" : "The event object",
598           "isOptional" : false
599         },
600         {
601           "name" : "id",
602           "type" : "String",
603           "desc" : "The id of the dragged element",
604           "isOptional" : false
605         }
606       ],
607       "returns" : []
608     },
609     {
610       "name" : "afterDragEnter",
611       "type" : "function",
612       "desc" : "An empty function by default, but provided so that you can perform a custom action\nwhen the dragged item enters the drop target by providing an implementation.",
613       "sig" : "(target, e, id)",
614       "static" : false,
615       "memberOf" : "Roo.dd.DragSource",
616       "isStatic" : false,
617       "isConstructor" : false,
618       "isPrivate" : false,
619       "example" : "",
620       "deprecated" : "",
621       "since" : "",
622       "see" : "",
623       "exceptions" : "",
624       "requires" : "",
625       "params" : [
626         {
627           "name" : "target",
628           "type" : "Roo.dd.DragDrop",
629           "desc" : "The drop target",
630           "isOptional" : false
631         },
632         {
633           "name" : "e",
634           "type" : "Event",
635           "desc" : "The event object",
636           "isOptional" : false
637         },
638         {
639           "name" : "id",
640           "type" : "String",
641           "desc" : "The id of the dragged element",
642           "isOptional" : false
643         }
644       ],
645       "returns" : []
646     },
647     {
648       "name" : "beforeDragOver",
649       "type" : "function",
650       "desc" : "An empty function by default, but provided so that you can perform a custom action\nwhile the dragged item is over the drop target and optionally cancel the onDragOver.",
651       "sig" : "(target, e, id)",
652       "static" : false,
653       "memberOf" : "Roo.dd.DragSource",
654       "isStatic" : false,
655       "isConstructor" : false,
656       "isPrivate" : false,
657       "example" : "",
658       "deprecated" : "",
659       "since" : "",
660       "see" : "",
661       "exceptions" : "",
662       "requires" : "",
663       "params" : [
664         {
665           "name" : "target",
666           "type" : "Roo.dd.DragDrop",
667           "desc" : "The drop target",
668           "isOptional" : false
669         },
670         {
671           "name" : "e",
672           "type" : "Event",
673           "desc" : "The event object",
674           "isOptional" : false
675         },
676         {
677           "name" : "id",
678           "type" : "String",
679           "desc" : "The id of the dragged element",
680           "isOptional" : false
681         }
682       ],
683       "returns" : [
684         {
685           "name" : "",
686           "type" : "Boolean",
687           "desc" : "isValid True if the drag event is valid, else false to cancel"
688         }
689       ]
690     },
691     {
692       "name" : "afterInvalidDrop",
693       "type" : "function",
694       "desc" : "An empty function by default, but provided so that you can perform a custom action\nafter an invalid drop has occurred by providing an implementation.",
695       "sig" : "(e, id)",
696       "static" : false,
697       "memberOf" : "Roo.dd.DragSource",
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 event object",
712           "isOptional" : false
713         },
714         {
715           "name" : "id",
716           "type" : "String",
717           "desc" : "The id of the dropped element",
718           "isOptional" : false
719         }
720       ],
721       "returns" : []
722     },
723     {
724       "name" : "afterValidDrop",
725       "type" : "function",
726       "desc" : "An empty function by default, but provided so that you can perform a custom action\nafter a valid drop has occurred by providing an implementation.",
727       "sig" : "(target, e, id)",
728       "static" : false,
729       "memberOf" : "Roo.dd.DragSource",
730       "isStatic" : false,
731       "isConstructor" : false,
732       "isPrivate" : false,
733       "example" : "",
734       "deprecated" : "",
735       "since" : "",
736       "see" : "",
737       "exceptions" : "",
738       "requires" : "",
739       "params" : [
740         {
741           "name" : "target",
742           "type" : "Object",
743           "desc" : "The target DD",
744           "isOptional" : false
745         },
746         {
747           "name" : "e",
748           "type" : "Event",
749           "desc" : "The event object",
750           "isOptional" : false
751         },
752         {
753           "name" : "id",
754           "type" : "String",
755           "desc" : "The id of the dropped element",
756           "isOptional" : false
757         }
758       ],
759       "returns" : []
760     },
761     {
762       "name" : "initFrame",
763       "type" : "function",
764       "desc" : "Initialization for the drag frame element.  Must be called in the\nconstructor of all subclasses",
765       "sig" : "()\n{\n\n}",
766       "static" : false,
767       "memberOf" : "Roo.dd.DDProxy",
768       "isStatic" : false,
769       "isConstructor" : false,
770       "isPrivate" : false,
771       "example" : "",
772       "deprecated" : "",
773       "since" : "",
774       "see" : "",
775       "exceptions" : "",
776       "requires" : "",
777       "params" : [],
778       "returns" : []
779     },
780     {
781       "name" : "createFrame",
782       "type" : "function",
783       "desc" : "Creates the proxy element if it does not yet exist",
784       "sig" : "()\n{\n\n}",
785       "static" : false,
786       "memberOf" : "Roo.dd.DDProxy",
787       "isStatic" : false,
788       "isConstructor" : false,
789       "isPrivate" : false,
790       "example" : "",
791       "deprecated" : "",
792       "since" : "",
793       "see" : "",
794       "exceptions" : "",
795       "requires" : "",
796       "params" : [],
797       "returns" : []
798     },
799     {
800       "name" : "alignElWithMouse",
801       "type" : "function",
802       "desc" : "Sets the element to the location of the mousedown or click event,\nmaintaining the cursor location relative to the location on the element\nthat was clicked.  Override this if you want to place the element in a\nlocation other than where the cursor is.",
803       "sig" : "(el, iPageX, iPageY)",
804       "static" : false,
805       "memberOf" : "Roo.dd.DD",
806       "isStatic" : false,
807       "isConstructor" : false,
808       "isPrivate" : false,
809       "example" : "",
810       "deprecated" : "",
811       "since" : "",
812       "see" : "",
813       "exceptions" : "",
814       "requires" : "",
815       "params" : [
816         {
817           "name" : "el",
818           "type" : "HTMLElement",
819           "desc" : "the element to move",
820           "isOptional" : false
821         },
822         {
823           "name" : "iPageX",
824           "type" : "int",
825           "desc" : "the X coordinate of the mousedown or drag event",
826           "isOptional" : false
827         },
828         {
829           "name" : "iPageY",
830           "type" : "int",
831           "desc" : "the Y coordinate of the mousedown or drag event",
832           "isOptional" : false
833         }
834       ],
835       "returns" : []
836     },
837     {
838       "name" : "setDelta",
839       "type" : "function",
840       "desc" : "Sets the pointer offset.  You can call this directly to force the\noffset to be in a particular location (e.g., pass in 0,0 to set it\nto the center of the object)",
841       "sig" : "(iDeltaX, iDeltaY)",
842       "static" : false,
843       "memberOf" : "Roo.dd.DD",
844       "isStatic" : false,
845       "isConstructor" : false,
846       "isPrivate" : false,
847       "example" : "",
848       "deprecated" : "",
849       "since" : "",
850       "see" : "",
851       "exceptions" : "",
852       "requires" : "",
853       "params" : [
854         {
855           "name" : "iDeltaX",
856           "type" : "int",
857           "desc" : "the distance from the left",
858           "isOptional" : false
859         },
860         {
861           "name" : "iDeltaY",
862           "type" : "int",
863           "desc" : "the distance from the top",
864           "isOptional" : false
865         }
866       ],
867       "returns" : []
868     },
869     {
870       "name" : "autoOffset",
871       "type" : "function",
872       "desc" : "Sets the pointer offset to the distance between the linked element's top\nleft corner and the location the element was clicked",
873       "sig" : "(iPageX, iPageY)",
874       "static" : false,
875       "memberOf" : "Roo.dd.DD",
876       "isStatic" : false,
877       "isConstructor" : false,
878       "isPrivate" : false,
879       "example" : "",
880       "deprecated" : "",
881       "since" : "",
882       "see" : "",
883       "exceptions" : "",
884       "requires" : "",
885       "params" : [
886         {
887           "name" : "iPageX",
888           "type" : "int",
889           "desc" : "the X coordinate of the click",
890           "isOptional" : false
891         },
892         {
893           "name" : "iPageY",
894           "type" : "int",
895           "desc" : "the Y coordinate of the click",
896           "isOptional" : false
897         }
898       ],
899       "returns" : []
900     },
901     {
902       "name" : "setDragElPos",
903       "type" : "function",
904       "desc" : "Sets the drag element to the location of the mousedown or click event,\nmaintaining the cursor location relative to the location on the element\nthat was clicked.  Override this if you want to place the element in a\nlocation other than where the cursor is.",
905       "sig" : "(iPageX, iPageY)",
906       "static" : false,
907       "memberOf" : "Roo.dd.DD",
908       "isStatic" : false,
909       "isConstructor" : false,
910       "isPrivate" : false,
911       "example" : "",
912       "deprecated" : "",
913       "since" : "",
914       "see" : "",
915       "exceptions" : "",
916       "requires" : "",
917       "params" : [
918         {
919           "name" : "iPageX",
920           "type" : "int",
921           "desc" : "the X coordinate of the mousedown or drag event",
922           "isOptional" : false
923         },
924         {
925           "name" : "iPageY",
926           "type" : "int",
927           "desc" : "the Y coordinate of the mousedown or drag event",
928           "isOptional" : false
929         }
930       ],
931       "returns" : []
932     },
933     {
934       "name" : "cachePosition",
935       "type" : "function",
936       "desc" : "Saves the most recent position so that we can reset the constraints and\ntick marks on-demand.  We need to know this so that we can calculate the\nnumber of pixels the element is offset from its original position.",
937       "sig" : "(iPageX, iPageY)",
938       "static" : false,
939       "memberOf" : "Roo.dd.DD",
940       "isStatic" : false,
941       "isConstructor" : false,
942       "isPrivate" : false,
943       "example" : "",
944       "deprecated" : "",
945       "since" : "",
946       "see" : "",
947       "exceptions" : "",
948       "requires" : "",
949       "params" : [
950         {
951           "name" : "iPageX",
952           "type" : "",
953           "desc" : "the current x position (optional, this just makes it so we\ndon't have to look it up again)",
954           "isOptional" : false
955         },
956         {
957           "name" : "iPageY",
958           "type" : "",
959           "desc" : "the current y position (optional, this just makes it so we\ndon't have to look it up again)",
960           "isOptional" : false
961         }
962       ],
963       "returns" : []
964     },
965     {
966       "name" : "setHandleElId",
967       "type" : "function",
968       "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.",
969       "sig" : "(id)",
970       "static" : false,
971       "memberOf" : "Roo.dd.DragDrop",
972       "isStatic" : false,
973       "isConstructor" : false,
974       "isPrivate" : false,
975       "example" : "",
976       "deprecated" : "",
977       "since" : "",
978       "see" : "",
979       "exceptions" : "",
980       "requires" : "",
981       "params" : [
982         {
983           "name" : "id",
984           "type" : "",
985           "desc" : "{string} the id of the element that will be used to\ninitiate the drag.",
986           "isOptional" : false
987         }
988       ],
989       "returns" : []
990     },
991     {
992       "name" : "init",
993       "type" : "function",
994       "desc" : "Sets up the DragDrop object.  Must be called in the constructor of any\nRoo.dd.DragDrop subclass",
995       "sig" : "(id, sGroup, config)",
996       "static" : false,
997       "memberOf" : "Roo.dd.DragDrop",
998       "isStatic" : false,
999       "isConstructor" : false,
1000       "isPrivate" : false,
1001       "example" : "",
1002       "deprecated" : "",
1003       "since" : "",
1004       "see" : "",
1005       "exceptions" : "",
1006       "requires" : "",
1007       "params" : [
1008         {
1009           "name" : "id",
1010           "type" : "",
1011           "desc" : "the id of the linked element",
1012           "isOptional" : false
1013         },
1014         {
1015           "name" : "sGroup",
1016           "type" : "String",
1017           "desc" : "the group of related items",
1018           "isOptional" : false
1019         },
1020         {
1021           "name" : "config",
1022           "type" : "object",
1023           "desc" : "configuration attributes",
1024           "isOptional" : false
1025         }
1026       ],
1027       "returns" : []
1028     },
1029     {
1030       "name" : "removeInvalidHandleType",
1031       "type" : "function",
1032       "desc" : "Unsets an excluded tag name set by addInvalidHandleType",
1033       "sig" : "(tagName)",
1034       "static" : false,
1035       "memberOf" : "Roo.dd.DragDrop",
1036       "isStatic" : false,
1037       "isConstructor" : false,
1038       "isPrivate" : false,
1039       "example" : "",
1040       "deprecated" : "",
1041       "since" : "",
1042       "see" : "",
1043       "exceptions" : "",
1044       "requires" : "",
1045       "params" : [
1046         {
1047           "name" : "tagName",
1048           "type" : "string",
1049           "desc" : "the type of element to unexclude",
1050           "isOptional" : false
1051         }
1052       ],
1053       "returns" : []
1054     },
1055     {
1056       "name" : "unreg",
1057       "type" : "function",
1058       "desc" : "Remove all drag and drop hooks for this element",
1059       "sig" : "()\n{\n\n}",
1060       "static" : false,
1061       "memberOf" : "Roo.dd.DragDrop",
1062       "isStatic" : false,
1063       "isConstructor" : false,
1064       "isPrivate" : false,
1065       "example" : "",
1066       "deprecated" : "",
1067       "since" : "",
1068       "see" : "",
1069       "exceptions" : "",
1070       "requires" : "",
1071       "params" : [],
1072       "returns" : []
1073     },
1074     {
1075       "name" : "addInvalidHandleType",
1076       "type" : "function",
1077       "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.",
1078       "sig" : "(tagName)",
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" : "tagName",
1093           "type" : "string",
1094           "desc" : "the type of element to exclude",
1095           "isOptional" : false
1096         }
1097       ],
1098       "returns" : []
1099     },
1100     {
1101       "name" : "onDragDrop",
1102       "type" : "function",
1103       "desc" : "Abstract method called when this item is dropped on another DragDrop\nobj",
1104       "sig" : "(e, id)",
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" : "e",
1119           "type" : "Event",
1120           "desc" : "the mouseup event",
1121           "isOptional" : false
1122         },
1123         {
1124           "name" : "id",
1125           "type" : "String|DragDrop[]",
1126           "desc" : "In POINT mode, the element\nid this was dropped on.  In INTERSECT mode, an array of dd items this\nwas dropped on.",
1127           "isOptional" : false
1128         }
1129       ],
1130       "returns" : []
1131     },
1132     {
1133       "name" : "removeInvalidHandleId",
1134       "type" : "function",
1135       "desc" : "Unsets an invalid handle id",
1136       "sig" : "(id)",
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         {
1150           "name" : "id",
1151           "type" : "string",
1152           "desc" : "the id of the element to re-enable",
1153           "isOptional" : false
1154         }
1155       ],
1156       "returns" : []
1157     },
1158     {
1159       "name" : "onAvailable",
1160       "type" : "function",
1161       "desc" : "Override the onAvailable method to do what is needed after the initial\nposition was determined.",
1162       "sig" : "()\n{\n\n}",
1163       "static" : false,
1164       "memberOf" : "Roo.dd.DragDrop",
1165       "isStatic" : false,
1166       "isConstructor" : false,
1167       "isPrivate" : false,
1168       "example" : "",
1169       "deprecated" : "",
1170       "since" : "",
1171       "see" : "",
1172       "exceptions" : "",
1173       "requires" : "",
1174       "params" : [],
1175       "returns" : []
1176     },
1177     {
1178       "name" : "setOuterHandleElId",
1179       "type" : "function",
1180       "desc" : "Allows you to set an element outside of the linked element as a drag\nhandle",
1181       "sig" : "(id)",
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         {
1195           "name" : "id",
1196           "type" : "",
1197           "desc" : "the id of the element that will be used to initiate the drag",
1198           "isOptional" : false
1199         }
1200       ],
1201       "returns" : []
1202     },
1203     {
1204       "name" : "onMouseUp",
1205       "type" : "function",
1206       "desc" : "Event handler that fires when a drag/drop obj gets a mouseup",
1207       "sig" : "(e)",
1208       "static" : false,
1209       "memberOf" : "Roo.dd.DragDrop",
1210       "isStatic" : false,
1211       "isConstructor" : false,
1212       "isPrivate" : false,
1213       "example" : "",
1214       "deprecated" : "",
1215       "since" : "",
1216       "see" : "",
1217       "exceptions" : "",
1218       "requires" : "",
1219       "params" : [
1220         {
1221           "name" : "e",
1222           "type" : "Event",
1223           "desc" : "the mouseup event",
1224           "isOptional" : false
1225         }
1226       ],
1227       "returns" : []
1228     },
1229     {
1230       "name" : "getDragEl",
1231       "type" : "function",
1232       "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",
1233       "sig" : "()\n{\n\n}",
1234       "static" : false,
1235       "memberOf" : "Roo.dd.DragDrop",
1236       "isStatic" : false,
1237       "isConstructor" : false,
1238       "isPrivate" : false,
1239       "example" : "",
1240       "deprecated" : "",
1241       "since" : "",
1242       "see" : "",
1243       "exceptions" : "",
1244       "requires" : "",
1245       "params" : [],
1246       "returns" : [
1247         {
1248           "name" : "",
1249           "type" : "HTMLElement",
1250           "desc" : "the html element"
1251         }
1252       ]
1253     },
1254     {
1255       "name" : "setYConstraint",
1256       "type" : "function",
1257       "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.",
1258       "sig" : "(iUp, iDown, iTickSize)",
1259       "static" : false,
1260       "memberOf" : "Roo.dd.DragDrop",
1261       "isStatic" : false,
1262       "isConstructor" : false,
1263       "isPrivate" : false,
1264       "example" : "",
1265       "deprecated" : "",
1266       "since" : "",
1267       "see" : "",
1268       "exceptions" : "",
1269       "requires" : "",
1270       "params" : [
1271         {
1272           "name" : "iUp",
1273           "type" : "int",
1274           "desc" : "the number of pixels the element can move up",
1275           "isOptional" : false
1276         },
1277         {
1278           "name" : "iDown",
1279           "type" : "int",
1280           "desc" : "the number of pixels the element can move down",
1281           "isOptional" : false
1282         },
1283         {
1284           "name" : "iTickSize",
1285           "type" : "int",
1286           "desc" : "optional parameter for specifying that the\nelement should move iTickSize pixels at a time.",
1287           "isOptional" : false
1288         }
1289       ],
1290       "returns" : []
1291     },
1292     {
1293       "name" : "clearConstraints",
1294       "type" : "function",
1295       "desc" : "Clears any constraints applied to this instance.  Also clears ticks\nsince they can't exist independent of a constraint at this time.",
1296       "sig" : "()\n{\n\n}",
1297       "static" : false,
1298       "memberOf" : "Roo.dd.DragDrop",
1299       "isStatic" : false,
1300       "isConstructor" : false,
1301       "isPrivate" : false,
1302       "example" : "",
1303       "deprecated" : "",
1304       "since" : "",
1305       "see" : "",
1306       "exceptions" : "",
1307       "requires" : "",
1308       "params" : [],
1309       "returns" : []
1310     },
1311     {
1312       "name" : "onInvalidDrop",
1313       "type" : "function",
1314       "desc" : "Abstract method called when this item is dropped on an area with no\ndrop target",
1315       "sig" : "(e)",
1316       "static" : false,
1317       "memberOf" : "Roo.dd.DragDrop",
1318       "isStatic" : false,
1319       "isConstructor" : false,
1320       "isPrivate" : false,
1321       "example" : "",
1322       "deprecated" : "",
1323       "since" : "",
1324       "see" : "",
1325       "exceptions" : "",
1326       "requires" : "",
1327       "params" : [
1328         {
1329           "name" : "e",
1330           "type" : "Event",
1331           "desc" : "the mouseup event",
1332           "isOptional" : false
1333         }
1334       ],
1335       "returns" : []
1336     },
1337     {
1338       "name" : "addInvalidHandleId",
1339       "type" : "function",
1340       "desc" : "Lets you to specify an element id for a child of a drag handle\nthat should not initiate a drag",
1341       "sig" : "(id)",
1342       "static" : false,
1343       "memberOf" : "Roo.dd.DragDrop",
1344       "isStatic" : false,
1345       "isConstructor" : false,
1346       "isPrivate" : false,
1347       "example" : "",
1348       "deprecated" : "",
1349       "since" : "",
1350       "see" : "",
1351       "exceptions" : "",
1352       "requires" : "",
1353       "params" : [
1354         {
1355           "name" : "id",
1356           "type" : "string",
1357           "desc" : "the element id of the element you wish to ignore",
1358           "isOptional" : false
1359         }
1360       ],
1361       "returns" : []
1362     },
1363     {
1364       "name" : "removeInvalidHandleClass",
1365       "type" : "function",
1366       "desc" : "Unsets an invalid css class",
1367       "sig" : "(cssClass)",
1368       "static" : false,
1369       "memberOf" : "Roo.dd.DragDrop",
1370       "isStatic" : false,
1371       "isConstructor" : false,
1372       "isPrivate" : false,
1373       "example" : "",
1374       "deprecated" : "",
1375       "since" : "",
1376       "see" : "",
1377       "exceptions" : "",
1378       "requires" : "",
1379       "params" : [
1380         {
1381           "name" : "cssClass",
1382           "type" : "string",
1383           "desc" : "the class of the element(s) you wish to\nre-enable",
1384           "isOptional" : false
1385         }
1386       ],
1387       "returns" : []
1388     },
1389     {
1390       "name" : "onDragOut",
1391       "type" : "function",
1392       "desc" : "Abstract method called when we are no longer hovering over an element",
1393       "sig" : "(e, id)",
1394       "static" : false,
1395       "memberOf" : "Roo.dd.DragDrop",
1396       "isStatic" : false,
1397       "isConstructor" : false,
1398       "isPrivate" : false,
1399       "example" : "",
1400       "deprecated" : "",
1401       "since" : "",
1402       "see" : "",
1403       "exceptions" : "",
1404       "requires" : "",
1405       "params" : [
1406         {
1407           "name" : "e",
1408           "type" : "Event",
1409           "desc" : "the mousemove event",
1410           "isOptional" : false
1411         },
1412         {
1413           "name" : "id",
1414           "type" : "String|DragDrop[]",
1415           "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.",
1416           "isOptional" : false
1417         }
1418       ],
1419       "returns" : []
1420     },
1421     {
1422       "name" : "setDragElId",
1423       "type" : "function",
1424       "desc" : "Allows you to specify that an element other than the linked element\nwill be moved with the cursor during a drag",
1425       "sig" : "(id)",
1426       "static" : false,
1427       "memberOf" : "Roo.dd.DragDrop",
1428       "isStatic" : false,
1429       "isConstructor" : false,
1430       "isPrivate" : false,
1431       "example" : "",
1432       "deprecated" : "",
1433       "since" : "",
1434       "see" : "",
1435       "exceptions" : "",
1436       "requires" : "",
1437       "params" : [
1438         {
1439           "name" : "id",
1440           "type" : "",
1441           "desc" : "{string} the id of the element that will be used to initiate the drag",
1442           "isOptional" : false
1443         }
1444       ],
1445       "returns" : []
1446     },
1447     {
1448       "name" : "endDrag",
1449       "type" : "function",
1450       "desc" : "Fired when we are done dragging the object",
1451       "sig" : "(e)",
1452       "static" : false,
1453       "memberOf" : "Roo.dd.DragDrop",
1454       "isStatic" : false,
1455       "isConstructor" : false,
1456       "isPrivate" : false,
1457       "example" : "",
1458       "deprecated" : "",
1459       "since" : "",
1460       "see" : "",
1461       "exceptions" : "",
1462       "requires" : "",
1463       "params" : [
1464         {
1465           "name" : "e",
1466           "type" : "Event",
1467           "desc" : "the mouseup event",
1468           "isOptional" : false
1469         }
1470       ],
1471       "returns" : []
1472     },
1473     {
1474       "name" : "getEl",
1475       "type" : "function",
1476       "desc" : "Returns a reference to the linked element",
1477       "sig" : "()\n{\n\n}",
1478       "static" : false,
1479       "memberOf" : "Roo.dd.DragDrop",
1480       "isStatic" : false,
1481       "isConstructor" : false,
1482       "isPrivate" : false,
1483       "example" : "",
1484       "deprecated" : "",
1485       "since" : "",
1486       "see" : "",
1487       "exceptions" : "",
1488       "requires" : "",
1489       "params" : [],
1490       "returns" : [
1491         {
1492           "name" : "",
1493           "type" : "HTMLElement",
1494           "desc" : "the html element"
1495         }
1496       ]
1497     },
1498     {
1499       "name" : "onDrag",
1500       "type" : "function",
1501       "desc" : "Abstract method called during the onMouseMove event while dragging an\nobject.",
1502       "sig" : "(e)",
1503       "static" : false,
1504       "memberOf" : "Roo.dd.DragDrop",
1505       "isStatic" : false,
1506       "isConstructor" : false,
1507       "isPrivate" : false,
1508       "example" : "",
1509       "deprecated" : "",
1510       "since" : "",
1511       "see" : "",
1512       "exceptions" : "",
1513       "requires" : "",
1514       "params" : [
1515         {
1516           "name" : "e",
1517           "type" : "Event",
1518           "desc" : "the mousemove event",
1519           "isOptional" : false
1520         }
1521       ],
1522       "returns" : []
1523     },
1524     {
1525       "name" : "onDragEnter",
1526       "type" : "function",
1527       "desc" : "Abstract method called when this element fist begins hovering over\nanother DragDrop obj",
1528       "sig" : "(e, id)",
1529       "static" : false,
1530       "memberOf" : "Roo.dd.DragDrop",
1531       "isStatic" : false,
1532       "isConstructor" : false,
1533       "isPrivate" : false,
1534       "example" : "",
1535       "deprecated" : "",
1536       "since" : "",
1537       "see" : "",
1538       "exceptions" : "",
1539       "requires" : "",
1540       "params" : [
1541         {
1542           "name" : "e",
1543           "type" : "Event",
1544           "desc" : "the mousemove event",
1545           "isOptional" : false
1546         },
1547         {
1548           "name" : "id",
1549           "type" : "String|DragDrop[]",
1550           "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.",
1551           "isOptional" : false
1552         }
1553       ],
1554       "returns" : []
1555     },
1556     {
1557       "name" : "lock",
1558       "type" : "function",
1559       "desc" : "Lock this instance",
1560       "sig" : "()\n{\n\n}",
1561       "static" : false,
1562       "memberOf" : "Roo.dd.DragDrop",
1563       "isStatic" : false,
1564       "isConstructor" : false,
1565       "isPrivate" : false,
1566       "example" : "",
1567       "deprecated" : "",
1568       "since" : "",
1569       "see" : "",
1570       "exceptions" : "",
1571       "requires" : "",
1572       "params" : [],
1573       "returns" : []
1574     },
1575     {
1576       "name" : "onMouseDown",
1577       "type" : "function",
1578       "desc" : "Event handler that fires when a drag/drop obj gets a mousedown",
1579       "sig" : "(e)",
1580       "static" : false,
1581       "memberOf" : "Roo.dd.DragDrop",
1582       "isStatic" : false,
1583       "isConstructor" : false,
1584       "isPrivate" : false,
1585       "example" : "",
1586       "deprecated" : "",
1587       "since" : "",
1588       "see" : "",
1589       "exceptions" : "",
1590       "requires" : "",
1591       "params" : [
1592         {
1593           "name" : "e",
1594           "type" : "Event",
1595           "desc" : "the mousedown event",
1596           "isOptional" : false
1597         }
1598       ],
1599       "returns" : []
1600     },
1601     {
1602       "name" : "applyConfig",
1603       "type" : "function",
1604       "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.",
1605       "sig" : "()\n{\n\n}",
1606       "static" : false,
1607       "memberOf" : "Roo.dd.DragDrop",
1608       "isStatic" : false,
1609       "isConstructor" : false,
1610       "isPrivate" : false,
1611       "example" : "",
1612       "deprecated" : "",
1613       "since" : "",
1614       "see" : "",
1615       "exceptions" : "",
1616       "requires" : "",
1617       "params" : [],
1618       "returns" : []
1619     },
1620     {
1621       "name" : "unlock",
1622       "type" : "function",
1623       "desc" : "Unlock this instace",
1624       "sig" : "()\n{\n\n}",
1625       "static" : false,
1626       "memberOf" : "Roo.dd.DragDrop",
1627       "isStatic" : false,
1628       "isConstructor" : false,
1629       "isPrivate" : false,
1630       "example" : "",
1631       "deprecated" : "",
1632       "since" : "",
1633       "see" : "",
1634       "exceptions" : "",
1635       "requires" : "",
1636       "params" : [],
1637       "returns" : []
1638     },
1639     {
1640       "name" : "isTarget",
1641       "type" : "function",
1642       "desc" : "By default, all insances can be a drop target.  This can be disabled by\nsetting isTarget to false.",
1643       "sig" : "()\n{\n\n}",
1644       "static" : false,
1645       "memberOf" : "Roo.dd.DragDrop",
1646       "isStatic" : false,
1647       "isConstructor" : false,
1648       "isPrivate" : false,
1649       "example" : "",
1650       "deprecated" : "",
1651       "since" : "",
1652       "see" : "",
1653       "exceptions" : "",
1654       "requires" : "",
1655       "params" : [],
1656       "returns" : []
1657     },
1658     {
1659       "name" : "setInitPosition",
1660       "type" : "function",
1661       "desc" : "Stores the initial placement of the linked element.",
1662       "sig" : "(diffX, diffY)",
1663       "static" : false,
1664       "memberOf" : "Roo.dd.DragDrop",
1665       "isStatic" : false,
1666       "isConstructor" : false,
1667       "isPrivate" : false,
1668       "example" : "",
1669       "deprecated" : "",
1670       "since" : "",
1671       "see" : "",
1672       "exceptions" : "",
1673       "requires" : "",
1674       "params" : [
1675         {
1676           "name" : "diffX",
1677           "type" : "int",
1678           "desc" : "the X offset, default 0",
1679           "isOptional" : false
1680         },
1681         {
1682           "name" : "diffY",
1683           "type" : "int",
1684           "desc" : "the Y offset, default 0",
1685           "isOptional" : false
1686         }
1687       ],
1688       "returns" : []
1689     },
1690     {
1691       "name" : "initTarget",
1692       "type" : "function",
1693       "desc" : "Initializes Targeting functionality only... the object does not\nget a mousedown handler.",
1694       "sig" : "(id, sGroup, config)",
1695       "static" : false,
1696       "memberOf" : "Roo.dd.DragDrop",
1697       "isStatic" : false,
1698       "isConstructor" : false,
1699       "isPrivate" : false,
1700       "example" : "",
1701       "deprecated" : "",
1702       "since" : "",
1703       "see" : "",
1704       "exceptions" : "",
1705       "requires" : "",
1706       "params" : [
1707         {
1708           "name" : "id",
1709           "type" : "",
1710           "desc" : "the id of the linked element",
1711           "isOptional" : false
1712         },
1713         {
1714           "name" : "sGroup",
1715           "type" : "String",
1716           "desc" : "the group of related items",
1717           "isOptional" : false
1718         },
1719         {
1720           "name" : "config",
1721           "type" : "object",
1722           "desc" : "configuration attributes",
1723           "isOptional" : false
1724         }
1725       ],
1726       "returns" : []
1727     },
1728     {
1729       "name" : "addToGroup",
1730       "type" : "function",
1731       "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.",
1732       "sig" : "(sGroup)",
1733       "static" : false,
1734       "memberOf" : "Roo.dd.DragDrop",
1735       "isStatic" : false,
1736       "isConstructor" : false,
1737       "isPrivate" : false,
1738       "example" : "",
1739       "deprecated" : "",
1740       "since" : "",
1741       "see" : "",
1742       "exceptions" : "",
1743       "requires" : "",
1744       "params" : [
1745         {
1746           "name" : "sGroup",
1747           "type" : "",
1748           "desc" : "{string} the name of the group",
1749           "isOptional" : false
1750         }
1751       ],
1752       "returns" : []
1753     },
1754     {
1755       "name" : "onDragOver",
1756       "type" : "function",
1757       "desc" : "Abstract method called when this element is hovering over another\nDragDrop obj",
1758       "sig" : "(e, id)",
1759       "static" : false,
1760       "memberOf" : "Roo.dd.DragDrop",
1761       "isStatic" : false,
1762       "isConstructor" : false,
1763       "isPrivate" : false,
1764       "example" : "",
1765       "deprecated" : "",
1766       "since" : "",
1767       "see" : "",
1768       "exceptions" : "",
1769       "requires" : "",
1770       "params" : [
1771         {
1772           "name" : "e",
1773           "type" : "Event",
1774           "desc" : "the mousemove event",
1775           "isOptional" : false
1776         },
1777         {
1778           "name" : "id",
1779           "type" : "String|DragDrop[]",
1780           "desc" : "In POINT mode, the element\nid this is hovering over.  In INTERSECT mode, an array of dd items\nbeing hovered over.",
1781           "isOptional" : false
1782         }
1783       ],
1784       "returns" : []
1785     },
1786     {
1787       "name" : "toString",
1788       "type" : "function",
1789       "desc" : "toString method",
1790       "sig" : "()\n{\n\n}",
1791       "static" : false,
1792       "memberOf" : "Roo.dd.DragDrop",
1793       "isStatic" : false,
1794       "isConstructor" : false,
1795       "isPrivate" : false,
1796       "example" : "",
1797       "deprecated" : "",
1798       "since" : "",
1799       "see" : "",
1800       "exceptions" : "",
1801       "requires" : "",
1802       "params" : [],
1803       "returns" : [
1804         {
1805           "name" : "",
1806           "type" : "string",
1807           "desc" : "string representation of the dd obj"
1808         }
1809       ]
1810     },
1811     {
1812       "name" : "setPadding",
1813       "type" : "function",
1814       "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.",
1815       "sig" : "(iTop, iRight, iBot, iLeft)",
1816       "static" : false,
1817       "memberOf" : "Roo.dd.DragDrop",
1818       "isStatic" : false,
1819       "isConstructor" : false,
1820       "isPrivate" : false,
1821       "example" : "",
1822       "deprecated" : "",
1823       "since" : "",
1824       "see" : "",
1825       "exceptions" : "",
1826       "requires" : "",
1827       "params" : [
1828         {
1829           "name" : "iTop",
1830           "type" : "int",
1831           "desc" : "Top pad",
1832           "isOptional" : false
1833         },
1834         {
1835           "name" : "iRight",
1836           "type" : "int",
1837           "desc" : "Right pad",
1838           "isOptional" : false
1839         },
1840         {
1841           "name" : "iBot",
1842           "type" : "int",
1843           "desc" : "Bot pad",
1844           "isOptional" : false
1845         },
1846         {
1847           "name" : "iLeft",
1848           "type" : "int",
1849           "desc" : "Left pad",
1850           "isOptional" : false
1851         }
1852       ],
1853       "returns" : []
1854     },
1855     {
1856       "name" : "removeFromGroup",
1857       "type" : "function",
1858       "desc" : "Remove's this instance from the supplied interaction group",
1859       "sig" : "(sGroup)",
1860       "static" : false,
1861       "memberOf" : "Roo.dd.DragDrop",
1862       "isStatic" : false,
1863       "isConstructor" : false,
1864       "isPrivate" : false,
1865       "example" : "",
1866       "deprecated" : "",
1867       "since" : "",
1868       "see" : "",
1869       "exceptions" : "",
1870       "requires" : "",
1871       "params" : [
1872         {
1873           "name" : "sGroup",
1874           "type" : "string",
1875           "desc" : "The group to drop",
1876           "isOptional" : false
1877         }
1878       ],
1879       "returns" : []
1880     },
1881     {
1882       "name" : "addInvalidHandleClass",
1883       "type" : "function",
1884       "desc" : "Lets you specify a css class of elements that will not initiate a drag",
1885       "sig" : "(cssClass)",
1886       "static" : false,
1887       "memberOf" : "Roo.dd.DragDrop",
1888       "isStatic" : false,
1889       "isConstructor" : false,
1890       "isPrivate" : false,
1891       "example" : "",
1892       "deprecated" : "",
1893       "since" : "",
1894       "see" : "",
1895       "exceptions" : "",
1896       "requires" : "",
1897       "params" : [
1898         {
1899           "name" : "cssClass",
1900           "type" : "string",
1901           "desc" : "the class of the elements you wish to ignore",
1902           "isOptional" : false
1903         }
1904       ],
1905       "returns" : []
1906     },
1907     {
1908       "name" : "startDrag",
1909       "type" : "function",
1910       "desc" : "Abstract method called after a drag/drop object is clicked\nand the drag or mousedown time thresholds have beeen met.",
1911       "sig" : "(X, Y)",
1912       "static" : false,
1913       "memberOf" : "Roo.dd.DragDrop",
1914       "isStatic" : false,
1915       "isConstructor" : false,
1916       "isPrivate" : false,
1917       "example" : "",
1918       "deprecated" : "",
1919       "since" : "",
1920       "see" : "",
1921       "exceptions" : "",
1922       "requires" : "",
1923       "params" : [
1924         {
1925           "name" : "X",
1926           "type" : "int",
1927           "desc" : "click location",
1928           "isOptional" : false
1929         },
1930         {
1931           "name" : "Y",
1932           "type" : "int",
1933           "desc" : "click location",
1934           "isOptional" : false
1935         }
1936       ],
1937       "returns" : []
1938     },
1939     {
1940       "name" : "padding",
1941       "type" : "function",
1942       "desc" : "The padding configured for this drag and drop object for calculating\nthe drop zone intersection with this object.",
1943       "sig" : "()\n{\n\n}",
1944       "static" : false,
1945       "memberOf" : "Roo.dd.DragDrop",
1946       "isStatic" : false,
1947       "isConstructor" : false,
1948       "isPrivate" : false,
1949       "example" : "",
1950       "deprecated" : "",
1951       "since" : "",
1952       "see" : "",
1953       "exceptions" : "",
1954       "requires" : "",
1955       "params" : [],
1956       "returns" : []
1957     },
1958     {
1959       "name" : "resetConstraints",
1960       "type" : "function",
1961       "desc" : "resetConstraints must be called if you manually reposition a dd element.",
1962       "sig" : "(maintainOffset)",
1963       "static" : false,
1964       "memberOf" : "Roo.dd.DragDrop",
1965       "isStatic" : false,
1966       "isConstructor" : false,
1967       "isPrivate" : false,
1968       "example" : "",
1969       "deprecated" : "",
1970       "since" : "",
1971       "see" : "",
1972       "exceptions" : "",
1973       "requires" : "",
1974       "params" : [
1975         {
1976           "name" : "maintainOffset",
1977           "type" : "boolean",
1978           "desc" : "",
1979           "isOptional" : false
1980         }
1981       ],
1982       "returns" : []
1983     },
1984     {
1985       "name" : "clearTicks",
1986       "type" : "function",
1987       "desc" : "Clears any tick interval defined for this instance",
1988       "sig" : "()\n{\n\n}",
1989       "static" : false,
1990       "memberOf" : "Roo.dd.DragDrop",
1991       "isStatic" : false,
1992       "isConstructor" : false,
1993       "isPrivate" : false,
1994       "example" : "",
1995       "deprecated" : "",
1996       "since" : "",
1997       "see" : "",
1998       "exceptions" : "",
1999       "requires" : "",
2000       "params" : [],
2001       "returns" : []
2002     },
2003     {
2004       "name" : "isLocked",
2005       "type" : "function",
2006       "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.)",
2007       "sig" : "()\n{\n\n}",
2008       "static" : false,
2009       "memberOf" : "Roo.dd.DragDrop",
2010       "isStatic" : false,
2011       "isConstructor" : false,
2012       "isPrivate" : false,
2013       "example" : "",
2014       "deprecated" : "",
2015       "since" : "",
2016       "see" : "",
2017       "exceptions" : "",
2018       "requires" : "",
2019       "params" : [],
2020       "returns" : [
2021         {
2022           "name" : "",
2023           "type" : "boolean",
2024           "desc" : "true if this obj or all drag/drop is locked, else\nfalse"
2025         }
2026       ]
2027     },
2028     {
2029       "name" : "setXConstraint",
2030       "type" : "function",
2031       "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.",
2032       "sig" : "(iLeft, iRight, iTickSize)",
2033       "static" : false,
2034       "memberOf" : "Roo.dd.DragDrop",
2035       "isStatic" : false,
2036       "isConstructor" : false,
2037       "isPrivate" : false,
2038       "example" : "",
2039       "deprecated" : "",
2040       "since" : "",
2041       "see" : "",
2042       "exceptions" : "",
2043       "requires" : "",
2044       "params" : [
2045         {
2046           "name" : "iLeft",
2047           "type" : "int",
2048           "desc" : "the number of pixels the element can move to the left",
2049           "isOptional" : false
2050         },
2051         {
2052           "name" : "iRight",
2053           "type" : "int",
2054           "desc" : "the number of pixels the element can move to the\nright",
2055           "isOptional" : false
2056         },
2057         {
2058           "name" : "iTickSize",
2059           "type" : "int",
2060           "desc" : "optional parameter for specifying that the\nelement\nshould move iTickSize pixels at a time.",
2061           "isOptional" : false
2062         }
2063       ],
2064       "returns" : []
2065     },
2066     {
2067       "name" : "isValidHandleChild",
2068       "type" : "function",
2069       "desc" : "Checks the tag exclusion list to see if this click should be ignored",
2070       "sig" : "(node)",
2071       "static" : false,
2072       "memberOf" : "Roo.dd.DragDrop",
2073       "isStatic" : false,
2074       "isConstructor" : false,
2075       "isPrivate" : false,
2076       "example" : "",
2077       "deprecated" : "",
2078       "since" : "",
2079       "see" : "",
2080       "exceptions" : "",
2081       "requires" : "",
2082       "params" : [
2083         {
2084           "name" : "node",
2085           "type" : "HTMLElement",
2086           "desc" : "the HTMLElement to evaluate",
2087           "isOptional" : false
2088         }
2089       ],
2090       "returns" : [
2091         {
2092           "name" : "",
2093           "type" : "boolean",
2094           "desc" : "true if this is a valid tag type, false if not"
2095         }
2096       ]
2097     },
2098     {
2099       "name" : "purgeListeners",
2100       "type" : "function",
2101       "desc" : "Removes all listeners for this object",
2102       "sig" : "()\n{\n\n}",
2103       "static" : false,
2104       "memberOf" : "Roo.util.Observable",
2105       "isStatic" : false,
2106       "isConstructor" : false,
2107       "isPrivate" : false,
2108       "example" : "",
2109       "deprecated" : "",
2110       "since" : "",
2111       "see" : "",
2112       "exceptions" : "",
2113       "requires" : "",
2114       "params" : [],
2115       "returns" : []
2116     },
2117     {
2118       "name" : "on",
2119       "type" : "function",
2120       "desc" : "Appends an event handler to this element (shorthand for addListener)",
2121       "sig" : "(eventName, handler, scope, options)",
2122       "static" : false,
2123       "memberOf" : "Roo.util.Observable",
2124       "isStatic" : false,
2125       "isConstructor" : false,
2126       "isPrivate" : false,
2127       "example" : "",
2128       "deprecated" : "",
2129       "since" : "",
2130       "see" : "",
2131       "exceptions" : "",
2132       "requires" : "",
2133       "params" : [
2134         {
2135           "name" : "eventName",
2136           "type" : "String",
2137           "desc" : "The type of event to listen for",
2138           "isOptional" : false
2139         },
2140         {
2141           "name" : "handler",
2142           "type" : "Function",
2143           "desc" : "The method the event invokes",
2144           "isOptional" : false
2145         },
2146         {
2147           "name" : "scope",
2148           "type" : "Object",
2149           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
2150           "isOptional" : false
2151         },
2152         {
2153           "name" : "options",
2154           "type" : "Object",
2155           "desc" : "(optional)",
2156           "isOptional" : false
2157         }
2158       ],
2159       "returns" : []
2160     },
2161     {
2162       "name" : "un",
2163       "type" : "function",
2164       "desc" : "Removes a listener (shorthand for removeListener)",
2165       "sig" : "(eventName, handler, scope)",
2166       "static" : false,
2167       "memberOf" : "Roo.util.Observable",
2168       "isStatic" : false,
2169       "isConstructor" : false,
2170       "isPrivate" : false,
2171       "example" : "",
2172       "deprecated" : "",
2173       "since" : "",
2174       "see" : "",
2175       "exceptions" : "",
2176       "requires" : "",
2177       "params" : [
2178         {
2179           "name" : "eventName",
2180           "type" : "String",
2181           "desc" : "The type of event to listen for",
2182           "isOptional" : false
2183         },
2184         {
2185           "name" : "handler",
2186           "type" : "Function",
2187           "desc" : "The handler to remove",
2188           "isOptional" : false
2189         },
2190         {
2191           "name" : "scope",
2192           "type" : "Object",
2193           "desc" : "(optional) The scope (this object) for the handler",
2194           "isOptional" : false
2195         }
2196       ],
2197       "returns" : []
2198     },
2199     {
2200       "name" : "addEvents",
2201       "type" : "function",
2202       "desc" : "Used to define events on this Observable",
2203       "sig" : "(object)",
2204       "static" : false,
2205       "memberOf" : "Roo.util.Observable",
2206       "isStatic" : false,
2207       "isConstructor" : false,
2208       "isPrivate" : false,
2209       "example" : "",
2210       "deprecated" : "",
2211       "since" : "",
2212       "see" : "",
2213       "exceptions" : "",
2214       "requires" : "",
2215       "params" : [
2216         {
2217           "name" : "object",
2218           "type" : "Object",
2219           "desc" : "The object with the events defined",
2220           "isOptional" : false
2221         }
2222       ],
2223       "returns" : []
2224     },
2225     {
2226       "name" : "releaseCapture",
2227       "type" : "function",
2228       "desc" : "Removes <b>all</b> added captures from the Observable.",
2229       "sig" : "(o)",
2230       "static" : true,
2231       "memberOf" : "Roo.util.Observable",
2232       "isStatic" : true,
2233       "isConstructor" : false,
2234       "isPrivate" : false,
2235       "example" : "",
2236       "deprecated" : "",
2237       "since" : "",
2238       "see" : "",
2239       "exceptions" : "",
2240       "requires" : "",
2241       "params" : [
2242         {
2243           "name" : "o",
2244           "type" : "Observable",
2245           "desc" : "The Observable to release",
2246           "isOptional" : false
2247         }
2248       ],
2249       "returns" : []
2250     },
2251     {
2252       "name" : "removeListener",
2253       "type" : "function",
2254       "desc" : "Removes a listener",
2255       "sig" : "(eventName, handler, scope)",
2256       "static" : false,
2257       "memberOf" : "Roo.util.Observable",
2258       "isStatic" : false,
2259       "isConstructor" : false,
2260       "isPrivate" : false,
2261       "example" : "",
2262       "deprecated" : "",
2263       "since" : "",
2264       "see" : "",
2265       "exceptions" : "",
2266       "requires" : "",
2267       "params" : [
2268         {
2269           "name" : "eventName",
2270           "type" : "String",
2271           "desc" : "The type of event to listen for",
2272           "isOptional" : false
2273         },
2274         {
2275           "name" : "handler",
2276           "type" : "Function",
2277           "desc" : "The handler to remove",
2278           "isOptional" : false
2279         },
2280         {
2281           "name" : "scope",
2282           "type" : "Object",
2283           "desc" : "(optional) The scope (this object) for the handler",
2284           "isOptional" : false
2285         }
2286       ],
2287       "returns" : []
2288     },
2289     {
2290       "name" : "fireEvent",
2291       "type" : "function",
2292       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
2293       "sig" : "(eventName, args)",
2294       "static" : false,
2295       "memberOf" : "Roo.util.Observable",
2296       "isStatic" : false,
2297       "isConstructor" : false,
2298       "isPrivate" : false,
2299       "example" : "",
2300       "deprecated" : "",
2301       "since" : "",
2302       "see" : "",
2303       "exceptions" : "",
2304       "requires" : "",
2305       "params" : [
2306         {
2307           "name" : "eventName",
2308           "type" : "String",
2309           "desc" : "",
2310           "isOptional" : false
2311         },
2312         {
2313           "name" : "args",
2314           "type" : "Object...",
2315           "desc" : "Variable number of parameters are passed to handlers",
2316           "isOptional" : false
2317         }
2318       ],
2319       "returns" : [
2320         {
2321           "name" : "",
2322           "type" : "Boolean",
2323           "desc" : "returns false if any of the handlers return false otherwise it returns true"
2324         }
2325       ]
2326     },
2327     {
2328       "name" : "hasListener",
2329       "type" : "function",
2330       "desc" : "Checks to see if this object has any listeners for a specified event",
2331       "sig" : "(eventName)",
2332       "static" : false,
2333       "memberOf" : "Roo.util.Observable",
2334       "isStatic" : false,
2335       "isConstructor" : false,
2336       "isPrivate" : false,
2337       "example" : "",
2338       "deprecated" : "",
2339       "since" : "",
2340       "see" : "",
2341       "exceptions" : "",
2342       "requires" : "",
2343       "params" : [
2344         {
2345           "name" : "eventName",
2346           "type" : "String",
2347           "desc" : "The name of the event to check for",
2348           "isOptional" : false
2349         }
2350       ],
2351       "returns" : [
2352         {
2353           "name" : "",
2354           "type" : "Boolean",
2355           "desc" : "True if the event is being listened for, else false"
2356         }
2357       ]
2358     },
2359     {
2360       "name" : "capture",
2361       "type" : "function",
2362       "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.",
2363       "sig" : "(o, fn, scope)",
2364       "static" : true,
2365       "memberOf" : "Roo.util.Observable",
2366       "isStatic" : true,
2367       "isConstructor" : false,
2368       "isPrivate" : false,
2369       "example" : "",
2370       "deprecated" : "",
2371       "since" : "",
2372       "see" : "",
2373       "exceptions" : "",
2374       "requires" : "",
2375       "params" : [
2376         {
2377           "name" : "o",
2378           "type" : "Observable",
2379           "desc" : "The Observable to capture",
2380           "isOptional" : false
2381         },
2382         {
2383           "name" : "fn",
2384           "type" : "Function",
2385           "desc" : "The function to call",
2386           "isOptional" : false
2387         },
2388         {
2389           "name" : "scope",
2390           "type" : "Object",
2391           "desc" : "(optional) The scope (this object) for the fn",
2392           "isOptional" : false
2393         }
2394       ],
2395       "returns" : []
2396     },
2397     {
2398       "name" : "addListener",
2399       "type" : "function",
2400       "desc" : "Appends an event handler to this component",
2401       "sig" : "(eventName, handler, scope, options)",
2402       "static" : false,
2403       "memberOf" : "Roo.util.Observable",
2404       "isStatic" : false,
2405       "isConstructor" : false,
2406       "isPrivate" : false,
2407       "example" : "",
2408       "deprecated" : "",
2409       "since" : "",
2410       "see" : "",
2411       "exceptions" : "",
2412       "requires" : "",
2413       "params" : [
2414         {
2415           "name" : "eventName",
2416           "type" : "String",
2417           "desc" : "The type of event to listen for",
2418           "isOptional" : false
2419         },
2420         {
2421           "name" : "handler",
2422           "type" : "Function",
2423           "desc" : "The method the event invokes",
2424           "isOptional" : false
2425         },
2426         {
2427           "name" : "scope",
2428           "type" : "Object",
2429           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
2430           "isOptional" : false
2431         },
2432         {
2433           "name" : "options",
2434           "type" : "Object",
2435           "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>",
2436           "isOptional" : false
2437         }
2438       ],
2439       "returns" : []
2440     }
2441   ],
2442   "events" : []
2443 }