3b37e533727b0c3bfd33311b14fcbaa8d4aa24b4
[roojs1] / docs / symbols / Roo.NestedLayoutPanel.json
1 {
2   "name" : "Roo.NestedLayoutPanel",
3   "augments" : [
4     "Roo.ContentPanel",
5     "Roo.util.Observable"
6   ],
7   "childClasses" : {  },
8   "tree_children" : [],
9   "tree_parent" : [
10     "Roo.BorderLayout",
11     "Roo.LayoutDialog",
12     "builder"
13   ],
14   "desc" : "",
15   "isSingleton" : false,
16   "isStatic" : false,
17   "isBuiltin" : false,
18   "isAbstract" : false,
19   "isBuilderTop" : false,
20   "memberOf" : "NestedLayoutPanel",
21   "example" : "",
22   "deprecated" : "",
23   "since" : "",
24   "see" : "",
25   "params" : [
26     {
27       "name" : "layout",
28       "type" : "Roo.BorderLayout",
29       "desc" : "[required] The layout for this panel",
30       "isOptional" : false
31     },
32     {
33       "name" : "config",
34       "type" : "String/Object",
35       "desc" : "A string to set only the title or a config object",
36       "isOptional" : false
37     }
38   ],
39   "returns" : [],
40   "throws" : "",
41   "requires" : "",
42   "config" : [
43     {
44       "name" : "loadOnce",
45       "type" : "Boolean",
46       "desc" : "When used with {@link #url}, calls {@link #setUrl} with this value",
47       "memberOf" : "Roo.ContentPanel"
48     },
49     {
50       "name" : "listeners",
51       "type" : "Object",
52       "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>",
53       "memberOf" : "Roo.util.Observable"
54     },
55     {
56       "name" : "autoScroll",
57       "type" : "Boolean",
58       "desc" : "True to scroll overflow in this panel (use with {@link #fitToFrame})",
59       "memberOf" : "Roo.ContentPanel"
60     },
61     {
62       "name" : "fitToFrame",
63       "type" : "Boolean",
64       "desc" : "True for this panel to adjust its size to fit when the region resizes  (defaults to false)",
65       "memberOf" : "Roo.ContentPanel"
66     },
67     {
68       "name" : "background",
69       "type" : "Boolean",
70       "desc" : "True if the panel should not be activated when it is added (defaults to false)",
71       "memberOf" : "Roo.ContentPanel"
72     },
73     {
74       "name" : "toolbar",
75       "type" : "Roo.Toolbar",
76       "desc" : "A toolbar for this panel",
77       "memberOf" : "Roo.ContentPanel"
78     },
79     {
80       "name" : "region",
81       "type" : "String",
82       "desc" : "t) [required] which region to put this panel on (when used with xtype constructors)",
83       "memberOf" : "Roo.ContentPanel"
84     },
85     {
86       "name" : "content",
87       "type" : "String",
88       "desc" : "Raw content to fill content panel with (uses setContent on construction.)",
89       "memberOf" : "Roo.ContentPanel"
90     },
91     {
92       "name" : "menu",
93       "type" : "Roo.menu.Menu",
94       "desc" : "popup menu",
95       "memberOf" : "Roo.ContentPanel"
96     },
97     {
98       "name" : "title",
99       "type" : "String",
100       "desc" : "The title for this panel",
101       "memberOf" : "Roo.ContentPanel"
102     },
103     {
104       "name" : "style",
105       "type" : "String",
106       "desc" : "Extra style to add to the content panel",
107       "memberOf" : "Roo.ContentPanel"
108     },
109     {
110       "name" : "autoCreate",
111       "type" : "Boolean|Object",
112       "desc" : "True to auto generate the DOM element for this panel, or a {@link Roo.DomHelper} config of the element to create",
113       "memberOf" : "Roo.ContentPanel"
114     },
115     {
116       "name" : "fitContainer",
117       "type" : "Boolean",
118       "desc" : "When using {@link #fitToFrame} and {@link #resizeEl}, you can also fit the parent container  (defaults to false)",
119       "memberOf" : "Roo.ContentPanel"
120     },
121     {
122       "name" : "closable",
123       "type" : "Boolean",
124       "desc" : "True if the panel can be closed/removed",
125       "memberOf" : "Roo.ContentPanel"
126     },
127     {
128       "name" : "params",
129       "type" : "String|Object",
130       "desc" : "When used with {@link #url}, calls {@link #setUrl} with this value",
131       "memberOf" : "Roo.ContentPanel"
132     },
133     {
134       "name" : "layout",
135       "type" : "Roo.BorderLayout",
136       "desc" : "[required] The layout for this panel",
137       "memberOf" : "Roo"
138     },
139     {
140       "name" : "adjustments",
141       "type" : "Array",
142       "desc" : "Values to <b>add</b> to the width/height when doing a {@link #fitToFrame} (default is [0, 0])",
143       "memberOf" : "Roo.ContentPanel"
144     },
145     {
146       "name" : "url",
147       "type" : "String",
148       "desc" : "Calls {@link #setUrl} with this value",
149       "memberOf" : "Roo.ContentPanel"
150     },
151     {
152       "name" : "resizeEl",
153       "type" : "String|HTMLElement|Element",
154       "desc" : "An element to resize if {@link #fitToFrame} is true (instead of this panel's element)",
155       "memberOf" : "Roo.ContentPanel"
156     }
157   ],
158   "methods" : [
159     {
160       "name" : "addxtype",
161       "type" : "function",
162       "desc" : "Adds a xtype elements to the layout of the nested panel\n<pre><code>\n\npanel.addxtype({\n       xtype : 'ContentPanel',\n       region: 'west',\n       items: [ .... ]\n   }\n);\n\npanel.addxtype({\n        xtype : 'NestedLayoutPanel',\n        region: 'west',\n        layout: {\n           center: { },\n           west: { }   \n        },\n        items : [ ... list of content panels or nested layout panels.. ]\n   }\n);\n</code></pre>",
163       "sig" : "(cfg)",
164       "static" : false,
165       "memberOf" : "",
166       "isStatic" : false,
167       "isConstructor" : false,
168       "isPrivate" : false,
169       "example" : "",
170       "deprecated" : "",
171       "since" : "",
172       "see" : "",
173       "exceptions" : "",
174       "requires" : "",
175       "params" : [
176         {
177           "name" : "cfg",
178           "type" : "Object",
179           "desc" : "Xtype definition of item to add.",
180           "isOptional" : false
181         }
182       ],
183       "returns" : []
184     },
185     {
186       "name" : "getLayout",
187       "type" : "function",
188       "desc" : "Returns the nested BorderLayout for this panel",
189       "sig" : "()\n{\n\n}",
190       "static" : false,
191       "memberOf" : "",
192       "isStatic" : false,
193       "isConstructor" : false,
194       "isPrivate" : false,
195       "example" : "",
196       "deprecated" : "",
197       "since" : "",
198       "see" : "",
199       "exceptions" : "",
200       "requires" : "",
201       "params" : [],
202       "returns" : [
203         {
204           "name" : "",
205           "type" : "Roo.BorderLayout",
206           "desc" : ""
207         }
208       ]
209     },
210     {
211       "name" : "load",
212       "type" : "function",
213       "desc" : "Loads this content panel immediately with content from XHR. Note: to delay loading until the panel is activated, use {@link #setUrl}.",
214       "sig" : "(url, params, callback, discardUrl)",
215       "static" : false,
216       "memberOf" : "Roo.ContentPanel",
217       "isStatic" : false,
218       "isConstructor" : false,
219       "isPrivate" : false,
220       "example" : "",
221       "deprecated" : "",
222       "since" : "",
223       "see" : "",
224       "exceptions" : "",
225       "requires" : "",
226       "params" : [
227         {
228           "name" : "url",
229           "type" : "Object/String/Function",
230           "desc" : "The url for this request or a function to call to get the url or a config object containing any of the following options:\n<pre><code>\npanel.load({\n    url: \"your-url.php\",\n    params: {param1: \"foo\", param2: \"bar\"}, // or a URL encoded string\n    callback: yourFunction,\n    scope: yourObject, //(optional scope)\n    discardUrl: false,\n    nocache: false,\n    text: \"Loading...\",\n    timeout: 30,\n    scripts: false\n});\n</code></pre>\nThe only required property is <i>url</i>. The optional properties <i>nocache</i>, <i>text</i> and <i>scripts</i>\nare shorthand for <i>disableCaching</i>, <i>indicatorText</i> and <i>loadScripts</i> and are used to set their associated property on this panel UpdateManager instance.",
231           "isOptional" : false
232         },
233         {
234           "name" : "params",
235           "type" : "String/Object",
236           "desc" : "(optional) The parameters to pass as either a URL encoded string \"param1=1&amp;param2=2\" or an object {param1: 1, param2: 2}",
237           "isOptional" : false
238         },
239         {
240           "name" : "callback",
241           "type" : "Function",
242           "desc" : "(optional) Callback when transaction is complete -- called with signature (oElement, bSuccess, oResponse)",
243           "isOptional" : false
244         },
245         {
246           "name" : "discardUrl",
247           "type" : "Boolean",
248           "desc" : "(optional) By default when you execute an update the defaultUrl is changed to the last used URL. If true, it will not store the URL.",
249           "isOptional" : false
250         }
251       ],
252       "returns" : [
253         {
254           "name" : "",
255           "type" : "Roo.ContentPanel",
256           "desc" : "this"
257         }
258       ]
259     },
260     {
261       "name" : "getUpdateManager",
262       "type" : "function",
263       "desc" : "Get the {@link Roo.UpdateManager} for this panel. Enables you to perform Ajax updates.",
264       "sig" : "()\n{\n\n}",
265       "static" : false,
266       "memberOf" : "Roo.ContentPanel",
267       "isStatic" : false,
268       "isConstructor" : false,
269       "isPrivate" : false,
270       "example" : "",
271       "deprecated" : "",
272       "since" : "",
273       "see" : "",
274       "exceptions" : "",
275       "requires" : "",
276       "params" : [],
277       "returns" : [
278         {
279           "name" : "",
280           "type" : "Roo.UpdateManager",
281           "desc" : "The UpdateManager"
282         }
283       ]
284     },
285     {
286       "name" : "isClosable",
287       "type" : "function",
288       "desc" : "Returns true is this panel was configured to be closable",
289       "sig" : "()\n{\n\n}",
290       "static" : false,
291       "memberOf" : "Roo.ContentPanel",
292       "isStatic" : false,
293       "isConstructor" : false,
294       "isPrivate" : false,
295       "example" : "",
296       "deprecated" : "",
297       "since" : "",
298       "see" : "",
299       "exceptions" : "",
300       "requires" : "",
301       "params" : [],
302       "returns" : [
303         {
304           "name" : "",
305           "type" : "Boolean",
306           "desc" : ""
307         }
308       ]
309     },
310     {
311       "name" : "destroy",
312       "type" : "function",
313       "desc" : "Destroys this panel",
314       "sig" : "()\n{\n\n}",
315       "static" : false,
316       "memberOf" : "Roo.ContentPanel",
317       "isStatic" : false,
318       "isConstructor" : false,
319       "isPrivate" : false,
320       "example" : "",
321       "deprecated" : "",
322       "since" : "",
323       "see" : "",
324       "exceptions" : "",
325       "requires" : "",
326       "params" : [],
327       "returns" : []
328     },
329     {
330       "name" : "getEl",
331       "type" : "function",
332       "desc" : "Returns this panel's element - used by regiosn to add.",
333       "sig" : "()\n{\n\n}",
334       "static" : false,
335       "memberOf" : "Roo.ContentPanel",
336       "isStatic" : false,
337       "isConstructor" : false,
338       "isPrivate" : false,
339       "example" : "",
340       "deprecated" : "",
341       "since" : "",
342       "see" : "",
343       "exceptions" : "",
344       "requires" : "",
345       "params" : [],
346       "returns" : [
347         {
348           "name" : "",
349           "type" : "Roo.Element",
350           "desc" : ""
351         }
352       ]
353     },
354     {
355       "name" : "setContent",
356       "type" : "function",
357       "desc" : "Updates this panel's element",
358       "sig" : "(content, loadScripts)",
359       "static" : false,
360       "memberOf" : "Roo.ContentPanel",
361       "isStatic" : false,
362       "isConstructor" : false,
363       "isPrivate" : false,
364       "example" : "",
365       "deprecated" : "",
366       "since" : "",
367       "see" : "",
368       "exceptions" : "",
369       "requires" : "",
370       "params" : [
371         {
372           "name" : "content",
373           "type" : "String",
374           "desc" : "The new content",
375           "isOptional" : false
376         },
377         {
378           "name" : "loadScripts",
379           "type" : "Boolean",
380           "desc" : "(optional) true to look for and process scripts",
381           "isOptional" : false
382         }
383       ],
384       "returns" : []
385     },
386     {
387       "name" : "getId",
388       "type" : "function",
389       "desc" : "Returns this panel's id",
390       "sig" : "()\n{\n\n}",
391       "static" : false,
392       "memberOf" : "Roo.ContentPanel",
393       "isStatic" : false,
394       "isConstructor" : false,
395       "isPrivate" : false,
396       "example" : "",
397       "deprecated" : "",
398       "since" : "",
399       "see" : "",
400       "exceptions" : "",
401       "requires" : "",
402       "params" : [],
403       "returns" : [
404         {
405           "name" : "",
406           "type" : "String",
407           "desc" : ""
408         }
409       ]
410     },
411     {
412       "name" : "refresh",
413       "type" : "function",
414       "desc" : "Force a content refresh from the URL specified in the {@link #setUrl} method.\n  Will fail silently if the {@link #setUrl} method has not been called.\n  This does not activate the panel, just updates its content.",
415       "sig" : "()\n{\n\n}",
416       "static" : false,
417       "memberOf" : "Roo.ContentPanel",
418       "isStatic" : false,
419       "isConstructor" : false,
420       "isPrivate" : false,
421       "example" : "",
422       "deprecated" : "",
423       "since" : "",
424       "see" : "",
425       "exceptions" : "",
426       "requires" : "",
427       "params" : [],
428       "returns" : []
429     },
430     {
431       "name" : "getTitle",
432       "type" : "function",
433       "desc" : "Returns this panel's title",
434       "sig" : "()\n{\n\n}",
435       "static" : false,
436       "memberOf" : "Roo.ContentPanel",
437       "isStatic" : false,
438       "isConstructor" : false,
439       "isPrivate" : false,
440       "example" : "",
441       "deprecated" : "",
442       "since" : "",
443       "see" : "",
444       "exceptions" : "",
445       "requires" : "",
446       "params" : [],
447       "returns" : [
448         {
449           "name" : "",
450           "type" : "String",
451           "desc" : ""
452         }
453       ]
454     },
455     {
456       "name" : "setTitle",
457       "type" : "function",
458       "desc" : "Set this panel's title",
459       "sig" : "(title)",
460       "static" : false,
461       "memberOf" : "Roo.ContentPanel",
462       "isStatic" : false,
463       "isConstructor" : false,
464       "isPrivate" : false,
465       "example" : "",
466       "deprecated" : "",
467       "since" : "",
468       "see" : "",
469       "exceptions" : "",
470       "requires" : "",
471       "params" : [
472         {
473           "name" : "title",
474           "type" : "String",
475           "desc" : "",
476           "isOptional" : false
477         }
478       ],
479       "returns" : []
480     },
481     {
482       "name" : "getToolbar",
483       "type" : "function",
484       "desc" : "Returns the toolbar for this Panel if one was configured.",
485       "sig" : "()\n{\n\n}",
486       "static" : false,
487       "memberOf" : "Roo.ContentPanel",
488       "isStatic" : false,
489       "isConstructor" : false,
490       "isPrivate" : false,
491       "example" : "",
492       "deprecated" : "",
493       "since" : "",
494       "see" : "",
495       "exceptions" : "",
496       "requires" : "",
497       "params" : [],
498       "returns" : [
499         {
500           "name" : "",
501           "type" : "Roo.Toolbar",
502           "desc" : ""
503         }
504       ]
505     },
506     {
507       "name" : "setUrl",
508       "type" : "function",
509       "desc" : "Set a URL to be used to load the content for this panel. When this panel is activated, the content will be loaded from that URL.",
510       "sig" : "(url, params, loadOnce)",
511       "static" : false,
512       "memberOf" : "Roo.ContentPanel",
513       "isStatic" : false,
514       "isConstructor" : false,
515       "isPrivate" : false,
516       "example" : "",
517       "deprecated" : "",
518       "since" : "",
519       "see" : "",
520       "exceptions" : "",
521       "requires" : "",
522       "params" : [
523         {
524           "name" : "url",
525           "type" : "String/Function",
526           "desc" : "The URL to load the content from or a function to call to get the URL",
527           "isOptional" : false
528         },
529         {
530           "name" : "params",
531           "type" : "String/Object",
532           "desc" : "(optional) The string params for the update call or an object of the params. See {@link Roo.UpdateManager#update} for more details. (Defaults to null)",
533           "isOptional" : false
534         },
535         {
536           "name" : "loadOnce",
537           "type" : "Boolean",
538           "desc" : "(optional) Whether to only load the content once. If this is false it makes the Ajax call every time this panel is activated. (Defaults to false)",
539           "isOptional" : false
540         }
541       ],
542       "returns" : [
543         {
544           "name" : "",
545           "type" : "Roo.UpdateManager",
546           "desc" : "The UpdateManager"
547         }
548       ]
549     },
550     {
551       "name" : "purgeListeners",
552       "type" : "function",
553       "desc" : "Removes all listeners for this object",
554       "sig" : "()\n{\n\n}",
555       "static" : false,
556       "memberOf" : "Roo.util.Observable",
557       "isStatic" : false,
558       "isConstructor" : false,
559       "isPrivate" : false,
560       "example" : "",
561       "deprecated" : "",
562       "since" : "",
563       "see" : "",
564       "exceptions" : "",
565       "requires" : "",
566       "params" : [],
567       "returns" : []
568     },
569     {
570       "name" : "on",
571       "type" : "function",
572       "desc" : "Appends an event handler to this element (shorthand for addListener)",
573       "sig" : "(eventName, handler, scope, options)",
574       "static" : false,
575       "memberOf" : "Roo.util.Observable",
576       "isStatic" : false,
577       "isConstructor" : false,
578       "isPrivate" : false,
579       "example" : "",
580       "deprecated" : "",
581       "since" : "",
582       "see" : "",
583       "exceptions" : "",
584       "requires" : "",
585       "params" : [
586         {
587           "name" : "eventName",
588           "type" : "String",
589           "desc" : "The type of event to listen for",
590           "isOptional" : false
591         },
592         {
593           "name" : "handler",
594           "type" : "Function",
595           "desc" : "The method the event invokes",
596           "isOptional" : false
597         },
598         {
599           "name" : "scope",
600           "type" : "Object",
601           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
602           "isOptional" : false
603         },
604         {
605           "name" : "options",
606           "type" : "Object",
607           "desc" : "(optional)",
608           "isOptional" : false
609         }
610       ],
611       "returns" : []
612     },
613     {
614       "name" : "un",
615       "type" : "function",
616       "desc" : "Removes a listener (shorthand for removeListener)",
617       "sig" : "(eventName, handler, scope)",
618       "static" : false,
619       "memberOf" : "Roo.util.Observable",
620       "isStatic" : false,
621       "isConstructor" : false,
622       "isPrivate" : false,
623       "example" : "",
624       "deprecated" : "",
625       "since" : "",
626       "see" : "",
627       "exceptions" : "",
628       "requires" : "",
629       "params" : [
630         {
631           "name" : "eventName",
632           "type" : "String",
633           "desc" : "The type of event to listen for",
634           "isOptional" : false
635         },
636         {
637           "name" : "handler",
638           "type" : "Function",
639           "desc" : "The handler to remove",
640           "isOptional" : false
641         },
642         {
643           "name" : "scope",
644           "type" : "Object",
645           "desc" : "(optional) The scope (this object) for the handler",
646           "isOptional" : false
647         }
648       ],
649       "returns" : []
650     },
651     {
652       "name" : "addEvents",
653       "type" : "function",
654       "desc" : "Used to define events on this Observable",
655       "sig" : "(object)",
656       "static" : false,
657       "memberOf" : "Roo.util.Observable",
658       "isStatic" : false,
659       "isConstructor" : false,
660       "isPrivate" : false,
661       "example" : "",
662       "deprecated" : "",
663       "since" : "",
664       "see" : "",
665       "exceptions" : "",
666       "requires" : "",
667       "params" : [
668         {
669           "name" : "object",
670           "type" : "Object",
671           "desc" : "The object with the events defined",
672           "isOptional" : false
673         }
674       ],
675       "returns" : []
676     },
677     {
678       "name" : "releaseCapture",
679       "type" : "function",
680       "desc" : "Removes <b>all</b> added captures from the Observable.",
681       "sig" : "(o)",
682       "static" : true,
683       "memberOf" : "Roo.util.Observable",
684       "isStatic" : true,
685       "isConstructor" : false,
686       "isPrivate" : false,
687       "example" : "",
688       "deprecated" : "",
689       "since" : "",
690       "see" : "",
691       "exceptions" : "",
692       "requires" : "",
693       "params" : [
694         {
695           "name" : "o",
696           "type" : "Observable",
697           "desc" : "The Observable to release",
698           "isOptional" : false
699         }
700       ],
701       "returns" : []
702     },
703     {
704       "name" : "removeListener",
705       "type" : "function",
706       "desc" : "Removes a listener",
707       "sig" : "(eventName, handler, scope)",
708       "static" : false,
709       "memberOf" : "Roo.util.Observable",
710       "isStatic" : false,
711       "isConstructor" : false,
712       "isPrivate" : false,
713       "example" : "",
714       "deprecated" : "",
715       "since" : "",
716       "see" : "",
717       "exceptions" : "",
718       "requires" : "",
719       "params" : [
720         {
721           "name" : "eventName",
722           "type" : "String",
723           "desc" : "The type of event to listen for",
724           "isOptional" : false
725         },
726         {
727           "name" : "handler",
728           "type" : "Function",
729           "desc" : "The handler to remove",
730           "isOptional" : false
731         },
732         {
733           "name" : "scope",
734           "type" : "Object",
735           "desc" : "(optional) The scope (this object) for the handler",
736           "isOptional" : false
737         }
738       ],
739       "returns" : []
740     },
741     {
742       "name" : "fireEvent",
743       "type" : "function",
744       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
745       "sig" : "(eventName, args)",
746       "static" : false,
747       "memberOf" : "Roo.util.Observable",
748       "isStatic" : false,
749       "isConstructor" : false,
750       "isPrivate" : false,
751       "example" : "",
752       "deprecated" : "",
753       "since" : "",
754       "see" : "",
755       "exceptions" : "",
756       "requires" : "",
757       "params" : [
758         {
759           "name" : "eventName",
760           "type" : "String",
761           "desc" : "",
762           "isOptional" : false
763         },
764         {
765           "name" : "args",
766           "type" : "Object...",
767           "desc" : "Variable number of parameters are passed to handlers",
768           "isOptional" : false
769         }
770       ],
771       "returns" : [
772         {
773           "name" : "",
774           "type" : "Boolean",
775           "desc" : "returns false if any of the handlers return false otherwise it returns true"
776         }
777       ]
778     },
779     {
780       "name" : "hasListener",
781       "type" : "function",
782       "desc" : "Checks to see if this object has any listeners for a specified event",
783       "sig" : "(eventName)",
784       "static" : false,
785       "memberOf" : "Roo.util.Observable",
786       "isStatic" : false,
787       "isConstructor" : false,
788       "isPrivate" : false,
789       "example" : "",
790       "deprecated" : "",
791       "since" : "",
792       "see" : "",
793       "exceptions" : "",
794       "requires" : "",
795       "params" : [
796         {
797           "name" : "eventName",
798           "type" : "String",
799           "desc" : "The name of the event to check for",
800           "isOptional" : false
801         }
802       ],
803       "returns" : [
804         {
805           "name" : "",
806           "type" : "Boolean",
807           "desc" : "True if the event is being listened for, else false"
808         }
809       ]
810     },
811     {
812       "name" : "capture",
813       "type" : "function",
814       "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.",
815       "sig" : "(o, fn, scope)",
816       "static" : true,
817       "memberOf" : "Roo.util.Observable",
818       "isStatic" : true,
819       "isConstructor" : false,
820       "isPrivate" : false,
821       "example" : "",
822       "deprecated" : "",
823       "since" : "",
824       "see" : "",
825       "exceptions" : "",
826       "requires" : "",
827       "params" : [
828         {
829           "name" : "o",
830           "type" : "Observable",
831           "desc" : "The Observable to capture",
832           "isOptional" : false
833         },
834         {
835           "name" : "fn",
836           "type" : "Function",
837           "desc" : "The function to call",
838           "isOptional" : false
839         },
840         {
841           "name" : "scope",
842           "type" : "Object",
843           "desc" : "(optional) The scope (this object) for the fn",
844           "isOptional" : false
845         }
846       ],
847       "returns" : []
848     },
849     {
850       "name" : "addListener",
851       "type" : "function",
852       "desc" : "Appends an event handler to this component",
853       "sig" : "(eventName, handler, scope, options)",
854       "static" : false,
855       "memberOf" : "Roo.util.Observable",
856       "isStatic" : false,
857       "isConstructor" : false,
858       "isPrivate" : false,
859       "example" : "",
860       "deprecated" : "",
861       "since" : "",
862       "see" : "",
863       "exceptions" : "",
864       "requires" : "",
865       "params" : [
866         {
867           "name" : "eventName",
868           "type" : "String",
869           "desc" : "The type of event to listen for",
870           "isOptional" : false
871         },
872         {
873           "name" : "handler",
874           "type" : "Function",
875           "desc" : "The method the event invokes",
876           "isOptional" : false
877         },
878         {
879           "name" : "scope",
880           "type" : "Object",
881           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
882           "isOptional" : false
883         },
884         {
885           "name" : "options",
886           "type" : "Object",
887           "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>",
888           "isOptional" : false
889         }
890       ],
891       "returns" : []
892     }
893   ],
894   "events" : [
895     {
896       "name" : "deactivate",
897       "type" : "function",
898       "desc" : "Fires when this panel is activated.",
899       "sig" : "function (_self)\n{\n\n}",
900       "memberOf" : "Roo.ContentPanel",
901       "example" : "",
902       "deprecated" : "",
903       "since" : "",
904       "see" : "",
905       "params" : [
906         {
907           "name" : "this",
908           "type" : "Roo.ContentPanel",
909           "desc" : "",
910           "isOptional" : false
911         }
912       ],
913       "returns" : []
914     },
915     {
916       "name" : "resize",
917       "type" : "function",
918       "desc" : "Fires when this panel is resized if fitToFrame is true.",
919       "sig" : "function (_self, width, height)\n{\n\n}",
920       "memberOf" : "Roo.ContentPanel",
921       "example" : "",
922       "deprecated" : "",
923       "since" : "",
924       "see" : "",
925       "params" : [
926         {
927           "name" : "this",
928           "type" : "Roo.ContentPanel",
929           "desc" : "",
930           "isOptional" : false
931         },
932         {
933           "name" : "width",
934           "type" : "Number",
935           "desc" : "The width after any component adjustments",
936           "isOptional" : false
937         },
938         {
939           "name" : "height",
940           "type" : "Number",
941           "desc" : "The height after any component adjustments",
942           "isOptional" : false
943         }
944       ],
945       "returns" : []
946     },
947     {
948       "name" : "render",
949       "type" : "function",
950       "desc" : "Fires when this tab is created",
951       "sig" : "function (_self)\n{\n\n}",
952       "memberOf" : "Roo.ContentPanel",
953       "example" : "",
954       "deprecated" : "",
955       "since" : "",
956       "see" : "",
957       "params" : [
958         {
959           "name" : "this",
960           "type" : "Roo.ContentPanel",
961           "desc" : "",
962           "isOptional" : false
963         }
964       ],
965       "returns" : []
966     },
967     {
968       "name" : "activate",
969       "type" : "function",
970       "desc" : "Fires when this panel is activated.",
971       "sig" : "function (_self)\n{\n\n}",
972       "memberOf" : "Roo.ContentPanel",
973       "example" : "",
974       "deprecated" : "",
975       "since" : "",
976       "see" : "",
977       "params" : [
978         {
979           "name" : "this",
980           "type" : "Roo.ContentPanel",
981           "desc" : "",
982           "isOptional" : false
983         }
984       ],
985       "returns" : []
986     }
987   ]
988 }