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