Fix #5665 - pre-commit hooks for roojs
[roojs1] / docs / symbols / Roo.data.Node.json
1 {
2   "name" : "Roo.data.Node",
3   "augments" : [
4     "Roo.util.Observable"
5   ],
6   "desc" : "",
7   "isSingleton" : false,
8   "isStatic" : false,
9   "isBuiltin" : false,
10   "memberOf" : "Node",
11   "example" : "",
12   "deprecated" : "",
13   "since" : "",
14   "see" : "",
15   "params" : [
16     {
17       "name" : "attributes",
18       "type" : "Object",
19       "desc" : "The attributes/config for the node",
20       "isOptional" : false
21     }
22   ],
23   "returns" : [
24   ],
25   "config" : [
26     {
27       "name" : "listeners",
28       "type" : "Object",
29       "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>",
30       "memberOf" : "Roo.util.Observable",
31       "values" : [
32       ]
33     },
34     {
35       "name" : "id",
36       "type" : "String",
37       "desc" : "The id for this node. If one is not specified, one is generated.",
38       "memberOf" : "Roo.data.Node",
39       "values" : [
40       ]
41     },
42     {
43       "name" : "leaf",
44       "type" : "Boolean",
45       "desc" : "true if this node is a leaf and does not have children",
46       "memberOf" : "Roo.data.Node",
47       "values" : [
48       ]
49     }
50   ],
51   "methods" : [
52     {
53       "name" : "sort",
54       "desc" : "Sorts this nodes children using the supplied sort function",
55       "isStatic" : false,
56       "isConstructor" : false,
57       "isPrivate" : false,
58       "memberOf" : "Roo.data.Node",
59       "example" : "",
60       "deprecated" : "",
61       "since" : "",
62       "see" : "",
63       "params" : [
64         {
65           "name" : "fn",
66           "type" : "Function",
67           "desc" : "",
68           "isOptional" : false
69         },
70         {
71           "name" : "scope",
72           "type" : "Object",
73           "desc" : "(optional)",
74           "isOptional" : false
75         }
76       ],
77       "returns" : [
78       ]
79     },
80     {
81       "name" : "removeChild",
82       "desc" : "Removes a child node from this node.",
83       "isStatic" : false,
84       "isConstructor" : false,
85       "isPrivate" : false,
86       "memberOf" : "Roo.data.Node",
87       "example" : "",
88       "deprecated" : "",
89       "since" : "",
90       "see" : "",
91       "params" : [
92         {
93           "name" : "node",
94           "type" : "Node",
95           "desc" : "The node to remove",
96           "isOptional" : false
97         }
98       ],
99       "returns" : [
100         {
101           "name" : "",
102           "type" : "Node",
103           "desc" : "The removed node"
104         }
105       ]
106     },
107     {
108       "name" : "isAncestor",
109       "desc" : "Returns true if the passed node is an ancestor (at any point) of this node.",
110       "isStatic" : false,
111       "isConstructor" : false,
112       "isPrivate" : false,
113       "memberOf" : "Roo.data.Node",
114       "example" : "",
115       "deprecated" : "",
116       "since" : "",
117       "see" : "",
118       "params" : [
119         {
120           "name" : "node",
121           "type" : "Node",
122           "desc" : "",
123           "isOptional" : false
124         }
125       ],
126       "returns" : [
127         {
128           "name" : "",
129           "type" : "Boolean",
130           "desc" : ""
131         }
132       ]
133     },
134     {
135       "name" : "contains",
136       "desc" : "Returns true if this node is an ancestor (at any point) of the passed node.",
137       "isStatic" : false,
138       "isConstructor" : false,
139       "isPrivate" : false,
140       "memberOf" : "Roo.data.Node",
141       "example" : "",
142       "deprecated" : "",
143       "since" : "",
144       "see" : "",
145       "params" : [
146         {
147           "name" : "node",
148           "type" : "Node",
149           "desc" : "",
150           "isOptional" : false
151         }
152       ],
153       "returns" : [
154         {
155           "name" : "",
156           "type" : "Boolean",
157           "desc" : ""
158         }
159       ]
160     },
161     {
162       "name" : "cascade",
163       "desc" : "Cascades down the tree from this node, calling the specified function with each node. The scope (<i>this</i>) of\nfunction call will be the scope provided or the current node. The arguments to the function\nwill be the args provided or the current node. If the function returns false at any point,\nthe cascade is stopped on that branch.",
164       "isStatic" : false,
165       "isConstructor" : false,
166       "isPrivate" : false,
167       "memberOf" : "Roo.data.Node",
168       "example" : "",
169       "deprecated" : "",
170       "since" : "",
171       "see" : "",
172       "params" : [
173         {
174           "name" : "fn",
175           "type" : "Function",
176           "desc" : "The function to call",
177           "isOptional" : false
178         },
179         {
180           "name" : "scope",
181           "type" : "Object",
182           "desc" : "(optional) The scope of the function (defaults to current node)",
183           "isOptional" : false
184         },
185         {
186           "name" : "args",
187           "type" : "Array",
188           "desc" : "(optional) The args to call the function with (default to passing the current node)",
189           "isOptional" : false
190         }
191       ],
192       "returns" : [
193       ]
194     },
195     {
196       "name" : "getDepth",
197       "desc" : "Returns depth of this node (the root node has a depth of 0)",
198       "isStatic" : false,
199       "isConstructor" : false,
200       "isPrivate" : false,
201       "memberOf" : "Roo.data.Node",
202       "example" : "",
203       "deprecated" : "",
204       "since" : "",
205       "see" : "",
206       "params" : [
207       ],
208       "returns" : [
209         {
210           "name" : "",
211           "type" : "Number",
212           "desc" : ""
213         }
214       ]
215     },
216     {
217       "name" : "getPath",
218       "desc" : "Returns the path for this node. The path can be used to expand or select this node programmatically.",
219       "isStatic" : false,
220       "isConstructor" : false,
221       "isPrivate" : false,
222       "memberOf" : "Roo.data.Node",
223       "example" : "",
224       "deprecated" : "",
225       "since" : "",
226       "see" : "",
227       "params" : [
228         {
229           "name" : "attr",
230           "type" : "String",
231           "desc" : "(optional) The attr to use for the path (defaults to the node's id)",
232           "isOptional" : false
233         }
234       ],
235       "returns" : [
236         {
237           "name" : "",
238           "type" : "String",
239           "desc" : "The path"
240         }
241       ]
242     },
243     {
244       "name" : "indexOf",
245       "desc" : "Returns the index of a child node",
246       "isStatic" : false,
247       "isConstructor" : false,
248       "isPrivate" : false,
249       "memberOf" : "Roo.data.Node",
250       "example" : "",
251       "deprecated" : "",
252       "since" : "",
253       "see" : "",
254       "params" : [
255         {
256           "name" : "node",
257           "type" : "Node",
258           "desc" : "",
259           "isOptional" : false
260         }
261       ],
262       "returns" : [
263         {
264           "name" : "",
265           "type" : "Number",
266           "desc" : "The index of the node or -1 if it was not found"
267         }
268       ]
269     },
270     {
271       "name" : "isFirst",
272       "desc" : "Returns true if this node is the first child of its parent",
273       "isStatic" : false,
274       "isConstructor" : false,
275       "isPrivate" : false,
276       "memberOf" : "Roo.data.Node",
277       "example" : "",
278       "deprecated" : "",
279       "since" : "",
280       "see" : "",
281       "params" : [
282       ],
283       "returns" : [
284         {
285           "name" : "",
286           "type" : "Boolean",
287           "desc" : ""
288         }
289       ]
290     },
291     {
292       "name" : "isLast",
293       "desc" : "Returns true if this node is the last child of its parent",
294       "isStatic" : false,
295       "isConstructor" : false,
296       "isPrivate" : false,
297       "memberOf" : "Roo.data.Node",
298       "example" : "",
299       "deprecated" : "",
300       "since" : "",
301       "see" : "",
302       "params" : [
303       ],
304       "returns" : [
305         {
306           "name" : "",
307           "type" : "Boolean",
308           "desc" : ""
309         }
310       ]
311     },
312     {
313       "name" : "isLeaf",
314       "desc" : "Returns true if this node is a leaf",
315       "isStatic" : false,
316       "isConstructor" : false,
317       "isPrivate" : false,
318       "memberOf" : "Roo.data.Node",
319       "example" : "",
320       "deprecated" : "",
321       "since" : "",
322       "see" : "",
323       "params" : [
324       ],
325       "returns" : [
326         {
327           "name" : "",
328           "type" : "Boolean",
329           "desc" : ""
330         }
331       ]
332     },
333     {
334       "name" : "insertBefore",
335       "desc" : "Inserts the first node before the second node in this nodes childNodes collection.",
336       "isStatic" : false,
337       "isConstructor" : false,
338       "isPrivate" : false,
339       "memberOf" : "Roo.data.Node",
340       "example" : "",
341       "deprecated" : "",
342       "since" : "",
343       "see" : "",
344       "params" : [
345         {
346           "name" : "node",
347           "type" : "Node",
348           "desc" : "The node to insert",
349           "isOptional" : false
350         },
351         {
352           "name" : "refNode",
353           "type" : "Node",
354           "desc" : "The node to insert before (if null the node is appended)",
355           "isOptional" : false
356         }
357       ],
358       "returns" : [
359         {
360           "name" : "",
361           "type" : "Node",
362           "desc" : "The inserted node"
363         }
364       ]
365     },
366     {
367       "name" : "item",
368       "desc" : "Returns the child node at the specified index.",
369       "isStatic" : false,
370       "isConstructor" : false,
371       "isPrivate" : false,
372       "memberOf" : "Roo.data.Node",
373       "example" : "",
374       "deprecated" : "",
375       "since" : "",
376       "see" : "",
377       "params" : [
378         {
379           "name" : "index",
380           "type" : "Number",
381           "desc" : "",
382           "isOptional" : false
383         }
384       ],
385       "returns" : [
386         {
387           "name" : "",
388           "type" : "Node",
389           "desc" : ""
390         }
391       ]
392     },
393     {
394       "name" : "getOwnerTree",
395       "desc" : "Returns the tree this node is in.",
396       "isStatic" : false,
397       "isConstructor" : false,
398       "isPrivate" : false,
399       "memberOf" : "Roo.data.Node",
400       "example" : "",
401       "deprecated" : "",
402       "since" : "",
403       "see" : "",
404       "params" : [
405       ],
406       "returns" : [
407         {
408           "name" : "",
409           "type" : "Tree",
410           "desc" : ""
411         }
412       ]
413     },
414     {
415       "name" : "appendChild",
416       "desc" : "Insert node(s) as the last child node of this node.",
417       "isStatic" : false,
418       "isConstructor" : false,
419       "isPrivate" : false,
420       "memberOf" : "Roo.data.Node",
421       "example" : "",
422       "deprecated" : "",
423       "since" : "",
424       "see" : "",
425       "params" : [
426         {
427           "name" : "node",
428           "type" : "Node/Array",
429           "desc" : "The node or Array of nodes to append",
430           "isOptional" : false
431         }
432       ],
433       "returns" : [
434         {
435           "name" : "",
436           "type" : "Node",
437           "desc" : "The appended node if single append, or null if an array was passed"
438         }
439       ]
440     },
441     {
442       "name" : "findChildBy",
443       "desc" : "Finds the first child by a custom function. The child matches if the function passed\nreturns true.",
444       "isStatic" : false,
445       "isConstructor" : false,
446       "isPrivate" : false,
447       "memberOf" : "Roo.data.Node",
448       "example" : "",
449       "deprecated" : "",
450       "since" : "",
451       "see" : "",
452       "params" : [
453         {
454           "name" : "fn",
455           "type" : "Function",
456           "desc" : "",
457           "isOptional" : false
458         },
459         {
460           "name" : "scope",
461           "type" : "Object",
462           "desc" : "(optional)",
463           "isOptional" : false
464         }
465       ],
466       "returns" : [
467         {
468           "name" : "",
469           "type" : "Node",
470           "desc" : "The found child or null if none was found"
471         }
472       ]
473     },
474     {
475       "name" : "replaceChild",
476       "desc" : "Replaces one child node in this node with another.",
477       "isStatic" : false,
478       "isConstructor" : false,
479       "isPrivate" : false,
480       "memberOf" : "Roo.data.Node",
481       "example" : "",
482       "deprecated" : "",
483       "since" : "",
484       "see" : "",
485       "params" : [
486         {
487           "name" : "newChild",
488           "type" : "Node",
489           "desc" : "The replacement node",
490           "isOptional" : false
491         },
492         {
493           "name" : "oldChild",
494           "type" : "Node",
495           "desc" : "The node to replace",
496           "isOptional" : false
497         }
498       ],
499       "returns" : [
500         {
501           "name" : "",
502           "type" : "Node",
503           "desc" : "The replaced node"
504         }
505       ]
506     },
507     {
508       "name" : "bubble",
509       "desc" : "Bubbles up the tree from this node, calling the specified function with each node. The scope (<i>this</i>) of\nfunction call will be the scope provided or the current node. The arguments to the function\nwill be the args provided or the current node. If the function returns false at any point,\nthe bubble is stopped.",
510       "isStatic" : false,
511       "isConstructor" : false,
512       "isPrivate" : false,
513       "memberOf" : "Roo.data.Node",
514       "example" : "",
515       "deprecated" : "",
516       "since" : "",
517       "see" : "",
518       "params" : [
519         {
520           "name" : "fn",
521           "type" : "Function",
522           "desc" : "The function to call",
523           "isOptional" : false
524         },
525         {
526           "name" : "scope",
527           "type" : "Object",
528           "desc" : "(optional) The scope of the function (defaults to current node)",
529           "isOptional" : false
530         },
531         {
532           "name" : "args",
533           "type" : "Array",
534           "desc" : "(optional) The args to call the function with (default to passing the current node)",
535           "isOptional" : false
536         }
537       ],
538       "returns" : [
539       ]
540     },
541     {
542       "name" : "eachChild",
543       "desc" : "Interates the child nodes of this node, calling the specified function with each node. The scope (<i>this</i>) of\nfunction call will be the scope provided or the current node. The arguments to the function\nwill be the args provided or the current node. If the function returns false at any point,\nthe iteration stops.",
544       "isStatic" : false,
545       "isConstructor" : false,
546       "isPrivate" : false,
547       "memberOf" : "Roo.data.Node",
548       "example" : "",
549       "deprecated" : "",
550       "since" : "",
551       "see" : "",
552       "params" : [
553         {
554           "name" : "fn",
555           "type" : "Function",
556           "desc" : "The function to call",
557           "isOptional" : false
558         },
559         {
560           "name" : "scope",
561           "type" : "Object",
562           "desc" : "(optional) The scope of the function (defaults to current node)",
563           "isOptional" : false
564         },
565         {
566           "name" : "args",
567           "type" : "Array",
568           "desc" : "(optional) The args to call the function with (default to passing the current node)",
569           "isOptional" : false
570         }
571       ],
572       "returns" : [
573       ]
574     },
575     {
576       "name" : "findChild",
577       "desc" : "Finds the first child that has the attribute with the specified value.",
578       "isStatic" : false,
579       "isConstructor" : false,
580       "isPrivate" : false,
581       "memberOf" : "Roo.data.Node",
582       "example" : "",
583       "deprecated" : "",
584       "since" : "",
585       "see" : "",
586       "params" : [
587         {
588           "name" : "attribute",
589           "type" : "String",
590           "desc" : "The attribute name",
591           "isOptional" : false
592         },
593         {
594           "name" : "value",
595           "type" : "Mixed",
596           "desc" : "The value to search for",
597           "isOptional" : false
598         }
599       ],
600       "returns" : [
601         {
602           "name" : "",
603           "type" : "Node",
604           "desc" : "The found child or null if none was found"
605         }
606       ]
607     },
608     {
609       "name" : "purgeListeners",
610       "desc" : "Removes all listeners for this object",
611       "isStatic" : false,
612       "isConstructor" : false,
613       "isPrivate" : false,
614       "memberOf" : "Roo.util.Observable",
615       "example" : "",
616       "deprecated" : "",
617       "since" : "",
618       "see" : "",
619       "params" : [
620       ],
621       "returns" : [
622       ]
623     },
624     {
625       "name" : "on",
626       "desc" : "Appends an event handler to this element (shorthand for addListener)",
627       "isStatic" : false,
628       "isConstructor" : false,
629       "isPrivate" : false,
630       "memberOf" : "Roo.util.Observable",
631       "example" : "",
632       "deprecated" : "",
633       "since" : "",
634       "see" : "",
635       "params" : [
636         {
637           "name" : "eventName",
638           "type" : "String",
639           "desc" : "The type of event to listen for",
640           "isOptional" : false
641         },
642         {
643           "name" : "handler",
644           "type" : "Function",
645           "desc" : "The method the event invokes",
646           "isOptional" : false
647         },
648         {
649           "name" : "scope",
650           "type" : "Object",
651           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
652           "isOptional" : false
653         },
654         {
655           "name" : "options",
656           "type" : "Object",
657           "desc" : "(optional)",
658           "isOptional" : false
659         }
660       ],
661       "returns" : [
662       ]
663     },
664     {
665       "name" : "un",
666       "desc" : "Removes a listener (shorthand for removeListener)",
667       "isStatic" : false,
668       "isConstructor" : false,
669       "isPrivate" : false,
670       "memberOf" : "Roo.util.Observable",
671       "example" : "",
672       "deprecated" : "",
673       "since" : "",
674       "see" : "",
675       "params" : [
676         {
677           "name" : "eventName",
678           "type" : "String",
679           "desc" : "The type of event to listen for",
680           "isOptional" : false
681         },
682         {
683           "name" : "handler",
684           "type" : "Function",
685           "desc" : "The handler to remove",
686           "isOptional" : false
687         },
688         {
689           "name" : "scope",
690           "type" : "Object",
691           "desc" : "(optional) The scope (this object) for the handler",
692           "isOptional" : false
693         }
694       ],
695       "returns" : [
696       ]
697     },
698     {
699       "name" : "addEvents",
700       "desc" : "Used to define events on this Observable",
701       "isStatic" : false,
702       "isConstructor" : false,
703       "isPrivate" : false,
704       "memberOf" : "Roo.util.Observable",
705       "example" : "",
706       "deprecated" : "",
707       "since" : "",
708       "see" : "",
709       "params" : [
710         {
711           "name" : "object",
712           "type" : "Object",
713           "desc" : "The object with the events defined",
714           "isOptional" : false
715         }
716       ],
717       "returns" : [
718       ]
719     },
720     {
721       "name" : "releaseCapture",
722       "desc" : "Removes <b>all</b> added captures from the Observable.",
723       "isStatic" : true,
724       "isConstructor" : false,
725       "isPrivate" : false,
726       "memberOf" : "Roo.util.Observable",
727       "example" : "",
728       "deprecated" : "",
729       "since" : "",
730       "see" : "",
731       "params" : [
732         {
733           "name" : "o",
734           "type" : "Observable",
735           "desc" : "The Observable to release",
736           "isOptional" : false
737         }
738       ],
739       "returns" : [
740       ]
741     },
742     {
743       "name" : "removeListener",
744       "desc" : "Removes a listener",
745       "isStatic" : false,
746       "isConstructor" : false,
747       "isPrivate" : false,
748       "memberOf" : "Roo.util.Observable",
749       "example" : "",
750       "deprecated" : "",
751       "since" : "",
752       "see" : "",
753       "params" : [
754         {
755           "name" : "eventName",
756           "type" : "String",
757           "desc" : "The type of event to listen for",
758           "isOptional" : false
759         },
760         {
761           "name" : "handler",
762           "type" : "Function",
763           "desc" : "The handler to remove",
764           "isOptional" : false
765         },
766         {
767           "name" : "scope",
768           "type" : "Object",
769           "desc" : "(optional) The scope (this object) for the handler",
770           "isOptional" : false
771         }
772       ],
773       "returns" : [
774       ]
775     },
776     {
777       "name" : "fireEvent",
778       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
779       "isStatic" : false,
780       "isConstructor" : false,
781       "isPrivate" : false,
782       "memberOf" : "Roo.util.Observable",
783       "example" : "",
784       "deprecated" : "",
785       "since" : "",
786       "see" : "",
787       "params" : [
788         {
789           "name" : "eventName",
790           "type" : "String",
791           "desc" : "",
792           "isOptional" : false
793         },
794         {
795           "name" : "args",
796           "type" : "Object...",
797           "desc" : "Variable number of parameters are passed to handlers",
798           "isOptional" : false
799         }
800       ],
801       "returns" : [
802         {
803           "name" : "",
804           "type" : "Boolean",
805           "desc" : "returns false if any of the handlers return false otherwise it returns true"
806         }
807       ]
808     },
809     {
810       "name" : "hasListener",
811       "desc" : "Checks to see if this object has any listeners for a specified event",
812       "isStatic" : false,
813       "isConstructor" : false,
814       "isPrivate" : false,
815       "memberOf" : "Roo.util.Observable",
816       "example" : "",
817       "deprecated" : "",
818       "since" : "",
819       "see" : "",
820       "params" : [
821         {
822           "name" : "eventName",
823           "type" : "String",
824           "desc" : "The name of the event to check for",
825           "isOptional" : false
826         }
827       ],
828       "returns" : [
829         {
830           "name" : "",
831           "type" : "Boolean",
832           "desc" : "True if the event is being listened for, else false"
833         }
834       ]
835     },
836     {
837       "name" : "capture",
838       "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.",
839       "isStatic" : true,
840       "isConstructor" : false,
841       "isPrivate" : false,
842       "memberOf" : "Roo.util.Observable",
843       "example" : "",
844       "deprecated" : "",
845       "since" : "",
846       "see" : "",
847       "params" : [
848         {
849           "name" : "o",
850           "type" : "Observable",
851           "desc" : "The Observable to capture",
852           "isOptional" : false
853         },
854         {
855           "name" : "fn",
856           "type" : "Function",
857           "desc" : "The function to call",
858           "isOptional" : false
859         },
860         {
861           "name" : "scope",
862           "type" : "Object",
863           "desc" : "(optional) The scope (this object) for the fn",
864           "isOptional" : false
865         }
866       ],
867       "returns" : [
868       ]
869     },
870     {
871       "name" : "addListener",
872       "desc" : "Appends an event handler to this component",
873       "isStatic" : false,
874       "isConstructor" : false,
875       "isPrivate" : false,
876       "memberOf" : "Roo.util.Observable",
877       "example" : "",
878       "deprecated" : "",
879       "since" : "",
880       "see" : "",
881       "params" : [
882         {
883           "name" : "eventName",
884           "type" : "String",
885           "desc" : "The type of event to listen for",
886           "isOptional" : false
887         },
888         {
889           "name" : "handler",
890           "type" : "Function",
891           "desc" : "The method the event invokes",
892           "isOptional" : false
893         },
894         {
895           "name" : "scope",
896           "type" : "Object",
897           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
898           "isOptional" : false
899         },
900         {
901           "name" : "options",
902           "type" : "Object",
903           "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>",
904           "isOptional" : false
905         }
906       ],
907       "returns" : [
908       ]
909     }
910   ],
911   "events" : [
912     {
913       "name" : "beforeappend",
914       "desc" : "Fires before a new child is appended, return false to cancel the append.",
915       "memberOf" : "Roo.data.Node",
916       "example" : "",
917       "deprecated" : "",
918       "since" : "",
919       "see" : "",
920       "params" : [
921         {
922           "name" : "tree",
923           "type" : "Tree",
924           "desc" : "The owner tree",
925           "isOptional" : false
926         },
927         {
928           "name" : "this",
929           "type" : "Node",
930           "desc" : "This node",
931           "isOptional" : false
932         },
933         {
934           "name" : "node",
935           "type" : "Node",
936           "desc" : "The child node to be appended",
937           "isOptional" : false
938         }
939       ],
940       "returns" : [
941       ]
942     },
943     {
944       "name" : "move",
945       "desc" : "Fires when this node is moved to a new location in the tree",
946       "memberOf" : "Roo.data.Node",
947       "example" : "",
948       "deprecated" : "",
949       "since" : "",
950       "see" : "",
951       "params" : [
952         {
953           "name" : "tree",
954           "type" : "Tree",
955           "desc" : "The owner tree",
956           "isOptional" : false
957         },
958         {
959           "name" : "this",
960           "type" : "Node",
961           "desc" : "This node",
962           "isOptional" : false
963         },
964         {
965           "name" : "oldParent",
966           "type" : "Node",
967           "desc" : "The old parent of this node",
968           "isOptional" : false
969         },
970         {
971           "name" : "newParent",
972           "type" : "Node",
973           "desc" : "The new parent of this node",
974           "isOptional" : false
975         },
976         {
977           "name" : "index",
978           "type" : "Number",
979           "desc" : "The index it was moved to",
980           "isOptional" : false
981         }
982       ],
983       "returns" : [
984       ]
985     },
986     {
987       "name" : "append",
988       "desc" : "Fires when a new child node is appended",
989       "memberOf" : "Roo.data.Node",
990       "example" : "",
991       "deprecated" : "",
992       "since" : "",
993       "see" : "",
994       "params" : [
995         {
996           "name" : "tree",
997           "type" : "Tree",
998           "desc" : "The owner tree",
999           "isOptional" : false
1000         },
1001         {
1002           "name" : "this",
1003           "type" : "Node",
1004           "desc" : "This node",
1005           "isOptional" : false
1006         },
1007         {
1008           "name" : "node",
1009           "type" : "Node",
1010           "desc" : "The newly appended node",
1011           "isOptional" : false
1012         },
1013         {
1014           "name" : "index",
1015           "type" : "Number",
1016           "desc" : "The index of the newly appended node",
1017           "isOptional" : false
1018         }
1019       ],
1020       "returns" : [
1021       ]
1022     },
1023     {
1024       "name" : "beforeremove",
1025       "desc" : "Fires before a child is removed, return false to cancel the remove.",
1026       "memberOf" : "Roo.data.Node",
1027       "example" : "",
1028       "deprecated" : "",
1029       "since" : "",
1030       "see" : "",
1031       "params" : [
1032         {
1033           "name" : "tree",
1034           "type" : "Tree",
1035           "desc" : "The owner tree",
1036           "isOptional" : false
1037         },
1038         {
1039           "name" : "this",
1040           "type" : "Node",
1041           "desc" : "This node",
1042           "isOptional" : false
1043         },
1044         {
1045           "name" : "node",
1046           "type" : "Node",
1047           "desc" : "The child node to be removed",
1048           "isOptional" : false
1049         }
1050       ],
1051       "returns" : [
1052       ]
1053     },
1054     {
1055       "name" : "remove",
1056       "desc" : "Fires when a child node is removed",
1057       "memberOf" : "Roo.data.Node",
1058       "example" : "",
1059       "deprecated" : "",
1060       "since" : "",
1061       "see" : "",
1062       "params" : [
1063         {
1064           "name" : "tree",
1065           "type" : "Tree",
1066           "desc" : "The owner tree",
1067           "isOptional" : false
1068         },
1069         {
1070           "name" : "this",
1071           "type" : "Node",
1072           "desc" : "This node",
1073           "isOptional" : false
1074         },
1075         {
1076           "name" : "node",
1077           "type" : "Node",
1078           "desc" : "The removed node",
1079           "isOptional" : false
1080         }
1081       ],
1082       "returns" : [
1083       ]
1084     },
1085     {
1086       "name" : "beforeinsert",
1087       "desc" : "Fires before a new child is inserted, return false to cancel the insert.",
1088       "memberOf" : "Roo.data.Node",
1089       "example" : "",
1090       "deprecated" : "",
1091       "since" : "",
1092       "see" : "",
1093       "params" : [
1094         {
1095           "name" : "tree",
1096           "type" : "Tree",
1097           "desc" : "The owner tree",
1098           "isOptional" : false
1099         },
1100         {
1101           "name" : "this",
1102           "type" : "Node",
1103           "desc" : "This node",
1104           "isOptional" : false
1105         },
1106         {
1107           "name" : "node",
1108           "type" : "Node",
1109           "desc" : "The child node to be inserted",
1110           "isOptional" : false
1111         },
1112         {
1113           "name" : "refNode",
1114           "type" : "Node",
1115           "desc" : "The child node the node is being inserted before",
1116           "isOptional" : false
1117         }
1118       ],
1119       "returns" : [
1120       ]
1121     },
1122     {
1123       "name" : "insert",
1124       "desc" : "Fires when a new child node is inserted.",
1125       "memberOf" : "Roo.data.Node",
1126       "example" : "",
1127       "deprecated" : "",
1128       "since" : "",
1129       "see" : "",
1130       "params" : [
1131         {
1132           "name" : "tree",
1133           "type" : "Tree",
1134           "desc" : "The owner tree",
1135           "isOptional" : false
1136         },
1137         {
1138           "name" : "this",
1139           "type" : "Node",
1140           "desc" : "This node",
1141           "isOptional" : false
1142         },
1143         {
1144           "name" : "node",
1145           "type" : "Node",
1146           "desc" : "The child node inserted",
1147           "isOptional" : false
1148         },
1149         {
1150           "name" : "refNode",
1151           "type" : "Node",
1152           "desc" : "The child node the node was inserted before",
1153           "isOptional" : false
1154         }
1155       ],
1156       "returns" : [
1157       ]
1158     },
1159     {
1160       "name" : "beforemove",
1161       "desc" : "Fires before this node is moved to a new location in the tree. Return false to cancel the move.",
1162       "memberOf" : "Roo.data.Node",
1163       "example" : "",
1164       "deprecated" : "",
1165       "since" : "",
1166       "see" : "",
1167       "params" : [
1168         {
1169           "name" : "tree",
1170           "type" : "Tree",
1171           "desc" : "The owner tree",
1172           "isOptional" : false
1173         },
1174         {
1175           "name" : "this",
1176           "type" : "Node",
1177           "desc" : "This node",
1178           "isOptional" : false
1179         },
1180         {
1181           "name" : "oldParent",
1182           "type" : "Node",
1183           "desc" : "The parent of this node",
1184           "isOptional" : false
1185         },
1186         {
1187           "name" : "newParent",
1188           "type" : "Node",
1189           "desc" : "The new parent this node is moving to",
1190           "isOptional" : false
1191         },
1192         {
1193           "name" : "index",
1194           "type" : "Number",
1195           "desc" : "The index it is being moved to",
1196           "isOptional" : false
1197         }
1198       ],
1199       "returns" : [
1200       ]
1201     }
1202   ]
1203 }