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