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