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