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