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