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