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