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