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