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