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