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