Fix #6922 - replace builder to with @parent builder
[roojs1] / docs / symbols / Roo.bootstrap.nav.Headerbar.json
1 {
2   "name" : "Roo.bootstrap.nav.Headerbar",
3   "augments" : [
4     "Roo.bootstrap.nav.Simplebar",
5     "Roo.bootstrap.nav.Bar",
6     "Roo.bootstrap.Component",
7     "Roo.Component",
8     "Roo.util.Observable"
9   ],
10   "childClasses" : {  },
11   "tree_children" : [
12     "Roo.bootstrap.nav.Group",
13     "Roo.bootstrap.form.Form",
14     "Roo.bootstrap.Row",
15     "Roo.bootstrap.Column",
16     "Roo.bootstrap.TabGroup",
17     "Roo.bootstrap.Link"
18   ],
19   "tree_parent" : [],
20   "desc" : "Bootstrap Sidebar class",
21   "isSingleton" : false,
22   "isStatic" : false,
23   "isBuiltin" : false,
24   "isAbstract" : false,
25   "isBuilderTop" : false,
26   "memberOf" : "Headerbar",
27   "example" : "",
28   "deprecated" : "",
29   "since" : "",
30   "see" : "",
31   "params" : [
32     {
33       "name" : "config",
34       "type" : "Object",
35       "desc" : "The config object",
36       "isOptional" : false
37     }
38   ],
39   "returns" : [],
40   "throws" : "",
41   "requires" : "",
42   "config" : [
43     {
44       "name" : "brand_href",
45       "type" : "String",
46       "desc" : "href of the brand",
47       "memberOf" : ""
48     },
49     {
50       "name" : "desktopCenter",
51       "type" : "Boolean",
52       "desc" : "should the header be centered on desktop using a container class",
53       "memberOf" : ""
54     },
55     {
56       "name" : "listeners",
57       "type" : "Object",
58       "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>",
59       "memberOf" : "Roo.util.Observable"
60     },
61     {
62       "name" : "container_method",
63       "type" : "string",
64       "desc" : "method to fetch parents container element (used by NavHeaderbar -  getHeaderChildContainer)",
65       "memberOf" : "Roo.bootstrap.Component"
66     },
67     {
68       "name" : "tooltip",
69       "type" : "string",
70       "desc" : "Text for the tooltip",
71       "memberOf" : "Roo.bootstrap.Component"
72     },
73     {
74       "name" : "visibilityEl",
75       "type" : "string|object",
76       "desc" : "t) What element to use for visibility (@see getVisibilityEl())",
77       "memberOf" : "Roo.bootstrap.Component"
78     },
79     {
80       "name" : "inverse",
81       "type" : "Boolean",
82       "desc" : "is inverted color",
83       "memberOf" : "Roo.bootstrap.nav.Simplebar"
84     },
85     {
86       "name" : "align",
87       "type" : "String",
88       "desc" : "t) alignment",
89       "memberOf" : "Roo.bootstrap.nav.Simplebar"
90     },
91     {
92       "name" : "brand",
93       "type" : "String",
94       "desc" : "what is brand",
95       "memberOf" : ""
96     },
97     {
98       "name" : "position",
99       "type" : "String",
100       "desc" : "p) position",
101       "memberOf" : ""
102     },
103     {
104       "name" : "can_build_overlaid",
105       "type" : "Boolean",
106       "desc" : "True if element can be rebuild from a HTML page",
107       "memberOf" : "Roo.bootstrap.Component"
108     },
109     {
110       "name" : "hideMode",
111       "type" : "String",
112       "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\".",
113       "memberOf" : "Roo.Component"
114     },
115     {
116       "name" : "srButton",
117       "type" : "Boolean",
118       "desc" : "generate the (screen reader / mobile) sr-only button   default true",
119       "memberOf" : ""
120     },
121     {
122       "name" : "tag",
123       "type" : "String",
124       "desc" : "v) default is nav",
125       "memberOf" : "Roo.bootstrap.nav.Simplebar"
126     },
127     {
128       "name" : "style",
129       "type" : "String",
130       "desc" : "any extra css",
131       "memberOf" : "Roo.bootstrap.Component"
132     },
133     {
134       "name" : "allowDomMove",
135       "type" : "Boolean",
136       "desc" : "Whether the component can move the Dom node when rendering (defaults to true).",
137       "memberOf" : "Roo.Component"
138     },
139     {
140       "name" : "mobilerow",
141       "type" : "Roo.bootstrap.Row",
142       "desc" : "- a row to display on mobile only..",
143       "memberOf" : ""
144     },
145     {
146       "name" : "cls",
147       "type" : "String",
148       "desc" : "css class",
149       "memberOf" : "Roo.bootstrap.Component"
150     },
151     {
152       "name" : "arrangement",
153       "type" : "Boolean",
154       "desc" : "stacked | justified",
155       "memberOf" : "Roo.bootstrap.nav.Simplebar"
156     },
157     {
158       "name" : "loadMask",
159       "type" : "Boolean",
160       "desc" : "e) loadMask on the bar",
161       "memberOf" : "Roo.bootstrap.nav.Simplebar"
162     },
163     {
164       "name" : "xattr",
165       "type" : "Object",
166       "desc" : "extra attributes to add to 'element' (used by builder to store stuff.)",
167       "memberOf" : "Roo.bootstrap.Component"
168     },
169     {
170       "name" : "actionMode",
171       "type" : "String",
172       "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",
173       "memberOf" : "Roo.Component"
174     },
175     {
176       "name" : "main",
177       "type" : "Boolean",
178       "desc" : "e) main nav bar? default false",
179       "memberOf" : "Roo.bootstrap.nav.Simplebar"
180     },
181     {
182       "name" : "dataId",
183       "type" : "string",
184       "desc" : "cutomer id",
185       "memberOf" : "Roo.bootstrap.Component"
186     },
187     {
188       "name" : "type",
189       "type" : "String",
190       "desc" : "s)",
191       "memberOf" : "Roo.bootstrap.nav.Simplebar"
192     },
193     {
194       "name" : "weight",
195       "type" : "String",
196       "desc" : "e) default is light.",
197       "memberOf" : "Roo.bootstrap.nav.Simplebar"
198     },
199     {
200       "name" : "name",
201       "type" : "string",
202       "desc" : "Specifies name attribute",
203       "memberOf" : "Roo.bootstrap.Component"
204     },
205     {
206       "name" : "disableClass",
207       "type" : "String",
208       "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").",
209       "memberOf" : "Roo.Component"
210     },
211     {
212       "name" : "autohide",
213       "type" : "Boolean",
214       "desc" : "a top nav bar header that hides on scroll.",
215       "memberOf" : ""
216     }
217   ],
218   "methods" : [
219     {
220       "name" : "collapse",
221       "type" : "function",
222       "desc" : "Collapse the navbar pulldown",
223       "sig" : "()\n{\n\n}",
224       "static" : false,
225       "memberOf" : "Roo.bootstrap.nav.Bar",
226       "isStatic" : false,
227       "isConstructor" : false,
228       "isPrivate" : false,
229       "example" : "",
230       "deprecated" : "",
231       "since" : "",
232       "see" : "",
233       "exceptions" : "",
234       "requires" : "",
235       "params" : [],
236       "returns" : []
237     },
238     {
239       "name" : "expand",
240       "type" : "function",
241       "desc" : "Expand the navbar pulldown",
242       "sig" : "()\n{\n\n}",
243       "static" : false,
244       "memberOf" : "Roo.bootstrap.nav.Bar",
245       "isStatic" : false,
246       "isConstructor" : false,
247       "isPrivate" : false,
248       "example" : "",
249       "deprecated" : "",
250       "since" : "",
251       "see" : "",
252       "exceptions" : "",
253       "requires" : "",
254       "params" : [],
255       "returns" : []
256     },
257     {
258       "name" : "tooltipEl",
259       "type" : "function",
260       "desc" : "Fetch the element to display the tooltip on.",
261       "sig" : "()\n{\n\n}",
262       "static" : false,
263       "memberOf" : "Roo.bootstrap.Component",
264       "isStatic" : false,
265       "isConstructor" : false,
266       "isPrivate" : false,
267       "example" : "",
268       "deprecated" : "",
269       "since" : "",
270       "see" : "",
271       "exceptions" : "",
272       "requires" : "",
273       "params" : [],
274       "returns" : [
275         {
276           "name" : "",
277           "type" : "Roo.Element",
278           "desc" : "defaults to this.el"
279         }
280       ]
281     },
282     {
283       "name" : "hide",
284       "type" : "function",
285       "desc" : "Hide a component - adds 'hidden' class",
286       "sig" : "()\n{\n\n}",
287       "static" : false,
288       "memberOf" : "Roo.bootstrap.Component",
289       "isStatic" : false,
290       "isConstructor" : false,
291       "isPrivate" : false,
292       "example" : "",
293       "deprecated" : "",
294       "since" : "",
295       "see" : "",
296       "exceptions" : "",
297       "requires" : "",
298       "params" : [],
299       "returns" : []
300     },
301     {
302       "name" : "show",
303       "type" : "function",
304       "desc" : "Show a component - removes 'hidden' class",
305       "sig" : "()\n{\n\n}",
306       "static" : false,
307       "memberOf" : "Roo.bootstrap.Component",
308       "isStatic" : false,
309       "isConstructor" : false,
310       "isPrivate" : false,
311       "example" : "",
312       "deprecated" : "",
313       "since" : "",
314       "see" : "",
315       "exceptions" : "",
316       "requires" : "",
317       "params" : [],
318       "returns" : []
319     },
320     {
321       "name" : "setVisibilityEl",
322       "type" : "function",
323       "desc" : "Set the element that will be used to show or hide",
324       "sig" : "()\n{\n\n}",
325       "static" : false,
326       "memberOf" : "Roo.bootstrap.Component",
327       "isStatic" : false,
328       "isConstructor" : false,
329       "isPrivate" : false,
330       "example" : "",
331       "deprecated" : "",
332       "since" : "",
333       "see" : "",
334       "exceptions" : "",
335       "requires" : "",
336       "params" : [],
337       "returns" : []
338     },
339     {
340       "name" : "getVisibilityEl",
341       "type" : "function",
342       "desc" : "Get the element that will be used to show or hide",
343       "sig" : "()\n{\n\n}",
344       "static" : false,
345       "memberOf" : "Roo.bootstrap.Component",
346       "isStatic" : false,
347       "isConstructor" : false,
348       "isPrivate" : false,
349       "example" : "",
350       "deprecated" : "",
351       "since" : "",
352       "see" : "",
353       "exceptions" : "",
354       "requires" : "",
355       "params" : [],
356       "returns" : []
357     },
358     {
359       "name" : "initEvents",
360       "type" : "function",
361       "desc" : "Initialize Events for the element",
362       "sig" : "()\n{\n\n}",
363       "static" : false,
364       "memberOf" : "Roo.bootstrap.Component",
365       "isStatic" : false,
366       "isConstructor" : false,
367       "isPrivate" : false,
368       "example" : "",
369       "deprecated" : "",
370       "since" : "",
371       "see" : "",
372       "exceptions" : "",
373       "requires" : "",
374       "params" : [],
375       "returns" : []
376     },
377     {
378       "name" : "getChildContainer",
379       "type" : "function",
380       "desc" : "Fetch the element to add children to",
381       "sig" : "()\n{\n\n}",
382       "static" : false,
383       "memberOf" : "Roo.bootstrap.Component",
384       "isStatic" : false,
385       "isConstructor" : false,
386       "isPrivate" : false,
387       "example" : "",
388       "deprecated" : "",
389       "since" : "",
390       "see" : "",
391       "exceptions" : "",
392       "requires" : "",
393       "params" : [],
394       "returns" : [
395         {
396           "name" : "",
397           "type" : "Roo.Element",
398           "desc" : "defaults to this.el"
399         }
400       ]
401     },
402     {
403       "name" : "getId",
404       "type" : "function",
405       "desc" : "Returns the id of this component.",
406       "sig" : "()\n{\n\n}",
407       "static" : false,
408       "memberOf" : "Roo.Component",
409       "isStatic" : false,
410       "isConstructor" : false,
411       "isPrivate" : false,
412       "example" : "",
413       "deprecated" : "",
414       "since" : "",
415       "see" : "",
416       "exceptions" : "",
417       "requires" : "",
418       "params" : [],
419       "returns" : [
420         {
421           "name" : "",
422           "type" : "String",
423           "desc" : ""
424         }
425       ]
426     },
427     {
428       "name" : "render",
429       "type" : "function",
430       "desc" : "If this is a lazy rendering component, render it to its container element.",
431       "sig" : "(container)",
432       "static" : false,
433       "memberOf" : "Roo.Component",
434       "isStatic" : false,
435       "isConstructor" : false,
436       "isPrivate" : false,
437       "example" : "",
438       "deprecated" : "",
439       "since" : "",
440       "see" : "",
441       "exceptions" : "",
442       "requires" : "",
443       "params" : [
444         {
445           "name" : "container",
446           "type" : "String/HTMLElement/Element",
447           "desc" : "(optional) The element this component should be rendered into. If it is being applied to existing markup, this should be left off.",
448           "isOptional" : false
449         }
450       ],
451       "returns" : []
452     },
453     {
454       "name" : "destroy",
455       "type" : "function",
456       "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}.",
457       "sig" : "()\n{\n\n}",
458       "static" : false,
459       "memberOf" : "Roo.Component",
460       "isStatic" : false,
461       "isConstructor" : false,
462       "isPrivate" : false,
463       "example" : "",
464       "deprecated" : "",
465       "since" : "",
466       "see" : "",
467       "exceptions" : "",
468       "requires" : "",
469       "params" : [],
470       "returns" : []
471     },
472     {
473       "name" : "isVisible",
474       "type" : "function",
475       "desc" : "Returns true if this component is visible.",
476       "sig" : "()\n{\n\n}",
477       "static" : false,
478       "memberOf" : "Roo.Component",
479       "isStatic" : false,
480       "isConstructor" : false,
481       "isPrivate" : false,
482       "example" : "",
483       "deprecated" : "",
484       "since" : "",
485       "see" : "",
486       "exceptions" : "",
487       "requires" : "",
488       "params" : [],
489       "returns" : []
490     },
491     {
492       "name" : "setDisabled",
493       "type" : "function",
494       "desc" : "Convenience function for setting disabled/enabled by boolean.",
495       "sig" : "(disabled)",
496       "static" : false,
497       "memberOf" : "Roo.Component",
498       "isStatic" : false,
499       "isConstructor" : false,
500       "isPrivate" : false,
501       "example" : "",
502       "deprecated" : "",
503       "since" : "",
504       "see" : "",
505       "exceptions" : "",
506       "requires" : "",
507       "params" : [
508         {
509           "name" : "disabled",
510           "type" : "Boolean",
511           "desc" : "",
512           "isOptional" : false
513         }
514       ],
515       "returns" : []
516     },
517     {
518       "name" : "focus",
519       "type" : "function",
520       "desc" : "Try to focus this component.",
521       "sig" : "(selectText)",
522       "static" : false,
523       "memberOf" : "Roo.Component",
524       "isStatic" : false,
525       "isConstructor" : false,
526       "isPrivate" : false,
527       "example" : "",
528       "deprecated" : "",
529       "since" : "",
530       "see" : "",
531       "exceptions" : "",
532       "requires" : "",
533       "params" : [
534         {
535           "name" : "selectText",
536           "type" : "Boolean",
537           "desc" : "True to also select the text in this component (if applicable)",
538           "isOptional" : false
539         }
540       ],
541       "returns" : [
542         {
543           "name" : "",
544           "type" : "Roo.Component",
545           "desc" : "this"
546         }
547       ]
548     },
549     {
550       "name" : "enable",
551       "type" : "function",
552       "desc" : "Enable this component.",
553       "sig" : "()\n{\n\n}",
554       "static" : false,
555       "memberOf" : "Roo.Component",
556       "isStatic" : false,
557       "isConstructor" : false,
558       "isPrivate" : false,
559       "example" : "",
560       "deprecated" : "",
561       "since" : "",
562       "see" : "",
563       "exceptions" : "",
564       "requires" : "",
565       "params" : [],
566       "returns" : [
567         {
568           "name" : "",
569           "type" : "Roo.Component",
570           "desc" : "this"
571         }
572       ]
573     },
574     {
575       "name" : "setVisible",
576       "type" : "function",
577       "desc" : "Convenience function to hide or show this component by boolean.",
578       "sig" : "(visible)",
579       "static" : false,
580       "memberOf" : "Roo.Component",
581       "isStatic" : false,
582       "isConstructor" : false,
583       "isPrivate" : false,
584       "example" : "",
585       "deprecated" : "",
586       "since" : "",
587       "see" : "",
588       "exceptions" : "",
589       "requires" : "",
590       "params" : [
591         {
592           "name" : "visible",
593           "type" : "Boolean",
594           "desc" : "True to show, false to hide",
595           "isOptional" : false
596         }
597       ],
598       "returns" : [
599         {
600           "name" : "",
601           "type" : "Roo.Component",
602           "desc" : "this"
603         }
604       ]
605     },
606     {
607       "name" : "disable",
608       "type" : "function",
609       "desc" : "Disable this component.",
610       "sig" : "()\n{\n\n}",
611       "static" : false,
612       "memberOf" : "Roo.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           "name" : "",
626           "type" : "Roo.Component",
627           "desc" : "this"
628         }
629       ]
630     },
631     {
632       "name" : "getEl",
633       "type" : "function",
634       "desc" : "Returns the underlying {@link Roo.Element}.",
635       "sig" : "()\n{\n\n}",
636       "static" : false,
637       "memberOf" : "Roo.Component",
638       "isStatic" : false,
639       "isConstructor" : false,
640       "isPrivate" : false,
641       "example" : "",
642       "deprecated" : "",
643       "since" : "",
644       "see" : "",
645       "exceptions" : "",
646       "requires" : "",
647       "params" : [],
648       "returns" : [
649         {
650           "name" : "",
651           "type" : "Roo.Element",
652           "desc" : "The element"
653         }
654       ]
655     },
656     {
657       "name" : "purgeListeners",
658       "type" : "function",
659       "desc" : "Removes all listeners for this object",
660       "sig" : "()\n{\n\n}",
661       "static" : false,
662       "memberOf" : "Roo.util.Observable",
663       "isStatic" : false,
664       "isConstructor" : false,
665       "isPrivate" : false,
666       "example" : "",
667       "deprecated" : "",
668       "since" : "",
669       "see" : "",
670       "exceptions" : "",
671       "requires" : "",
672       "params" : [],
673       "returns" : []
674     },
675     {
676       "name" : "on",
677       "type" : "function",
678       "desc" : "Appends an event handler to this element (shorthand for addListener)",
679       "sig" : "(eventName, handler, scope, options)",
680       "static" : false,
681       "memberOf" : "Roo.util.Observable",
682       "isStatic" : false,
683       "isConstructor" : false,
684       "isPrivate" : false,
685       "example" : "",
686       "deprecated" : "",
687       "since" : "",
688       "see" : "",
689       "exceptions" : "",
690       "requires" : "",
691       "params" : [
692         {
693           "name" : "eventName",
694           "type" : "String",
695           "desc" : "The type of event to listen for",
696           "isOptional" : false
697         },
698         {
699           "name" : "handler",
700           "type" : "Function",
701           "desc" : "The method the event invokes",
702           "isOptional" : false
703         },
704         {
705           "name" : "scope",
706           "type" : "Object",
707           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
708           "isOptional" : false
709         },
710         {
711           "name" : "options",
712           "type" : "Object",
713           "desc" : "(optional)",
714           "isOptional" : false
715         }
716       ],
717       "returns" : []
718     },
719     {
720       "name" : "un",
721       "type" : "function",
722       "desc" : "Removes a listener (shorthand for removeListener)",
723       "sig" : "(eventName, handler, scope)",
724       "static" : false,
725       "memberOf" : "Roo.util.Observable",
726       "isStatic" : false,
727       "isConstructor" : false,
728       "isPrivate" : false,
729       "example" : "",
730       "deprecated" : "",
731       "since" : "",
732       "see" : "",
733       "exceptions" : "",
734       "requires" : "",
735       "params" : [
736         {
737           "name" : "eventName",
738           "type" : "String",
739           "desc" : "The type of event to listen for",
740           "isOptional" : false
741         },
742         {
743           "name" : "handler",
744           "type" : "Function",
745           "desc" : "The handler to remove",
746           "isOptional" : false
747         },
748         {
749           "name" : "scope",
750           "type" : "Object",
751           "desc" : "(optional) The scope (this object) for the handler",
752           "isOptional" : false
753         }
754       ],
755       "returns" : []
756     },
757     {
758       "name" : "addEvents",
759       "type" : "function",
760       "desc" : "Used to define events on this Observable",
761       "sig" : "(object)",
762       "static" : false,
763       "memberOf" : "Roo.util.Observable",
764       "isStatic" : false,
765       "isConstructor" : false,
766       "isPrivate" : false,
767       "example" : "",
768       "deprecated" : "",
769       "since" : "",
770       "see" : "",
771       "exceptions" : "",
772       "requires" : "",
773       "params" : [
774         {
775           "name" : "object",
776           "type" : "Object",
777           "desc" : "The object with the events defined",
778           "isOptional" : false
779         }
780       ],
781       "returns" : []
782     },
783     {
784       "name" : "releaseCapture",
785       "type" : "function",
786       "desc" : "Removes <b>all</b> added captures from the Observable.",
787       "sig" : "(o)",
788       "static" : true,
789       "memberOf" : "Roo.util.Observable",
790       "isStatic" : true,
791       "isConstructor" : false,
792       "isPrivate" : false,
793       "example" : "",
794       "deprecated" : "",
795       "since" : "",
796       "see" : "",
797       "exceptions" : "",
798       "requires" : "",
799       "params" : [
800         {
801           "name" : "o",
802           "type" : "Observable",
803           "desc" : "The Observable to release",
804           "isOptional" : false
805         }
806       ],
807       "returns" : []
808     },
809     {
810       "name" : "removeListener",
811       "type" : "function",
812       "desc" : "Removes a listener",
813       "sig" : "(eventName, handler, scope)",
814       "static" : false,
815       "memberOf" : "Roo.util.Observable",
816       "isStatic" : false,
817       "isConstructor" : false,
818       "isPrivate" : false,
819       "example" : "",
820       "deprecated" : "",
821       "since" : "",
822       "see" : "",
823       "exceptions" : "",
824       "requires" : "",
825       "params" : [
826         {
827           "name" : "eventName",
828           "type" : "String",
829           "desc" : "The type of event to listen for",
830           "isOptional" : false
831         },
832         {
833           "name" : "handler",
834           "type" : "Function",
835           "desc" : "The handler to remove",
836           "isOptional" : false
837         },
838         {
839           "name" : "scope",
840           "type" : "Object",
841           "desc" : "(optional) The scope (this object) for the handler",
842           "isOptional" : false
843         }
844       ],
845       "returns" : []
846     },
847     {
848       "name" : "fireEvent",
849       "type" : "function",
850       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
851       "sig" : "(eventName, args)",
852       "static" : false,
853       "memberOf" : "Roo.util.Observable",
854       "isStatic" : false,
855       "isConstructor" : false,
856       "isPrivate" : false,
857       "example" : "",
858       "deprecated" : "",
859       "since" : "",
860       "see" : "",
861       "exceptions" : "",
862       "requires" : "",
863       "params" : [
864         {
865           "name" : "eventName",
866           "type" : "String",
867           "desc" : "",
868           "isOptional" : false
869         },
870         {
871           "name" : "args",
872           "type" : "Object...",
873           "desc" : "Variable number of parameters are passed to handlers",
874           "isOptional" : false
875         }
876       ],
877       "returns" : [
878         {
879           "name" : "",
880           "type" : "Boolean",
881           "desc" : "returns false if any of the handlers return false otherwise it returns true"
882         }
883       ]
884     },
885     {
886       "name" : "hasListener",
887       "type" : "function",
888       "desc" : "Checks to see if this object has any listeners for a specified event",
889       "sig" : "(eventName)",
890       "static" : false,
891       "memberOf" : "Roo.util.Observable",
892       "isStatic" : false,
893       "isConstructor" : false,
894       "isPrivate" : false,
895       "example" : "",
896       "deprecated" : "",
897       "since" : "",
898       "see" : "",
899       "exceptions" : "",
900       "requires" : "",
901       "params" : [
902         {
903           "name" : "eventName",
904           "type" : "String",
905           "desc" : "The name of the event to check for",
906           "isOptional" : false
907         }
908       ],
909       "returns" : [
910         {
911           "name" : "",
912           "type" : "Boolean",
913           "desc" : "True if the event is being listened for, else false"
914         }
915       ]
916     },
917     {
918       "name" : "capture",
919       "type" : "function",
920       "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.",
921       "sig" : "(o, fn, scope)",
922       "static" : true,
923       "memberOf" : "Roo.util.Observable",
924       "isStatic" : true,
925       "isConstructor" : false,
926       "isPrivate" : false,
927       "example" : "",
928       "deprecated" : "",
929       "since" : "",
930       "see" : "",
931       "exceptions" : "",
932       "requires" : "",
933       "params" : [
934         {
935           "name" : "o",
936           "type" : "Observable",
937           "desc" : "The Observable to capture",
938           "isOptional" : false
939         },
940         {
941           "name" : "fn",
942           "type" : "Function",
943           "desc" : "The function to call",
944           "isOptional" : false
945         },
946         {
947           "name" : "scope",
948           "type" : "Object",
949           "desc" : "(optional) The scope (this object) for the fn",
950           "isOptional" : false
951         }
952       ],
953       "returns" : []
954     },
955     {
956       "name" : "addListener",
957       "type" : "function",
958       "desc" : "Appends an event handler to this component",
959       "sig" : "(eventName, handler, scope, options)",
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         {
973           "name" : "eventName",
974           "type" : "String",
975           "desc" : "The type of event to listen for",
976           "isOptional" : false
977         },
978         {
979           "name" : "handler",
980           "type" : "Function",
981           "desc" : "The method the event invokes",
982           "isOptional" : false
983         },
984         {
985           "name" : "scope",
986           "type" : "Object",
987           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
988           "isOptional" : false
989         },
990         {
991           "name" : "options",
992           "type" : "Object",
993           "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>",
994           "isOptional" : false
995         }
996       ],
997       "returns" : []
998     }
999   ],
1000   "events" : [
1001     {
1002       "name" : "beforetoggle",
1003       "type" : "function",
1004       "desc" : "Fire before toggle the menu",
1005       "sig" : "function (e)\n{\n\n}",
1006       "memberOf" : "Roo.bootstrap.nav.Bar",
1007       "example" : "",
1008       "deprecated" : "",
1009       "since" : "",
1010       "see" : "",
1011       "params" : [
1012         {
1013           "name" : "e",
1014           "type" : "Roo.EventObject",
1015           "desc" : "",
1016           "isOptional" : false
1017         }
1018       ],
1019       "returns" : []
1020     },
1021     {
1022       "name" : "childrenrendered",
1023       "type" : "function",
1024       "desc" : "Fires when the children have been rendered..",
1025       "sig" : "function (_self)\n{\n\n}",
1026       "memberOf" : "Roo.bootstrap.Component",
1027       "example" : "",
1028       "deprecated" : "",
1029       "since" : "",
1030       "see" : "",
1031       "params" : [
1032         {
1033           "name" : "this",
1034           "type" : "Roo.bootstrap.Component",
1035           "desc" : "",
1036           "isOptional" : false
1037         }
1038       ],
1039       "returns" : []
1040     },
1041     {
1042       "name" : "beforerender",
1043       "type" : "function",
1044       "desc" : "Fires before the component is rendered. Return false to stop the render.",
1045       "sig" : "function (_self)\n{\n\n}",
1046       "memberOf" : "Roo.Component",
1047       "example" : "",
1048       "deprecated" : "",
1049       "since" : "",
1050       "see" : "",
1051       "params" : [
1052         {
1053           "name" : "this",
1054           "type" : "Roo.Component",
1055           "desc" : "",
1056           "isOptional" : false
1057         }
1058       ],
1059       "returns" : []
1060     },
1061     {
1062       "name" : "disable",
1063       "type" : "function",
1064       "desc" : "Fires after the component is disabled.",
1065       "sig" : "function (_self)\n{\n\n}",
1066       "memberOf" : "Roo.Component",
1067       "example" : "",
1068       "deprecated" : "",
1069       "since" : "",
1070       "see" : "",
1071       "params" : [
1072         {
1073           "name" : "this",
1074           "type" : "Roo.Component",
1075           "desc" : "",
1076           "isOptional" : false
1077         }
1078       ],
1079       "returns" : []
1080     },
1081     {
1082       "name" : "render",
1083       "type" : "function",
1084       "desc" : "Fires after the component is rendered.",
1085       "sig" : "function (_self)\n{\n\n}",
1086       "memberOf" : "Roo.Component",
1087       "example" : "",
1088       "deprecated" : "",
1089       "since" : "",
1090       "see" : "",
1091       "params" : [
1092         {
1093           "name" : "this",
1094           "type" : "Roo.Component",
1095           "desc" : "",
1096           "isOptional" : false
1097         }
1098       ],
1099       "returns" : []
1100     },
1101     {
1102       "name" : "destroy",
1103       "type" : "function",
1104       "desc" : "Fires after the component is destroyed.",
1105       "sig" : "function (_self)\n{\n\n}",
1106       "memberOf" : "Roo.Component",
1107       "example" : "",
1108       "deprecated" : "",
1109       "since" : "",
1110       "see" : "",
1111       "params" : [
1112         {
1113           "name" : "this",
1114           "type" : "Roo.Component",
1115           "desc" : "",
1116           "isOptional" : false
1117         }
1118       ],
1119       "returns" : []
1120     },
1121     {
1122       "name" : "hide",
1123       "type" : "function",
1124       "desc" : "Fires after the component is hidden.",
1125       "sig" : "function (_self)\n{\n\n}",
1126       "memberOf" : "Roo.Component",
1127       "example" : "",
1128       "deprecated" : "",
1129       "since" : "",
1130       "see" : "",
1131       "params" : [
1132         {
1133           "name" : "this",
1134           "type" : "Roo.Component",
1135           "desc" : "",
1136           "isOptional" : false
1137         }
1138       ],
1139       "returns" : []
1140     },
1141     {
1142       "name" : "beforehide",
1143       "type" : "function",
1144       "desc" : "Fires before the component is hidden. Return false to stop the hide.",
1145       "sig" : "function (_self)\n{\n\n}",
1146       "memberOf" : "Roo.Component",
1147       "example" : "",
1148       "deprecated" : "",
1149       "since" : "",
1150       "see" : "",
1151       "params" : [
1152         {
1153           "name" : "this",
1154           "type" : "Roo.Component",
1155           "desc" : "",
1156           "isOptional" : false
1157         }
1158       ],
1159       "returns" : []
1160     },
1161     {
1162       "name" : "show",
1163       "type" : "function",
1164       "desc" : "Fires after the component is shown.",
1165       "sig" : "function (_self)\n{\n\n}",
1166       "memberOf" : "Roo.Component",
1167       "example" : "",
1168       "deprecated" : "",
1169       "since" : "",
1170       "see" : "",
1171       "params" : [
1172         {
1173           "name" : "this",
1174           "type" : "Roo.Component",
1175           "desc" : "",
1176           "isOptional" : false
1177         }
1178       ],
1179       "returns" : []
1180     },
1181     {
1182       "name" : "beforeshow",
1183       "type" : "function",
1184       "desc" : "Fires before the component is shown.  Return false to stop the show.",
1185       "sig" : "function (_self)\n{\n\n}",
1186       "memberOf" : "Roo.Component",
1187       "example" : "",
1188       "deprecated" : "",
1189       "since" : "",
1190       "see" : "",
1191       "params" : [
1192         {
1193           "name" : "this",
1194           "type" : "Roo.Component",
1195           "desc" : "",
1196           "isOptional" : false
1197         }
1198       ],
1199       "returns" : []
1200     },
1201     {
1202       "name" : "enable",
1203       "type" : "function",
1204       "desc" : "Fires after the component is enabled.",
1205       "sig" : "function (_self)\n{\n\n}",
1206       "memberOf" : "Roo.Component",
1207       "example" : "",
1208       "deprecated" : "",
1209       "since" : "",
1210       "see" : "",
1211       "params" : [
1212         {
1213           "name" : "this",
1214           "type" : "Roo.Component",
1215           "desc" : "",
1216           "isOptional" : false
1217         }
1218       ],
1219       "returns" : []
1220     },
1221     {
1222       "name" : "beforedestroy",
1223       "type" : "function",
1224       "desc" : "Fires before the component is destroyed. Return false to stop the destroy.",
1225       "sig" : "function (_self)\n{\n\n}",
1226       "memberOf" : "Roo.Component",
1227       "example" : "",
1228       "deprecated" : "",
1229       "since" : "",
1230       "see" : "",
1231       "params" : [
1232         {
1233           "name" : "this",
1234           "type" : "Roo.Component",
1235           "desc" : "",
1236           "isOptional" : false
1237         }
1238       ],
1239       "returns" : []
1240     }
1241   ]
1242 }