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