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