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