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