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