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