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