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