Uncommited changes synced
[roojs1] / docs / symbols / Roo.bootstrap.layout.Border.json
1 {
2   "name" : "Roo.bootstrap.layout.Border",
3   "augments" : [
4     "Roo.bootstrap.layout.Manager",
5     "Roo.bootstrap.Component",
6     "Roo.Component",
7     "Roo.util.Observable"
8   ],
9   "desc" : "This class represents a common layout manager used in desktop applications. For screenshots and more details,\nplease see: examples/bootstrap/nested.html<br><br>\n \n<b>The container the layout is rendered into can be either the body element or any other element.\nIf it is not the body element, the container needs to either be an absolute positioned element,\nor you will need to add \"position:relative\" to the css of the container.  You will also need to specify\nthe container size if it is not the body element.</b>",
10   "isSingleton" : false,
11   "isStatic" : false,
12   "isBuiltin" : false,
13   "memberOf" : "Border",
14   "example" : "",
15   "deprecated" : "",
16   "since" : "",
17   "see" : "",
18   "params" : [
19     {
20       "name" : "config",
21       "type" : "Object",
22       "desc" : "Configuration options",
23       "isOptional" : false
24     }
25   ],
26   "returns" : [
27   ],
28   "config" : [
29     {
30       "name" : "listeners",
31       "type" : "Object",
32       "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>",
33       "memberOf" : "Roo.util.Observable",
34       "values" : [
35       ]
36     },
37     {
38       "name" : "tooltip",
39       "type" : "string",
40       "desc" : "Text for the tooltip",
41       "memberOf" : "Roo.bootstrap.Component",
42       "values" : [
43       ]
44     },
45     {
46       "name" : "container_method",
47       "type" : "string",
48       "desc" : "method to fetch parents container element (used by NavHeaderbar -  getHeaderChildContainer)",
49       "memberOf" : "Roo.bootstrap.Component",
50       "values" : [
51       ]
52     },
53     {
54       "name" : "visibilityEl",
55       "type" : "string|object",
56       "desc" : "What element to use for visibility (@see getVisibilityEl())",
57       "memberOf" : "Roo.bootstrap.Component",
58       "values" : [
59         "(el",
60         "parent)"
61       ]
62     },
63     {
64       "name" : "can_build_overlaid",
65       "type" : "Boolean",
66       "desc" : "True if element can be rebuild from a HTML page",
67       "memberOf" : "Roo.bootstrap.Component",
68       "values" : [
69       ]
70     },
71     {
72       "name" : "hideMode",
73       "type" : "String",
74       "desc" : "How this component should hidden. Supported values are\n\"visibility\" (css visibility), \"offsets\" (negative offset position) and\n\"display\" (css display) - defaults to \"display\".",
75       "memberOf" : "Roo.Component",
76       "values" : [
77         "(display",
78         "visibility)"
79       ]
80     },
81     {
82       "name" : "style",
83       "type" : "String",
84       "desc" : "any extra css",
85       "memberOf" : "Roo.bootstrap.Component",
86       "values" : [
87       ]
88     },
89     {
90       "name" : "allowDomMove",
91       "type" : "Boolean",
92       "desc" : "Whether the component can move the Dom node when rendering (defaults to true).",
93       "memberOf" : "Roo.Component",
94       "values" : [
95       ]
96     },
97     {
98       "name" : "cls",
99       "type" : "String",
100       "desc" : "css class",
101       "memberOf" : "Roo.bootstrap.Component",
102       "values" : [
103       ]
104     },
105     {
106       "name" : "xattr",
107       "type" : "Object",
108       "desc" : "extra attributes to add to 'element' (used by builder to store stuff.)",
109       "memberOf" : "Roo.bootstrap.Component",
110       "values" : [
111       ]
112     },
113     {
114       "name" : "actionMode",
115       "type" : "String",
116       "desc" : "which property holds the element that used for  hide() / show() / disable() / enable()\ndefault is 'el'",
117       "memberOf" : "Roo.Component",
118       "values" : [
119       ]
120     },
121     {
122       "name" : "dataId",
123       "type" : "string",
124       "desc" : "cutomer id",
125       "memberOf" : "Roo.bootstrap.Component",
126       "values" : [
127       ]
128     },
129     {
130       "name" : "name",
131       "type" : "string",
132       "desc" : "Specifies name attribute",
133       "memberOf" : "Roo.bootstrap.Component",
134       "values" : [
135       ]
136     },
137     {
138       "name" : "disableClass",
139       "type" : "String",
140       "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").",
141       "memberOf" : "Roo.Component",
142       "values" : [
143       ]
144     }
145   ],
146   "methods" : [
147     {
148       "name" : "add",
149       "desc" : "Adds a ContentPanel (or subclass) to this layout.",
150       "isStatic" : false,
151       "isConstructor" : false,
152       "isPrivate" : false,
153       "memberOf" : "Roo.bootstrap.layout.Border",
154       "example" : "",
155       "deprecated" : "",
156       "since" : "",
157       "see" : "",
158       "params" : [
159         {
160           "name" : "target",
161           "type" : "String",
162           "desc" : "The target region key (north, south, east, west or center).",
163           "isOptional" : false
164         },
165         {
166           "name" : "panel",
167           "type" : "Roo.ContentPanel",
168           "desc" : "The panel to add",
169           "isOptional" : false
170         }
171       ],
172       "returns" : [
173         {
174           "name" : "",
175           "type" : "Roo.ContentPanel",
176           "desc" : "The added panel"
177         }
178       ]
179     },
180     {
181       "name" : "remove",
182       "desc" : "Remove a ContentPanel (or subclass) to this layout.",
183       "isStatic" : false,
184       "isConstructor" : false,
185       "isPrivate" : false,
186       "memberOf" : "Roo.bootstrap.layout.Border",
187       "example" : "",
188       "deprecated" : "",
189       "since" : "",
190       "see" : "",
191       "params" : [
192         {
193           "name" : "target",
194           "type" : "String",
195           "desc" : "The target region key (north, south, east, west or center).",
196           "isOptional" : false
197         },
198         {
199           "name" : "panel",
200           "type" : "Number/String/Roo.ContentPanel",
201           "desc" : "The index, id or panel to remove",
202           "isOptional" : false
203         }
204       ],
205       "returns" : [
206         {
207           "name" : "",
208           "type" : "Roo.ContentPanel",
209           "desc" : "The removed panel"
210         }
211       ]
212     },
213     {
214       "name" : "addxtype",
215       "desc" : "Adds a xtype elements to the layout.\n<pre><code>\n\nlayout.addxtype({\n       xtype : 'ContentPanel',\n       region: 'west',\n       items: [ .... ]\n   }\n);\n\nlayout.addxtype({\n        xtype : 'NestedLayoutPanel',\n        region: 'west',\n        layout: {\n           center: { },\n           west: { }   \n        },\n        items : [ ... list of content panels or nested layout panels.. ]\n   }\n);\n</code></pre>",
216       "isStatic" : false,
217       "isConstructor" : false,
218       "isPrivate" : false,
219       "memberOf" : "Roo.bootstrap.layout.Border",
220       "example" : "",
221       "deprecated" : "",
222       "since" : "",
223       "see" : "",
224       "params" : [
225         {
226           "name" : "cfg",
227           "type" : "Object",
228           "desc" : "Xtype definition of item to add.",
229           "isOptional" : false
230         }
231       ],
232       "returns" : [
233       ]
234     },
235     {
236       "name" : "addRegion",
237       "desc" : "Creates and adds a new region if it doesn't already exist.",
238       "isStatic" : false,
239       "isConstructor" : false,
240       "isPrivate" : false,
241       "memberOf" : "Roo.bootstrap.layout.Border",
242       "example" : "",
243       "deprecated" : "",
244       "since" : "",
245       "see" : "",
246       "params" : [
247         {
248           "name" : "target",
249           "type" : "String",
250           "desc" : "The target region key (north, south, east, west or center).",
251           "isOptional" : false
252         },
253         {
254           "name" : "config",
255           "type" : "Object",
256           "desc" : "The regions config object",
257           "isOptional" : false
258         }
259       ],
260       "returns" : [
261         {
262           "name" : "",
263           "type" : "BorderLayoutRegion",
264           "desc" : "The new region"
265         }
266       ]
267     },
268     {
269       "name" : "showPanel",
270       "desc" : "Searches all regions for a panel with the specified id and activates (shows) it.",
271       "isStatic" : false,
272       "isConstructor" : false,
273       "isPrivate" : false,
274       "memberOf" : "Roo.bootstrap.layout.Border",
275       "example" : "",
276       "deprecated" : "",
277       "since" : "",
278       "see" : "",
279       "params" : [
280         {
281           "name" : "panelId",
282           "type" : "String/ContentPanel",
283           "desc" : "The panels id or the panel itself",
284           "isOptional" : false
285         }
286       ],
287       "returns" : [
288         {
289           "name" : "",
290           "type" : "Roo.ContentPanel",
291           "desc" : "The shown panel or null"
292         }
293       ]
294     },
295     {
296       "name" : "findPanel",
297       "desc" : "Searches all regions for a panel with the specified id",
298       "isStatic" : false,
299       "isConstructor" : false,
300       "isPrivate" : false,
301       "memberOf" : "Roo.bootstrap.layout.Border",
302       "example" : "",
303       "deprecated" : "",
304       "since" : "",
305       "see" : "",
306       "params" : [
307         {
308           "name" : "panelId",
309           "type" : "String",
310           "desc" : "",
311           "isOptional" : false
312         }
313       ],
314       "returns" : [
315         {
316           "name" : "",
317           "type" : "Roo.ContentPanel",
318           "desc" : "The panel or null if it wasn't found"
319         }
320       ]
321     },
322     {
323       "name" : "layout",
324       "desc" : "Performs a layout update.",
325       "isStatic" : false,
326       "isConstructor" : false,
327       "isPrivate" : false,
328       "memberOf" : "Roo.bootstrap.layout.Border",
329       "example" : "",
330       "deprecated" : "",
331       "since" : "",
332       "see" : "",
333       "params" : [
334       ],
335       "returns" : [
336       ]
337     },
338     {
339       "name" : "getViewSize",
340       "desc" : "Returns the size of the current view. This method normalizes document.body and element embedded layouts and\nperforms box-model adjustments.",
341       "isStatic" : false,
342       "isConstructor" : false,
343       "isPrivate" : false,
344       "memberOf" : "Roo.bootstrap.layout.Manager",
345       "example" : "",
346       "deprecated" : "",
347       "since" : "",
348       "see" : "",
349       "params" : [
350       ],
351       "returns" : [
352         {
353           "name" : "",
354           "type" : "Object",
355           "desc" : "The size as an object {width: (the width), height: (the height)}"
356         }
357       ]
358     },
359     {
360       "name" : "isUpdating",
361       "desc" : "Returns true if this layout is currently being updated",
362       "isStatic" : false,
363       "isConstructor" : false,
364       "isPrivate" : false,
365       "memberOf" : "Roo.bootstrap.layout.Manager",
366       "example" : "",
367       "deprecated" : "",
368       "since" : "",
369       "see" : "",
370       "params" : [
371       ],
372       "returns" : [
373         {
374           "name" : "",
375           "type" : "Boolean",
376           "desc" : ""
377         }
378       ]
379     },
380     {
381       "name" : "getEl",
382       "desc" : "Returns the Element this layout is bound to.",
383       "isStatic" : false,
384       "isConstructor" : false,
385       "isPrivate" : false,
386       "memberOf" : "Roo.bootstrap.layout.Manager",
387       "example" : "",
388       "deprecated" : "",
389       "since" : "",
390       "see" : "",
391       "params" : [
392       ],
393       "returns" : [
394         {
395           "name" : "",
396           "type" : "Roo.Element",
397           "desc" : ""
398         }
399       ]
400     },
401     {
402       "name" : "endUpdate",
403       "desc" : "Restore auto-layouts and optionally disable the manager from performing a layout",
404       "isStatic" : false,
405       "isConstructor" : false,
406       "isPrivate" : false,
407       "memberOf" : "Roo.bootstrap.layout.Manager",
408       "example" : "",
409       "deprecated" : "",
410       "since" : "",
411       "see" : "",
412       "params" : [
413         {
414           "name" : "noLayout",
415           "type" : "Boolean",
416           "desc" : "true to disable a layout update",
417           "isOptional" : false
418         }
419       ],
420       "returns" : [
421       ]
422     },
423     {
424       "name" : "beginUpdate",
425       "desc" : "Suspend the LayoutManager from doing auto-layouts while\nmaking multiple add or remove calls",
426       "isStatic" : false,
427       "isConstructor" : false,
428       "isPrivate" : false,
429       "memberOf" : "Roo.bootstrap.layout.Manager",
430       "example" : "",
431       "deprecated" : "",
432       "since" : "",
433       "see" : "",
434       "params" : [
435       ],
436       "returns" : [
437       ]
438     },
439     {
440       "name" : "getRegion",
441       "desc" : "Returns the specified region.",
442       "isStatic" : false,
443       "isConstructor" : false,
444       "isPrivate" : false,
445       "memberOf" : "Roo.bootstrap.layout.Manager",
446       "example" : "",
447       "deprecated" : "",
448       "since" : "",
449       "see" : "",
450       "params" : [
451         {
452           "name" : "target",
453           "type" : "String",
454           "desc" : "The region key ('center', 'north', 'south', 'east' or 'west')",
455           "isOptional" : false
456         }
457       ],
458       "returns" : [
459         {
460           "name" : "",
461           "type" : "Roo.LayoutRegion",
462           "desc" : ""
463         }
464       ]
465     },
466     {
467       "name" : "tooltipEl",
468       "desc" : "Fetch the element to display the tooltip on.",
469       "isStatic" : false,
470       "isConstructor" : false,
471       "isPrivate" : false,
472       "memberOf" : "Roo.bootstrap.Component",
473       "example" : "",
474       "deprecated" : "",
475       "since" : "",
476       "see" : "",
477       "params" : [
478       ],
479       "returns" : [
480         {
481           "name" : "",
482           "type" : "Roo.Element",
483           "desc" : "defaults to this.el"
484         }
485       ]
486     },
487     {
488       "name" : "hide",
489       "desc" : "Hide a component - adds 'hidden' class",
490       "isStatic" : false,
491       "isConstructor" : false,
492       "isPrivate" : false,
493       "memberOf" : "Roo.bootstrap.Component",
494       "example" : "",
495       "deprecated" : "",
496       "since" : "",
497       "see" : "",
498       "params" : [
499       ],
500       "returns" : [
501       ]
502     },
503     {
504       "name" : "show",
505       "desc" : "Show a component - removes 'hidden' class",
506       "isStatic" : false,
507       "isConstructor" : false,
508       "isPrivate" : false,
509       "memberOf" : "Roo.bootstrap.Component",
510       "example" : "",
511       "deprecated" : "",
512       "since" : "",
513       "see" : "",
514       "params" : [
515       ],
516       "returns" : [
517       ]
518     },
519     {
520       "name" : "xAddChildren",
521       "desc" : "xAddChildren - the 'sub-compentized' version of the above idea..",
522       "isStatic" : false,
523       "isConstructor" : false,
524       "isPrivate" : false,
525       "memberOf" : "Roo.bootstrap.Component",
526       "example" : "",
527       "deprecated" : "",
528       "since" : "",
529       "see" : "",
530       "params" : [
531       ],
532       "returns" : [
533       ]
534     },
535     {
536       "name" : "setVisibilityEl",
537       "desc" : "Set the element that will be used to show or hide",
538       "isStatic" : false,
539       "isConstructor" : false,
540       "isPrivate" : false,
541       "memberOf" : "Roo.bootstrap.Component",
542       "example" : "",
543       "deprecated" : "",
544       "since" : "",
545       "see" : "",
546       "params" : [
547       ],
548       "returns" : [
549       ]
550     },
551     {
552       "name" : "getVisibilityEl",
553       "desc" : "Get the element that will be used to show or hide",
554       "isStatic" : false,
555       "isConstructor" : false,
556       "isPrivate" : false,
557       "memberOf" : "Roo.bootstrap.Component",
558       "example" : "",
559       "deprecated" : "",
560       "since" : "",
561       "see" : "",
562       "params" : [
563       ],
564       "returns" : [
565       ]
566     },
567     {
568       "name" : "xAdd",
569       "desc" : "add a child to this element\n  - turn the child.cfg into a child_instance\n  - call child_instance.render( this { getContainerMethod()} )\n  - loop through the children, and call addxtype.. (reall this) on newly created child.",
570       "isStatic" : false,
571       "isConstructor" : false,
572       "isPrivate" : false,
573       "memberOf" : "Roo.bootstrap.Component",
574       "example" : "",
575       "deprecated" : "",
576       "since" : "",
577       "see" : "",
578       "params" : [
579       ],
580       "returns" : [
581       ]
582     },
583     {
584       "name" : "addxtypeChild",
585       "desc" : "add a child to this element\n  - turn the child.cfg into a child_instance\n  - call child_instance.render( this { getContainerMethod()} )\n  - loop through the children, and call addxtype.. (reall this) on newly created child.",
586       "isStatic" : false,
587       "isConstructor" : false,
588       "isPrivate" : false,
589       "memberOf" : "Roo.bootstrap.Component",
590       "example" : "",
591       "deprecated" : "",
592       "since" : "",
593       "see" : "",
594       "params" : [
595       ],
596       "returns" : [
597       ]
598     },
599     {
600       "name" : "initEvents",
601       "desc" : "Initialize Events for the element",
602       "isStatic" : false,
603       "isConstructor" : false,
604       "isPrivate" : false,
605       "memberOf" : "Roo.bootstrap.Component",
606       "example" : "",
607       "deprecated" : "",
608       "since" : "",
609       "see" : "",
610       "params" : [
611       ],
612       "returns" : [
613       ]
614     },
615     {
616       "name" : "getChildContainer",
617       "desc" : "Fetch the element to add children to",
618       "isStatic" : false,
619       "isConstructor" : false,
620       "isPrivate" : false,
621       "memberOf" : "Roo.bootstrap.Component",
622       "example" : "",
623       "deprecated" : "",
624       "since" : "",
625       "see" : "",
626       "params" : [
627       ],
628       "returns" : [
629         {
630           "name" : "",
631           "type" : "Roo.Element",
632           "desc" : "defaults to this.el"
633         }
634       ]
635     },
636     {
637       "name" : "addxtypeChildren",
638       "desc" : "add a number of children to this object,\n    which in turn calls render...",
639       "isStatic" : false,
640       "isConstructor" : false,
641       "isPrivate" : false,
642       "memberOf" : "Roo.bootstrap.Component",
643       "example" : "",
644       "deprecated" : "",
645       "since" : "",
646       "see" : "",
647       "params" : [
648       ],
649       "returns" : [
650       ]
651     },
652     {
653       "name" : "getId",
654       "desc" : "Returns the id of this component.",
655       "isStatic" : false,
656       "isConstructor" : false,
657       "isPrivate" : false,
658       "memberOf" : "Roo.Component",
659       "example" : "",
660       "deprecated" : "",
661       "since" : "",
662       "see" : "",
663       "params" : [
664       ],
665       "returns" : [
666         {
667           "name" : "",
668           "type" : "String",
669           "desc" : ""
670         }
671       ]
672     },
673     {
674       "name" : "render",
675       "desc" : "If this is a lazy rendering component, render it to its container element.",
676       "isStatic" : false,
677       "isConstructor" : false,
678       "isPrivate" : false,
679       "memberOf" : "Roo.Component",
680       "example" : "",
681       "deprecated" : "",
682       "since" : "",
683       "see" : "",
684       "params" : [
685         {
686           "name" : "container",
687           "type" : "String/HTMLElement/Element",
688           "desc" : "(optional) The element this component should be rendered into. If it is being applied to existing markup, this should be left off.",
689           "isOptional" : false
690         }
691       ],
692       "returns" : [
693       ]
694     },
695     {
696       "name" : "destroy",
697       "desc" : "Destroys this component by purging any event listeners, removing the component's element from the DOM,\nremoving the component from its {@link Roo.Container} (if applicable) and unregistering it from {@link Roo.ComponentMgr}.",
698       "isStatic" : false,
699       "isConstructor" : false,
700       "isPrivate" : false,
701       "memberOf" : "Roo.Component",
702       "example" : "",
703       "deprecated" : "",
704       "since" : "",
705       "see" : "",
706       "params" : [
707       ],
708       "returns" : [
709       ]
710     },
711     {
712       "name" : "isVisible",
713       "desc" : "Returns true if this component is visible.",
714       "isStatic" : false,
715       "isConstructor" : false,
716       "isPrivate" : false,
717       "memberOf" : "Roo.Component",
718       "example" : "",
719       "deprecated" : "",
720       "since" : "",
721       "see" : "",
722       "params" : [
723       ],
724       "returns" : [
725       ]
726     },
727     {
728       "name" : "setDisabled",
729       "desc" : "Convenience function for setting disabled/enabled by boolean.",
730       "isStatic" : false,
731       "isConstructor" : false,
732       "isPrivate" : false,
733       "memberOf" : "Roo.Component",
734       "example" : "",
735       "deprecated" : "",
736       "since" : "",
737       "see" : "",
738       "params" : [
739         {
740           "name" : "disabled",
741           "type" : "Boolean",
742           "desc" : "",
743           "isOptional" : false
744         }
745       ],
746       "returns" : [
747       ]
748     },
749     {
750       "name" : "focus",
751       "desc" : "Try to focus this component.",
752       "isStatic" : false,
753       "isConstructor" : false,
754       "isPrivate" : false,
755       "memberOf" : "Roo.Component",
756       "example" : "",
757       "deprecated" : "",
758       "since" : "",
759       "see" : "",
760       "params" : [
761         {
762           "name" : "selectText",
763           "type" : "Boolean",
764           "desc" : "True to also select the text in this component (if applicable)",
765           "isOptional" : false
766         }
767       ],
768       "returns" : [
769         {
770           "name" : "",
771           "type" : "Roo.Component",
772           "desc" : "this"
773         }
774       ]
775     },
776     {
777       "name" : "enable",
778       "desc" : "Enable this component.",
779       "isStatic" : false,
780       "isConstructor" : false,
781       "isPrivate" : false,
782       "memberOf" : "Roo.Component",
783       "example" : "",
784       "deprecated" : "",
785       "since" : "",
786       "see" : "",
787       "params" : [
788       ],
789       "returns" : [
790         {
791           "name" : "",
792           "type" : "Roo.Component",
793           "desc" : "this"
794         }
795       ]
796     },
797     {
798       "name" : "setVisible",
799       "desc" : "Convenience function to hide or show this component by boolean.",
800       "isStatic" : false,
801       "isConstructor" : false,
802       "isPrivate" : false,
803       "memberOf" : "Roo.Component",
804       "example" : "",
805       "deprecated" : "",
806       "since" : "",
807       "see" : "",
808       "params" : [
809         {
810           "name" : "visible",
811           "type" : "Boolean",
812           "desc" : "True to show, false to hide",
813           "isOptional" : false
814         }
815       ],
816       "returns" : [
817         {
818           "name" : "",
819           "type" : "Roo.Component",
820           "desc" : "this"
821         }
822       ]
823     },
824     {
825       "name" : "disable",
826       "desc" : "Disable this component.",
827       "isStatic" : false,
828       "isConstructor" : false,
829       "isPrivate" : false,
830       "memberOf" : "Roo.Component",
831       "example" : "",
832       "deprecated" : "",
833       "since" : "",
834       "see" : "",
835       "params" : [
836       ],
837       "returns" : [
838         {
839           "name" : "",
840           "type" : "Roo.Component",
841           "desc" : "this"
842         }
843       ]
844     },
845     {
846       "name" : "purgeListeners",
847       "desc" : "Removes all listeners for this object",
848       "isStatic" : false,
849       "isConstructor" : false,
850       "isPrivate" : false,
851       "memberOf" : "Roo.util.Observable",
852       "example" : "",
853       "deprecated" : "",
854       "since" : "",
855       "see" : "",
856       "params" : [
857       ],
858       "returns" : [
859       ]
860     },
861     {
862       "name" : "on",
863       "desc" : "Appends an event handler to this element (shorthand for addListener)",
864       "isStatic" : false,
865       "isConstructor" : false,
866       "isPrivate" : false,
867       "memberOf" : "Roo.util.Observable",
868       "example" : "",
869       "deprecated" : "",
870       "since" : "",
871       "see" : "",
872       "params" : [
873         {
874           "name" : "eventName",
875           "type" : "String",
876           "desc" : "The type of event to listen for",
877           "isOptional" : false
878         },
879         {
880           "name" : "handler",
881           "type" : "Function",
882           "desc" : "The method the event invokes",
883           "isOptional" : false
884         },
885         {
886           "name" : "scope",
887           "type" : "Object",
888           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
889           "isOptional" : false
890         },
891         {
892           "name" : "options",
893           "type" : "Object",
894           "desc" : "(optional)",
895           "isOptional" : false
896         }
897       ],
898       "returns" : [
899       ]
900     },
901     {
902       "name" : "un",
903       "desc" : "Removes a listener (shorthand for removeListener)",
904       "isStatic" : false,
905       "isConstructor" : false,
906       "isPrivate" : false,
907       "memberOf" : "Roo.util.Observable",
908       "example" : "",
909       "deprecated" : "",
910       "since" : "",
911       "see" : "",
912       "params" : [
913         {
914           "name" : "eventName",
915           "type" : "String",
916           "desc" : "The type of event to listen for",
917           "isOptional" : false
918         },
919         {
920           "name" : "handler",
921           "type" : "Function",
922           "desc" : "The handler to remove",
923           "isOptional" : false
924         },
925         {
926           "name" : "scope",
927           "type" : "Object",
928           "desc" : "(optional) The scope (this object) for the handler",
929           "isOptional" : false
930         }
931       ],
932       "returns" : [
933       ]
934     },
935     {
936       "name" : "addEvents",
937       "desc" : "Used to define events on this Observable",
938       "isStatic" : false,
939       "isConstructor" : false,
940       "isPrivate" : false,
941       "memberOf" : "Roo.util.Observable",
942       "example" : "",
943       "deprecated" : "",
944       "since" : "",
945       "see" : "",
946       "params" : [
947         {
948           "name" : "object",
949           "type" : "Object",
950           "desc" : "The object with the events defined",
951           "isOptional" : false
952         }
953       ],
954       "returns" : [
955       ]
956     },
957     {
958       "name" : "releaseCapture",
959       "desc" : "Removes <b>all</b> added captures from the Observable.",
960       "isStatic" : true,
961       "isConstructor" : false,
962       "isPrivate" : false,
963       "memberOf" : "Roo.util.Observable",
964       "example" : "",
965       "deprecated" : "",
966       "since" : "",
967       "see" : "",
968       "params" : [
969         {
970           "name" : "o",
971           "type" : "Observable",
972           "desc" : "The Observable to release",
973           "isOptional" : false
974         }
975       ],
976       "returns" : [
977       ]
978     },
979     {
980       "name" : "removeListener",
981       "desc" : "Removes a listener",
982       "isStatic" : false,
983       "isConstructor" : false,
984       "isPrivate" : false,
985       "memberOf" : "Roo.util.Observable",
986       "example" : "",
987       "deprecated" : "",
988       "since" : "",
989       "see" : "",
990       "params" : [
991         {
992           "name" : "eventName",
993           "type" : "String",
994           "desc" : "The type of event to listen for",
995           "isOptional" : false
996         },
997         {
998           "name" : "handler",
999           "type" : "Function",
1000           "desc" : "The handler to remove",
1001           "isOptional" : false
1002         },
1003         {
1004           "name" : "scope",
1005           "type" : "Object",
1006           "desc" : "(optional) The scope (this object) for the handler",
1007           "isOptional" : false
1008         }
1009       ],
1010       "returns" : [
1011       ]
1012     },
1013     {
1014       "name" : "fireEvent",
1015       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
1016       "isStatic" : false,
1017       "isConstructor" : false,
1018       "isPrivate" : false,
1019       "memberOf" : "Roo.util.Observable",
1020       "example" : "",
1021       "deprecated" : "",
1022       "since" : "",
1023       "see" : "",
1024       "params" : [
1025         {
1026           "name" : "eventName",
1027           "type" : "String",
1028           "desc" : "",
1029           "isOptional" : false
1030         },
1031         {
1032           "name" : "args",
1033           "type" : "Object...",
1034           "desc" : "Variable number of parameters are passed to handlers",
1035           "isOptional" : false
1036         }
1037       ],
1038       "returns" : [
1039         {
1040           "name" : "",
1041           "type" : "Boolean",
1042           "desc" : "returns false if any of the handlers return false otherwise it returns true"
1043         }
1044       ]
1045     },
1046     {
1047       "name" : "hasListener",
1048       "desc" : "Checks to see if this object has any listeners for a specified event",
1049       "isStatic" : false,
1050       "isConstructor" : false,
1051       "isPrivate" : false,
1052       "memberOf" : "Roo.util.Observable",
1053       "example" : "",
1054       "deprecated" : "",
1055       "since" : "",
1056       "see" : "",
1057       "params" : [
1058         {
1059           "name" : "eventName",
1060           "type" : "String",
1061           "desc" : "The name of the event to check for",
1062           "isOptional" : false
1063         }
1064       ],
1065       "returns" : [
1066         {
1067           "name" : "",
1068           "type" : "Boolean",
1069           "desc" : "True if the event is being listened for, else false"
1070         }
1071       ]
1072     },
1073     {
1074       "name" : "capture",
1075       "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.",
1076       "isStatic" : true,
1077       "isConstructor" : false,
1078       "isPrivate" : false,
1079       "memberOf" : "Roo.util.Observable",
1080       "example" : "",
1081       "deprecated" : "",
1082       "since" : "",
1083       "see" : "",
1084       "params" : [
1085         {
1086           "name" : "o",
1087           "type" : "Observable",
1088           "desc" : "The Observable to capture",
1089           "isOptional" : false
1090         },
1091         {
1092           "name" : "fn",
1093           "type" : "Function",
1094           "desc" : "The function to call",
1095           "isOptional" : false
1096         },
1097         {
1098           "name" : "scope",
1099           "type" : "Object",
1100           "desc" : "(optional) The scope (this object) for the fn",
1101           "isOptional" : false
1102         }
1103       ],
1104       "returns" : [
1105       ]
1106     },
1107     {
1108       "name" : "addListener",
1109       "desc" : "Appends an event handler to this component",
1110       "isStatic" : false,
1111       "isConstructor" : false,
1112       "isPrivate" : false,
1113       "memberOf" : "Roo.util.Observable",
1114       "example" : "",
1115       "deprecated" : "",
1116       "since" : "",
1117       "see" : "",
1118       "params" : [
1119         {
1120           "name" : "eventName",
1121           "type" : "String",
1122           "desc" : "The type of event to listen for",
1123           "isOptional" : false
1124         },
1125         {
1126           "name" : "handler",
1127           "type" : "Function",
1128           "desc" : "The method the event invokes",
1129           "isOptional" : false
1130         },
1131         {
1132           "name" : "scope",
1133           "type" : "Object",
1134           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
1135           "isOptional" : false
1136         },
1137         {
1138           "name" : "options",
1139           "type" : "Object",
1140           "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>",
1141           "isOptional" : false
1142         }
1143       ],
1144       "returns" : [
1145       ]
1146     }
1147   ],
1148   "events" : [
1149     {
1150       "name" : "regioncollapsed",
1151       "desc" : "Fires when a region is collapsed.",
1152       "memberOf" : "Roo.bootstrap.layout.Manager",
1153       "example" : "",
1154       "deprecated" : "",
1155       "since" : "",
1156       "see" : "",
1157       "params" : [
1158         {
1159           "name" : "region",
1160           "type" : "Roo.LayoutRegion",
1161           "desc" : "The collapsed region",
1162           "isOptional" : false
1163         }
1164       ],
1165       "returns" : [
1166       ]
1167     },
1168     {
1169       "name" : "regionexpanded",
1170       "desc" : "Fires when a region is expanded.",
1171       "memberOf" : "Roo.bootstrap.layout.Manager",
1172       "example" : "",
1173       "deprecated" : "",
1174       "since" : "",
1175       "see" : "",
1176       "params" : [
1177         {
1178           "name" : "region",
1179           "type" : "Roo.LayoutRegion",
1180           "desc" : "The expanded region",
1181           "isOptional" : false
1182         }
1183       ],
1184       "returns" : [
1185       ]
1186     },
1187     {
1188       "name" : "layout",
1189       "desc" : "Fires when a layout is performed.",
1190       "memberOf" : "Roo.bootstrap.layout.Manager",
1191       "example" : "",
1192       "deprecated" : "",
1193       "since" : "",
1194       "see" : "",
1195       "params" : [
1196         {
1197           "name" : "this",
1198           "type" : "Roo.LayoutManager",
1199           "desc" : "",
1200           "isOptional" : false
1201         }
1202       ],
1203       "returns" : [
1204       ]
1205     },
1206     {
1207       "name" : "regionresized",
1208       "desc" : "Fires when the user resizes a region.",
1209       "memberOf" : "Roo.bootstrap.layout.Manager",
1210       "example" : "",
1211       "deprecated" : "",
1212       "since" : "",
1213       "see" : "",
1214       "params" : [
1215         {
1216           "name" : "region",
1217           "type" : "Roo.LayoutRegion",
1218           "desc" : "The resized region",
1219           "isOptional" : false
1220         },
1221         {
1222           "name" : "newSize",
1223           "type" : "Number",
1224           "desc" : "The new size (width for east/west, height for north/south)",
1225           "isOptional" : false
1226         }
1227       ],
1228       "returns" : [
1229       ]
1230     },
1231     {
1232       "name" : "childrenrendered",
1233       "desc" : "Fires when the children have been rendered..",
1234       "memberOf" : "Roo.bootstrap.Component",
1235       "example" : "",
1236       "deprecated" : "",
1237       "since" : "",
1238       "see" : "",
1239       "params" : [
1240         {
1241           "name" : "this",
1242           "type" : "Roo.bootstrap.Component",
1243           "desc" : "",
1244           "isOptional" : false
1245         }
1246       ],
1247       "returns" : [
1248       ]
1249     },
1250     {
1251       "name" : "beforerender",
1252       "desc" : "Fires before the component is rendered. Return false to stop the render.",
1253       "memberOf" : "Roo.Component",
1254       "example" : "",
1255       "deprecated" : "",
1256       "since" : "",
1257       "see" : "",
1258       "params" : [
1259         {
1260           "name" : "this",
1261           "type" : "Roo.Component",
1262           "desc" : "",
1263           "isOptional" : false
1264         }
1265       ],
1266       "returns" : [
1267       ]
1268     },
1269     {
1270       "name" : "disable",
1271       "desc" : "Fires after the component is disabled.",
1272       "memberOf" : "Roo.Component",
1273       "example" : "",
1274       "deprecated" : "",
1275       "since" : "",
1276       "see" : "",
1277       "params" : [
1278         {
1279           "name" : "this",
1280           "type" : "Roo.Component",
1281           "desc" : "",
1282           "isOptional" : false
1283         }
1284       ],
1285       "returns" : [
1286       ]
1287     },
1288     {
1289       "name" : "render",
1290       "desc" : "Fires after the component is rendered.",
1291       "memberOf" : "Roo.Component",
1292       "example" : "",
1293       "deprecated" : "",
1294       "since" : "",
1295       "see" : "",
1296       "params" : [
1297         {
1298           "name" : "this",
1299           "type" : "Roo.Component",
1300           "desc" : "",
1301           "isOptional" : false
1302         }
1303       ],
1304       "returns" : [
1305       ]
1306     },
1307     {
1308       "name" : "destroy",
1309       "desc" : "Fires after the component is destroyed.",
1310       "memberOf" : "Roo.Component",
1311       "example" : "",
1312       "deprecated" : "",
1313       "since" : "",
1314       "see" : "",
1315       "params" : [
1316         {
1317           "name" : "this",
1318           "type" : "Roo.Component",
1319           "desc" : "",
1320           "isOptional" : false
1321         }
1322       ],
1323       "returns" : [
1324       ]
1325     },
1326     {
1327       "name" : "hide",
1328       "desc" : "Fires after the component is hidden.",
1329       "memberOf" : "Roo.Component",
1330       "example" : "",
1331       "deprecated" : "",
1332       "since" : "",
1333       "see" : "",
1334       "params" : [
1335         {
1336           "name" : "this",
1337           "type" : "Roo.Component",
1338           "desc" : "",
1339           "isOptional" : false
1340         }
1341       ],
1342       "returns" : [
1343       ]
1344     },
1345     {
1346       "name" : "beforehide",
1347       "desc" : "Fires before the component is hidden. Return false to stop the hide.",
1348       "memberOf" : "Roo.Component",
1349       "example" : "",
1350       "deprecated" : "",
1351       "since" : "",
1352       "see" : "",
1353       "params" : [
1354         {
1355           "name" : "this",
1356           "type" : "Roo.Component",
1357           "desc" : "",
1358           "isOptional" : false
1359         }
1360       ],
1361       "returns" : [
1362       ]
1363     },
1364     {
1365       "name" : "show",
1366       "desc" : "Fires after the component is shown.",
1367       "memberOf" : "Roo.Component",
1368       "example" : "",
1369       "deprecated" : "",
1370       "since" : "",
1371       "see" : "",
1372       "params" : [
1373         {
1374           "name" : "this",
1375           "type" : "Roo.Component",
1376           "desc" : "",
1377           "isOptional" : false
1378         }
1379       ],
1380       "returns" : [
1381       ]
1382     },
1383     {
1384       "name" : "beforeshow",
1385       "desc" : "Fires before the component is shown.  Return false to stop the show.",
1386       "memberOf" : "Roo.Component",
1387       "example" : "",
1388       "deprecated" : "",
1389       "since" : "",
1390       "see" : "",
1391       "params" : [
1392         {
1393           "name" : "this",
1394           "type" : "Roo.Component",
1395           "desc" : "",
1396           "isOptional" : false
1397         }
1398       ],
1399       "returns" : [
1400       ]
1401     },
1402     {
1403       "name" : "enable",
1404       "desc" : "Fires after the component is enabled.",
1405       "memberOf" : "Roo.Component",
1406       "example" : "",
1407       "deprecated" : "",
1408       "since" : "",
1409       "see" : "",
1410       "params" : [
1411         {
1412           "name" : "this",
1413           "type" : "Roo.Component",
1414           "desc" : "",
1415           "isOptional" : false
1416         }
1417       ],
1418       "returns" : [
1419       ]
1420     },
1421     {
1422       "name" : "beforedestroy",
1423       "desc" : "Fires before the component is destroyed. Return false to stop the destroy.",
1424       "memberOf" : "Roo.Component",
1425       "example" : "",
1426       "deprecated" : "",
1427       "since" : "",
1428       "see" : "",
1429       "params" : [
1430         {
1431           "name" : "this",
1432           "type" : "Roo.Component",
1433           "desc" : "",
1434           "isOptional" : false
1435         }
1436       ],
1437       "returns" : [
1438       ]
1439     }
1440   ]
1441 }