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