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