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