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