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