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