90d9dfc2bafeb2594eaff150245c15f4bb21393f
[roojs1] / docs / symbols / Roo.LayoutRegion.json
1 {
2   "name" : "Roo.LayoutRegion",
3   "augments" : [
4     "Roo.BasicLayoutRegion",
5     "Roo.util.Observable"
6   ],
7   "childClasses" : {
8     "Roo.LayoutRegion" : [
9       "Roo.SplitLayoutRegion",
10       "Roo.bootstrap.layout.Split"
11     ]
12   },
13   "tree_children" : [],
14   "tree_parent" : [],
15   "desc" : "This class represents a region in a layout manager.",
16   "isSingleton" : false,
17   "isStatic" : false,
18   "isBuiltin" : false,
19   "isAbstract" : false,
20   "isBuilderTop" : false,
21   "memberOf" : "LayoutRegion",
22   "example" : "",
23   "deprecated" : "",
24   "since" : "",
25   "see" : "",
26   "params" : [],
27   "returns" : [],
28   "throws" : "",
29   "requires" : "",
30   "config" : [
31     {
32       "name" : "cmargins",
33       "type" : "Object",
34       "desc" : "Margins for the element when collapsed (defaults to: north/south {top: 2, left: 0, right:0, bottom: 2} or east/west {top: 0, left: 2, right:2, bottom: 0})",
35       "memberOf" : "Roo.LayoutRegion"
36     },
37     {
38       "name" : "alwaysShowTabs",
39       "type" : "Boolean",
40       "desc" : "True to always display tabs even when there is only 1 panel (defaults to false)",
41       "memberOf" : "Roo.LayoutRegion"
42     },
43     {
44       "name" : "listeners",
45       "type" : "Object",
46       "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>",
47       "memberOf" : "Roo.util.Observable"
48     },
49     {
50       "name" : "margins",
51       "type" : "Object",
52       "desc" : "Margins for the element (defaults to {top: 0, left: 0, right:0, bottom: 0})",
53       "memberOf" : "Roo.LayoutRegion"
54     },
55     {
56       "name" : "preferredTabWidth",
57       "type" : "Number",
58       "desc" : "The preferred tab width (defaults to 150)",
59       "memberOf" : "Roo.LayoutRegion"
60     },
61     {
62       "name" : "disableTabTips",
63       "type" : "Boolean",
64       "desc" : "True to disable tab tooltips",
65       "memberOf" : "Roo.LayoutRegion"
66     },
67     {
68       "name" : "collapsible",
69       "type" : "Boolean",
70       "desc" : "False to disable collapsing (defaults to true)",
71       "memberOf" : "Roo.LayoutRegion"
72     },
73     {
74       "name" : "collapsedTitle",
75       "type" : "String",
76       "desc" : "Optional string message to display in the collapsed block of a north or south region",
77       "memberOf" : "Roo.LayoutRegion"
78     },
79     {
80       "name" : "autoScroll",
81       "type" : "Boolean",
82       "desc" : "True to enable overflow scrolling (defaults to false)",
83       "memberOf" : "Roo.LayoutRegion"
84     },
85     {
86       "name" : "hidden",
87       "type" : "Boolean",
88       "desc" : "True to start the region hidden (defaults to false)",
89       "memberOf" : "Roo.LayoutRegion"
90     },
91     {
92       "name" : "toolbar",
93       "type" : "Boolean",
94       "desc" : "xtype configuration for a toolbar - shows on right of tabbar",
95       "memberOf" : "Roo.LayoutRegion"
96     },
97     {
98       "name" : "title",
99       "type" : "String",
100       "desc" : "The title for the region (overrides panel titles)",
101       "memberOf" : "Roo.LayoutRegion"
102     },
103     {
104       "name" : "hideWhenEmpty",
105       "type" : "Boolean",
106       "desc" : "True to hide the region when it has no panels",
107       "memberOf" : "Roo.LayoutRegion"
108     },
109     {
110       "name" : "collapsed",
111       "type" : "Boolean",
112       "desc" : "True to set the initial display to collapsed (defaults to false)",
113       "memberOf" : "Roo.LayoutRegion"
114     },
115     {
116       "name" : "hideTabs",
117       "type" : "Boolean",
118       "desc" : "True to hide the tab strip (defaults to false)",
119       "memberOf" : "Roo.LayoutRegion"
120     },
121     {
122       "name" : "resizeTabs",
123       "type" : "Boolean",
124       "desc" : "True to enable automatic tab resizing. This will resize the tabs so they are all the same size and fit within\n                     the space available, similar to FireFox 1.5 tabs (defaults to false)",
125       "memberOf" : "Roo.LayoutRegion"
126     },
127     {
128       "name" : "tabPosition",
129       "type" : "String",
130       "desc" : "m) \"top\" or \"bottom\" (defaults to \"bottom\")",
131       "memberOf" : "Roo.LayoutRegion"
132     },
133     {
134       "name" : "width",
135       "type" : "Number",
136       "desc" : "For East/West panels",
137       "memberOf" : "Roo.LayoutRegion"
138     },
139     {
140       "name" : "floatable",
141       "type" : "Boolean",
142       "desc" : "False to disable floating (defaults to true)",
143       "memberOf" : "Roo.LayoutRegion"
144     },
145     {
146       "name" : "minTabWidth",
147       "type" : "Number",
148       "desc" : "The minimum tab width (defaults to 40)",
149       "memberOf" : "Roo.LayoutRegion"
150     },
151     {
152       "name" : "split",
153       "type" : "Boolean",
154       "desc" : "To show the splitter",
155       "memberOf" : "Roo.LayoutRegion"
156     },
157     {
158       "name" : "titlebar",
159       "type" : "Boolean",
160       "desc" : "True to display a title bar (defaults to true)",
161       "memberOf" : "Roo.LayoutRegion"
162     },
163     {
164       "name" : "preservePanels",
165       "type" : "Boolean",
166       "desc" : "True to preserve removed panels so they can be readded later (defaults to false)",
167       "memberOf" : "Roo.LayoutRegion"
168     },
169     {
170       "name" : "closeOnTab",
171       "type" : "Boolean",
172       "desc" : "True to place the close icon on the tabs instead of the region titlebar (defaults to false)",
173       "memberOf" : "Roo.LayoutRegion"
174     },
175     {
176       "name" : "height",
177       "type" : "Number",
178       "desc" : "For North/South panels",
179       "memberOf" : "Roo.LayoutRegion"
180     },
181     {
182       "name" : "animate",
183       "type" : "Boolean",
184       "desc" : "True to animate expand/collapse (defaults to false)",
185       "memberOf" : "Roo.LayoutRegion"
186     },
187     {
188       "name" : "autoHide",
189       "type" : "Boolean",
190       "desc" : "False to disable auto hiding when the mouse leaves the \"floated\" region (defaults to true)",
191       "memberOf" : "Roo.LayoutRegion"
192     },
193     {
194       "name" : "showPin",
195       "type" : "Boolean",
196       "desc" : "True to show a pin button",
197       "memberOf" : "Roo.LayoutRegion"
198     }
199   ],
200   "methods" : [
201     {
202       "name" : "getEl",
203       "type" : "function",
204       "desc" : "Returns the container element for this region.",
205       "sig" : "()\n{\n\n}",
206       "static" : false,
207       "memberOf" : "",
208       "isStatic" : false,
209       "isConstructor" : false,
210       "isPrivate" : false,
211       "example" : "",
212       "deprecated" : "",
213       "since" : "",
214       "see" : "",
215       "exceptions" : "",
216       "requires" : "",
217       "params" : [],
218       "returns" : [
219         {
220           "name" : "",
221           "type" : "Roo.Element",
222           "desc" : ""
223         }
224       ]
225     },
226     {
227       "name" : "remove",
228       "type" : "function",
229       "desc" : "Removes the specified panel. If preservePanel is not true (either here or in the config), the panel is destroyed.",
230       "sig" : "(panel, preservePanel)",
231       "static" : false,
232       "memberOf" : "",
233       "isStatic" : false,
234       "isConstructor" : false,
235       "isPrivate" : false,
236       "example" : "",
237       "deprecated" : "",
238       "since" : "",
239       "see" : "",
240       "exceptions" : "",
241       "requires" : "",
242       "params" : [
243         {
244           "name" : "panel",
245           "type" : "Number/String/ContentPanel",
246           "desc" : "The panel's index, id or the panel itself",
247           "isOptional" : false
248         },
249         {
250           "name" : "preservePanel",
251           "type" : "Boolean",
252           "desc" : "Overrides the config preservePanel option",
253           "isOptional" : false
254         }
255       ],
256       "returns" : [
257         {
258           "name" : "",
259           "type" : "Roo.ContentPanel",
260           "desc" : "The panel that was removed"
261         }
262       ]
263     },
264     {
265       "name" : "getActivePanel",
266       "type" : "function",
267       "desc" : "Get the active panel for this region.",
268       "sig" : "()\n{\n\n}",
269       "static" : false,
270       "memberOf" : "",
271       "isStatic" : false,
272       "isConstructor" : false,
273       "isPrivate" : false,
274       "example" : "",
275       "deprecated" : "",
276       "since" : "",
277       "see" : "",
278       "exceptions" : "",
279       "requires" : "",
280       "params" : [],
281       "returns" : [
282         {
283           "name" : "",
284           "type" : "Roo.ContentPanel",
285           "desc" : "The active panel or null"
286         }
287       ]
288     },
289     {
290       "name" : "collapse",
291       "type" : "function",
292       "desc" : "Collapses this region.",
293       "sig" : "(skipAnim)",
294       "static" : false,
295       "memberOf" : "",
296       "isStatic" : false,
297       "isConstructor" : false,
298       "isPrivate" : false,
299       "example" : "",
300       "deprecated" : "",
301       "since" : "",
302       "see" : "",
303       "exceptions" : "",
304       "requires" : "",
305       "params" : [
306         {
307           "name" : "skipAnim",
308           "type" : "Boolean",
309           "desc" : "(optional) true to collapse the element without animation (if animate is true)",
310           "isOptional" : false
311         }
312       ],
313       "returns" : []
314     },
315     {
316       "name" : "unhidePanel",
317       "type" : "function",
318       "desc" : "Unhides the tab for a previously hidden panel.",
319       "sig" : "(panel)",
320       "static" : false,
321       "memberOf" : "",
322       "isStatic" : false,
323       "isConstructor" : false,
324       "isPrivate" : false,
325       "example" : "",
326       "deprecated" : "",
327       "since" : "",
328       "see" : "",
329       "exceptions" : "",
330       "requires" : "",
331       "params" : [
332         {
333           "name" : "panel",
334           "type" : "Number/String/ContentPanel",
335           "desc" : "The panel's index, id or the panel itself",
336           "isOptional" : false
337         }
338       ],
339       "returns" : []
340     },
341     {
342       "name" : "setCollapsedTitle",
343       "type" : "function",
344       "desc" : "Updates the title for collapsed north/south regions (used with {@link #collapsedTitle} config option)",
345       "sig" : "(title)",
346       "static" : false,
347       "memberOf" : "",
348       "isStatic" : false,
349       "isConstructor" : false,
350       "isPrivate" : false,
351       "example" : "",
352       "deprecated" : "",
353       "since" : "",
354       "see" : "",
355       "exceptions" : "",
356       "requires" : "",
357       "params" : [
358         {
359           "name" : "title",
360           "type" : "String",
361           "desc" : "(optional) The title text (accepts HTML markup, defaults to the numeric character reference for a non-breaking space, \"&amp;#160;\")",
362           "isOptional" : false
363         }
364       ],
365       "returns" : []
366     },
367     {
368       "name" : "getTabs",
369       "type" : "function",
370       "desc" : "Returns the TabPanel component used by this region",
371       "sig" : "()\n{\n\n}",
372       "static" : false,
373       "memberOf" : "",
374       "isStatic" : false,
375       "isConstructor" : false,
376       "isPrivate" : false,
377       "example" : "",
378       "deprecated" : "",
379       "since" : "",
380       "see" : "",
381       "exceptions" : "",
382       "requires" : "",
383       "params" : [],
384       "returns" : [
385         {
386           "name" : "",
387           "type" : "Roo.TabPanel",
388           "desc" : ""
389         }
390       ]
391     },
392     {
393       "name" : "expand",
394       "type" : "function",
395       "desc" : "Expands this region if it was previously collapsed.",
396       "sig" : "(e, skipAnim)",
397       "static" : false,
398       "memberOf" : "",
399       "isStatic" : false,
400       "isConstructor" : false,
401       "isPrivate" : false,
402       "example" : "",
403       "deprecated" : "",
404       "since" : "",
405       "see" : "",
406       "exceptions" : "",
407       "requires" : "",
408       "params" : [
409         {
410           "name" : "e",
411           "type" : "Roo.EventObject",
412           "desc" : "The event that triggered the expand (or null if calling manually)",
413           "isOptional" : false
414         },
415         {
416           "name" : "skipAnim",
417           "type" : "Boolean",
418           "desc" : "(optional) true to expand the element without animation (if animate is true)",
419           "isOptional" : false
420         }
421       ],
422       "returns" : []
423     },
424     {
425       "name" : "isVisible",
426       "type" : "function",
427       "desc" : "Returns true if this region is currently visible.",
428       "sig" : "()\n{\n\n}",
429       "static" : false,
430       "memberOf" : "",
431       "isStatic" : false,
432       "isConstructor" : false,
433       "isPrivate" : false,
434       "example" : "",
435       "deprecated" : "",
436       "since" : "",
437       "see" : "",
438       "exceptions" : "",
439       "requires" : "",
440       "params" : [],
441       "returns" : [
442         {
443           "name" : "",
444           "type" : "Boolean",
445           "desc" : ""
446         }
447       ]
448     },
449     {
450       "name" : "showPanel",
451       "type" : "function",
452       "desc" : "Shows the specified panel.",
453       "sig" : "(panelId)",
454       "static" : false,
455       "memberOf" : "",
456       "isStatic" : false,
457       "isConstructor" : false,
458       "isPrivate" : false,
459       "example" : "",
460       "deprecated" : "",
461       "since" : "",
462       "see" : "",
463       "exceptions" : "",
464       "requires" : "",
465       "params" : [
466         {
467           "name" : "panelId",
468           "type" : "Number/String/ContentPanel",
469           "desc" : "The panel's index, id or the panel itself",
470           "isOptional" : false
471         }
472       ],
473       "returns" : [
474         {
475           "name" : "",
476           "type" : "Roo.ContentPanel",
477           "desc" : "The shown panel, or null if a panel could not be found from panelId"
478         }
479       ]
480     },
481     {
482       "name" : "hide",
483       "type" : "function",
484       "desc" : "Hides this region.",
485       "sig" : "()\n{\n\n}",
486       "static" : false,
487       "memberOf" : "",
488       "isStatic" : false,
489       "isConstructor" : false,
490       "isPrivate" : false,
491       "example" : "",
492       "deprecated" : "",
493       "since" : "",
494       "see" : "",
495       "exceptions" : "",
496       "requires" : "",
497       "params" : [],
498       "returns" : []
499     },
500     {
501       "name" : "show",
502       "type" : "function",
503       "desc" : "Shows this region if it was previously hidden.",
504       "sig" : "()\n{\n\n}",
505       "static" : false,
506       "memberOf" : "",
507       "isStatic" : false,
508       "isConstructor" : false,
509       "isPrivate" : false,
510       "example" : "",
511       "deprecated" : "",
512       "since" : "",
513       "see" : "",
514       "exceptions" : "",
515       "requires" : "",
516       "params" : [],
517       "returns" : []
518     },
519     {
520       "name" : "add",
521       "type" : "function",
522       "desc" : "Adds the passed ContentPanel(s) to this region.",
523       "sig" : "(panel)",
524       "static" : false,
525       "memberOf" : "",
526       "isStatic" : false,
527       "isConstructor" : false,
528       "isPrivate" : false,
529       "example" : "",
530       "deprecated" : "",
531       "since" : "",
532       "see" : "",
533       "exceptions" : "",
534       "requires" : "",
535       "params" : [
536         {
537           "name" : "panel",
538           "type" : "ContentPanel...",
539           "desc" : "The ContentPanel(s) to add (you can pass more than one)",
540           "isOptional" : false
541         }
542       ],
543       "returns" : [
544         {
545           "name" : "",
546           "type" : "Roo.ContentPanel",
547           "desc" : "The panel added (if only one was added; null otherwise)"
548         }
549       ]
550     },
551     {
552       "name" : "hidePanel",
553       "type" : "function",
554       "desc" : "Hides the tab for the specified panel.",
555       "sig" : "(panel)",
556       "static" : false,
557       "memberOf" : "",
558       "isStatic" : false,
559       "isConstructor" : false,
560       "isPrivate" : false,
561       "example" : "",
562       "deprecated" : "",
563       "since" : "",
564       "see" : "",
565       "exceptions" : "",
566       "requires" : "",
567       "params" : [
568         {
569           "name" : "panel",
570           "type" : "Number/String/ContentPanel",
571           "desc" : "The panel's index, id or the panel itself",
572           "isOptional" : false
573         }
574       ],
575       "returns" : []
576     },
577     {
578       "name" : "hasPanel",
579       "type" : "function",
580       "desc" : "Returns true if the panel is in this region.",
581       "sig" : "(panel)",
582       "static" : false,
583       "memberOf" : "Roo.BasicLayoutRegion",
584       "isStatic" : false,
585       "isConstructor" : false,
586       "isPrivate" : false,
587       "example" : "",
588       "deprecated" : "",
589       "since" : "",
590       "see" : "",
591       "exceptions" : "",
592       "requires" : "",
593       "params" : [
594         {
595           "name" : "panel",
596           "type" : "Number/String/ContentPanel",
597           "desc" : "The panels index, id or the panel itself",
598           "isOptional" : false
599         }
600       ],
601       "returns" : [
602         {
603           "name" : "",
604           "type" : "Boolean",
605           "desc" : ""
606         }
607       ]
608     },
609     {
610       "name" : "resizeTo",
611       "type" : "function",
612       "desc" : "Resizes the region to the specified size. For vertical regions (west, east) this adjusts \nthe width, for horizontal (north, south) the height.",
613       "sig" : "(newSize)",
614       "static" : false,
615       "memberOf" : "Roo.BasicLayoutRegion",
616       "isStatic" : false,
617       "isConstructor" : false,
618       "isPrivate" : false,
619       "example" : "",
620       "deprecated" : "",
621       "since" : "",
622       "see" : "",
623       "exceptions" : "",
624       "requires" : "",
625       "params" : [
626         {
627           "name" : "newSize",
628           "type" : "Number",
629           "desc" : "The new width or height",
630           "isOptional" : false
631         }
632       ],
633       "returns" : []
634     },
635     {
636       "name" : "getPosition",
637       "type" : "function",
638       "desc" : "Returns this regions position (north/south/east/west/center).",
639       "sig" : "()\n{\n\n}",
640       "static" : false,
641       "memberOf" : "Roo.BasicLayoutRegion",
642       "isStatic" : false,
643       "isConstructor" : false,
644       "isPrivate" : false,
645       "example" : "",
646       "deprecated" : "",
647       "since" : "",
648       "see" : "",
649       "exceptions" : "",
650       "requires" : "",
651       "params" : [],
652       "returns" : [
653         {
654           "name" : "",
655           "type" : "String",
656           "desc" : ""
657         }
658       ]
659     },
660     {
661       "name" : "getPanel",
662       "type" : "function",
663       "desc" : "Returns the panel specified or null if it's not in this region.",
664       "sig" : "(panel)",
665       "static" : false,
666       "memberOf" : "Roo.BasicLayoutRegion",
667       "isStatic" : false,
668       "isConstructor" : false,
669       "isPrivate" : false,
670       "example" : "",
671       "deprecated" : "",
672       "since" : "",
673       "see" : "",
674       "exceptions" : "",
675       "requires" : "",
676       "params" : [
677         {
678           "name" : "panel",
679           "type" : "Number/String/ContentPanel",
680           "desc" : "The panels index, id or the panel itself",
681           "isOptional" : false
682         }
683       ],
684       "returns" : [
685         {
686           "name" : "",
687           "type" : "Roo.ContentPanel",
688           "desc" : ""
689         }
690       ]
691     },
692     {
693       "name" : "purgeListeners",
694       "type" : "function",
695       "desc" : "Removes all listeners for this object",
696       "sig" : "()\n{\n\n}",
697       "static" : false,
698       "memberOf" : "Roo.util.Observable",
699       "isStatic" : false,
700       "isConstructor" : false,
701       "isPrivate" : false,
702       "example" : "",
703       "deprecated" : "",
704       "since" : "",
705       "see" : "",
706       "exceptions" : "",
707       "requires" : "",
708       "params" : [],
709       "returns" : []
710     },
711     {
712       "name" : "on",
713       "type" : "function",
714       "desc" : "Appends an event handler to this element (shorthand for addListener)",
715       "sig" : "(eventName, handler, scope, options)",
716       "static" : false,
717       "memberOf" : "Roo.util.Observable",
718       "isStatic" : false,
719       "isConstructor" : false,
720       "isPrivate" : false,
721       "example" : "",
722       "deprecated" : "",
723       "since" : "",
724       "see" : "",
725       "exceptions" : "",
726       "requires" : "",
727       "params" : [
728         {
729           "name" : "eventName",
730           "type" : "String",
731           "desc" : "The type of event to listen for",
732           "isOptional" : false
733         },
734         {
735           "name" : "handler",
736           "type" : "Function",
737           "desc" : "The method the event invokes",
738           "isOptional" : false
739         },
740         {
741           "name" : "scope",
742           "type" : "Object",
743           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
744           "isOptional" : false
745         },
746         {
747           "name" : "options",
748           "type" : "Object",
749           "desc" : "(optional)",
750           "isOptional" : false
751         }
752       ],
753       "returns" : []
754     },
755     {
756       "name" : "un",
757       "type" : "function",
758       "desc" : "Removes a listener (shorthand for removeListener)",
759       "sig" : "(eventName, handler, scope)",
760       "static" : false,
761       "memberOf" : "Roo.util.Observable",
762       "isStatic" : false,
763       "isConstructor" : false,
764       "isPrivate" : false,
765       "example" : "",
766       "deprecated" : "",
767       "since" : "",
768       "see" : "",
769       "exceptions" : "",
770       "requires" : "",
771       "params" : [
772         {
773           "name" : "eventName",
774           "type" : "String",
775           "desc" : "The type of event to listen for",
776           "isOptional" : false
777         },
778         {
779           "name" : "handler",
780           "type" : "Function",
781           "desc" : "The handler to remove",
782           "isOptional" : false
783         },
784         {
785           "name" : "scope",
786           "type" : "Object",
787           "desc" : "(optional) The scope (this object) for the handler",
788           "isOptional" : false
789         }
790       ],
791       "returns" : []
792     },
793     {
794       "name" : "addEvents",
795       "type" : "function",
796       "desc" : "Used to define events on this Observable",
797       "sig" : "(object)",
798       "static" : false,
799       "memberOf" : "Roo.util.Observable",
800       "isStatic" : false,
801       "isConstructor" : false,
802       "isPrivate" : false,
803       "example" : "",
804       "deprecated" : "",
805       "since" : "",
806       "see" : "",
807       "exceptions" : "",
808       "requires" : "",
809       "params" : [
810         {
811           "name" : "object",
812           "type" : "Object",
813           "desc" : "The object with the events defined",
814           "isOptional" : false
815         }
816       ],
817       "returns" : []
818     },
819     {
820       "name" : "releaseCapture",
821       "type" : "function",
822       "desc" : "Removes <b>all</b> added captures from the Observable.",
823       "sig" : "(o)",
824       "static" : true,
825       "memberOf" : "Roo.util.Observable",
826       "isStatic" : true,
827       "isConstructor" : false,
828       "isPrivate" : false,
829       "example" : "",
830       "deprecated" : "",
831       "since" : "",
832       "see" : "",
833       "exceptions" : "",
834       "requires" : "",
835       "params" : [
836         {
837           "name" : "o",
838           "type" : "Observable",
839           "desc" : "The Observable to release",
840           "isOptional" : false
841         }
842       ],
843       "returns" : []
844     },
845     {
846       "name" : "removeListener",
847       "type" : "function",
848       "desc" : "Removes a listener",
849       "sig" : "(eventName, handler, scope)",
850       "static" : false,
851       "memberOf" : "Roo.util.Observable",
852       "isStatic" : false,
853       "isConstructor" : false,
854       "isPrivate" : false,
855       "example" : "",
856       "deprecated" : "",
857       "since" : "",
858       "see" : "",
859       "exceptions" : "",
860       "requires" : "",
861       "params" : [
862         {
863           "name" : "eventName",
864           "type" : "String",
865           "desc" : "The type of event to listen for",
866           "isOptional" : false
867         },
868         {
869           "name" : "handler",
870           "type" : "Function",
871           "desc" : "The handler to remove",
872           "isOptional" : false
873         },
874         {
875           "name" : "scope",
876           "type" : "Object",
877           "desc" : "(optional) The scope (this object) for the handler",
878           "isOptional" : false
879         }
880       ],
881       "returns" : []
882     },
883     {
884       "name" : "fireEvent",
885       "type" : "function",
886       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
887       "sig" : "(eventName, args)",
888       "static" : false,
889       "memberOf" : "Roo.util.Observable",
890       "isStatic" : false,
891       "isConstructor" : false,
892       "isPrivate" : false,
893       "example" : "",
894       "deprecated" : "",
895       "since" : "",
896       "see" : "",
897       "exceptions" : "",
898       "requires" : "",
899       "params" : [
900         {
901           "name" : "eventName",
902           "type" : "String",
903           "desc" : "",
904           "isOptional" : false
905         },
906         {
907           "name" : "args",
908           "type" : "Object...",
909           "desc" : "Variable number of parameters are passed to handlers",
910           "isOptional" : false
911         }
912       ],
913       "returns" : [
914         {
915           "name" : "",
916           "type" : "Boolean",
917           "desc" : "returns false if any of the handlers return false otherwise it returns true"
918         }
919       ]
920     },
921     {
922       "name" : "hasListener",
923       "type" : "function",
924       "desc" : "Checks to see if this object has any listeners for a specified event",
925       "sig" : "(eventName)",
926       "static" : false,
927       "memberOf" : "Roo.util.Observable",
928       "isStatic" : false,
929       "isConstructor" : false,
930       "isPrivate" : false,
931       "example" : "",
932       "deprecated" : "",
933       "since" : "",
934       "see" : "",
935       "exceptions" : "",
936       "requires" : "",
937       "params" : [
938         {
939           "name" : "eventName",
940           "type" : "String",
941           "desc" : "The name of the event to check for",
942           "isOptional" : false
943         }
944       ],
945       "returns" : [
946         {
947           "name" : "",
948           "type" : "Boolean",
949           "desc" : "True if the event is being listened for, else false"
950         }
951       ]
952     },
953     {
954       "name" : "capture",
955       "type" : "function",
956       "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.",
957       "sig" : "(o, fn, scope)",
958       "static" : true,
959       "memberOf" : "Roo.util.Observable",
960       "isStatic" : true,
961       "isConstructor" : false,
962       "isPrivate" : false,
963       "example" : "",
964       "deprecated" : "",
965       "since" : "",
966       "see" : "",
967       "exceptions" : "",
968       "requires" : "",
969       "params" : [
970         {
971           "name" : "o",
972           "type" : "Observable",
973           "desc" : "The Observable to capture",
974           "isOptional" : false
975         },
976         {
977           "name" : "fn",
978           "type" : "Function",
979           "desc" : "The function to call",
980           "isOptional" : false
981         },
982         {
983           "name" : "scope",
984           "type" : "Object",
985           "desc" : "(optional) The scope (this object) for the fn",
986           "isOptional" : false
987         }
988       ],
989       "returns" : []
990     },
991     {
992       "name" : "addListener",
993       "type" : "function",
994       "desc" : "Appends an event handler to this component",
995       "sig" : "(eventName, handler, scope, options)",
996       "static" : false,
997       "memberOf" : "Roo.util.Observable",
998       "isStatic" : false,
999       "isConstructor" : false,
1000       "isPrivate" : false,
1001       "example" : "",
1002       "deprecated" : "",
1003       "since" : "",
1004       "see" : "",
1005       "exceptions" : "",
1006       "requires" : "",
1007       "params" : [
1008         {
1009           "name" : "eventName",
1010           "type" : "String",
1011           "desc" : "The type of event to listen for",
1012           "isOptional" : false
1013         },
1014         {
1015           "name" : "handler",
1016           "type" : "Function",
1017           "desc" : "The method the event invokes",
1018           "isOptional" : false
1019         },
1020         {
1021           "name" : "scope",
1022           "type" : "Object",
1023           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
1024           "isOptional" : false
1025         },
1026         {
1027           "name" : "options",
1028           "type" : "Object",
1029           "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>",
1030           "isOptional" : false
1031         }
1032       ],
1033       "returns" : []
1034     }
1035   ],
1036   "events" : [
1037     {
1038       "name" : "paneladded",
1039       "type" : "function",
1040       "desc" : "Fires when a panel is added.",
1041       "sig" : "function (_self, panel)\n{\n\n}",
1042       "memberOf" : "Roo.BasicLayoutRegion",
1043       "example" : "",
1044       "deprecated" : "",
1045       "since" : "",
1046       "see" : "",
1047       "params" : [
1048         {
1049           "name" : "this",
1050           "type" : "Roo.LayoutRegion",
1051           "desc" : "",
1052           "isOptional" : false
1053         },
1054         {
1055           "name" : "panel",
1056           "type" : "Roo.ContentPanel",
1057           "desc" : "The panel",
1058           "isOptional" : false
1059         }
1060       ],
1061       "returns" : []
1062     },
1063     {
1064       "name" : "invalidated",
1065       "type" : "function",
1066       "desc" : "Fires when the layout for this region is changed.",
1067       "sig" : "function (_self)\n{\n\n}",
1068       "memberOf" : "Roo.BasicLayoutRegion",
1069       "example" : "",
1070       "deprecated" : "",
1071       "since" : "",
1072       "see" : "",
1073       "params" : [
1074         {
1075           "name" : "this",
1076           "type" : "Roo.LayoutRegion",
1077           "desc" : "",
1078           "isOptional" : false
1079         }
1080       ],
1081       "returns" : []
1082     },
1083     {
1084       "name" : "expanded",
1085       "type" : "function",
1086       "desc" : "Fires when this region is expanded.",
1087       "sig" : "function (_self)\n{\n\n}",
1088       "memberOf" : "Roo.BasicLayoutRegion",
1089       "example" : "",
1090       "deprecated" : "",
1091       "since" : "",
1092       "see" : "",
1093       "params" : [
1094         {
1095           "name" : "this",
1096           "type" : "Roo.LayoutRegion",
1097           "desc" : "",
1098           "isOptional" : false
1099         }
1100       ],
1101       "returns" : []
1102     },
1103     {
1104       "name" : "beforeremove",
1105       "type" : "function",
1106       "desc" : "Fires before a panel is removed (or closed). To cancel the removal set \"e.cancel = true\" on the event argument.",
1107       "sig" : "function (_self, panel, e)\n{\n\n}",
1108       "memberOf" : "Roo.BasicLayoutRegion",
1109       "example" : "",
1110       "deprecated" : "",
1111       "since" : "",
1112       "see" : "",
1113       "params" : [
1114         {
1115           "name" : "this",
1116           "type" : "Roo.LayoutRegion",
1117           "desc" : "",
1118           "isOptional" : false
1119         },
1120         {
1121           "name" : "panel",
1122           "type" : "Roo.ContentPanel",
1123           "desc" : "The panel",
1124           "isOptional" : false
1125         },
1126         {
1127           "name" : "e",
1128           "type" : "Object",
1129           "desc" : "The cancel event object",
1130           "isOptional" : false
1131         }
1132       ],
1133       "returns" : []
1134     },
1135     {
1136       "name" : "collapsed",
1137       "type" : "function",
1138       "desc" : "Fires when this region is collapsed.",
1139       "sig" : "function (_self)\n{\n\n}",
1140       "memberOf" : "Roo.BasicLayoutRegion",
1141       "example" : "",
1142       "deprecated" : "",
1143       "since" : "",
1144       "see" : "",
1145       "params" : [
1146         {
1147           "name" : "this",
1148           "type" : "Roo.LayoutRegion",
1149           "desc" : "",
1150           "isOptional" : false
1151         }
1152       ],
1153       "returns" : []
1154     },
1155     {
1156       "name" : "panelremoved",
1157       "type" : "function",
1158       "desc" : "Fires when a panel is removed.",
1159       "sig" : "function (_self, panel)\n{\n\n}",
1160       "memberOf" : "Roo.BasicLayoutRegion",
1161       "example" : "",
1162       "deprecated" : "",
1163       "since" : "",
1164       "see" : "",
1165       "params" : [
1166         {
1167           "name" : "this",
1168           "type" : "Roo.LayoutRegion",
1169           "desc" : "",
1170           "isOptional" : false
1171         },
1172         {
1173           "name" : "panel",
1174           "type" : "Roo.ContentPanel",
1175           "desc" : "The panel",
1176           "isOptional" : false
1177         }
1178       ],
1179       "returns" : []
1180     },
1181     {
1182       "name" : "beforecollapse",
1183       "type" : "function",
1184       "desc" : "Fires when this region before collapse.",
1185       "sig" : "function (_self)\n{\n\n}",
1186       "memberOf" : "Roo.BasicLayoutRegion",
1187       "example" : "",
1188       "deprecated" : "",
1189       "since" : "",
1190       "see" : "",
1191       "params" : [
1192         {
1193           "name" : "this",
1194           "type" : "Roo.LayoutRegion",
1195           "desc" : "",
1196           "isOptional" : false
1197         }
1198       ],
1199       "returns" : []
1200     },
1201     {
1202       "name" : "slidehide",
1203       "type" : "function",
1204       "desc" : "Fires when this region slides out of view.",
1205       "sig" : "function (_self)\n{\n\n}",
1206       "memberOf" : "Roo.BasicLayoutRegion",
1207       "example" : "",
1208       "deprecated" : "",
1209       "since" : "",
1210       "see" : "",
1211       "params" : [
1212         {
1213           "name" : "this",
1214           "type" : "Roo.LayoutRegion",
1215           "desc" : "",
1216           "isOptional" : false
1217         }
1218       ],
1219       "returns" : []
1220     },
1221     {
1222       "name" : "visibilitychange",
1223       "type" : "function",
1224       "desc" : "Fires when this region is shown or hidden",
1225       "sig" : "function (_self, visibility)\n{\n\n}",
1226       "memberOf" : "Roo.BasicLayoutRegion",
1227       "example" : "",
1228       "deprecated" : "",
1229       "since" : "",
1230       "see" : "",
1231       "params" : [
1232         {
1233           "name" : "this",
1234           "type" : "Roo.LayoutRegion",
1235           "desc" : "",
1236           "isOptional" : false
1237         },
1238         {
1239           "name" : "visibility",
1240           "type" : "Boolean",
1241           "desc" : "true or false",
1242           "isOptional" : false
1243         }
1244       ],
1245       "returns" : []
1246     },
1247     {
1248       "name" : "slideshow",
1249       "type" : "function",
1250       "desc" : "Fires when this region is slid into view.",
1251       "sig" : "function (_self)\n{\n\n}",
1252       "memberOf" : "Roo.BasicLayoutRegion",
1253       "example" : "",
1254       "deprecated" : "",
1255       "since" : "",
1256       "see" : "",
1257       "params" : [
1258         {
1259           "name" : "this",
1260           "type" : "Roo.LayoutRegion",
1261           "desc" : "",
1262           "isOptional" : false
1263         }
1264       ],
1265       "returns" : []
1266     },
1267     {
1268       "name" : "panelactivated",
1269       "type" : "function",
1270       "desc" : "Fires when a panel is activated.",
1271       "sig" : "function (_self, panel)\n{\n\n}",
1272       "memberOf" : "Roo.BasicLayoutRegion",
1273       "example" : "",
1274       "deprecated" : "",
1275       "since" : "",
1276       "see" : "",
1277       "params" : [
1278         {
1279           "name" : "this",
1280           "type" : "Roo.LayoutRegion",
1281           "desc" : "",
1282           "isOptional" : false
1283         },
1284         {
1285           "name" : "panel",
1286           "type" : "Roo.ContentPanel",
1287           "desc" : "The activated panel",
1288           "isOptional" : false
1289         }
1290       ],
1291       "returns" : []
1292     },
1293     {
1294       "name" : "resized",
1295       "type" : "function",
1296       "desc" : "Fires when the user resizes this region.",
1297       "sig" : "function (_self, newSize)\n{\n\n}",
1298       "memberOf" : "Roo.BasicLayoutRegion",
1299       "example" : "",
1300       "deprecated" : "",
1301       "since" : "",
1302       "see" : "",
1303       "params" : [
1304         {
1305           "name" : "this",
1306           "type" : "Roo.LayoutRegion",
1307           "desc" : "",
1308           "isOptional" : false
1309         },
1310         {
1311           "name" : "newSize",
1312           "type" : "Number",
1313           "desc" : "The new size (width for east/west, height for north/south)",
1314           "isOptional" : false
1315         }
1316       ],
1317       "returns" : []
1318     }
1319   ]
1320 }