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