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