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