sync
[roojs1] / docs / symbols / Roo.bootstrap.RadioSet.json
1 {
2   "name" : "Roo.bootstrap.RadioSet",
3   "augments" : [
4     "Roo.bootstrap.Input",
5     "Roo.bootstrap.Component",
6     "Roo.Component",
7     "Roo.util.Observable"
8   ],
9   "desc" : "Bootstrap RadioSet class",
10   "isSingleton" : false,
11   "isStatic" : false,
12   "isBuiltin" : false,
13   "memberOf" : "RadioSet",
14   "example" : "",
15   "deprecated" : "",
16   "since" : "",
17   "see" : "",
18   "params" : [
19     {
20       "name" : "config",
21       "type" : "Object",
22       "desc" : "The config object",
23       "isOptional" : false
24     }
25   ],
26   "returns" : [
27   ],
28   "config" : [
29     {
30       "name" : "validFeedbackIcon",
31       "type" : "String",
32       "desc" : "The CSS class to use when create feedback icon (defaults to \"x-form-invalid\")",
33       "memberOf" : "Roo.bootstrap.Input",
34       "values" : [
35       ]
36     },
37     {
38       "name" : "lg",
39       "type" : "Number",
40       "desc" : "colspan out of 12 for large computer-sized screens",
41       "memberOf" : "Roo.bootstrap.Input",
42       "values" : [
43       ]
44     },
45     {
46       "name" : "accept",
47       "type" : "String",
48       "desc" : "use for file input only. (default empty)",
49       "memberOf" : "Roo.bootstrap.Input",
50       "values" : [
51         "(image",
52         "video",
53         "audio)"
54       ]
55     },
56     {
57       "name" : "xs",
58       "type" : "Number",
59       "desc" : "colspan out of 12 for mobile-sized screens",
60       "memberOf" : "Roo.bootstrap.Input",
61       "values" : [
62       ]
63     },
64     {
65       "name" : "hideMode",
66       "type" : "String",
67       "desc" : "How this component should hidden. Supported values are\n\"visibility\" (css visibility), \"offsets\" (negative offset position) and\n\"display\" (css display) - defaults to \"display\".",
68       "memberOf" : "Roo.Component",
69       "values" : [
70         "(display",
71         "visibility)"
72       ]
73     },
74     {
75       "name" : "disableKeyFilter",
76       "type" : "Boolean",
77       "desc" : "True to disable input keystroke filtering (defaults to false)",
78       "memberOf" : "Roo.bootstrap.Input",
79       "values" : [
80       ]
81     },
82     {
83       "name" : "xattr",
84       "type" : "Object",
85       "desc" : "extra attributes to add to 'element' (used by builder to store stuff.)",
86       "memberOf" : "Roo.bootstrap.Component",
87       "values" : [
88       ]
89     },
90     {
91       "name" : "disabled",
92       "type" : "Boolean",
93       "desc" : "is it disabled",
94       "memberOf" : "Roo.bootstrap.Input",
95       "values" : [
96       ]
97     },
98     {
99       "name" : "name",
100       "type" : "String",
101       "desc" : "name of the input",
102       "memberOf" : "Roo.bootstrap.Input",
103       "values" : [
104       ]
105     },
106     {
107       "name" : "validator",
108       "type" : "Function",
109       "desc" : "A custom validation function to be called during field validation (defaults to null).\nIf available, this function will be called only after the basic validators all return true, and will be passed the\ncurrent field value and expected to return boolean true if the value is valid or a string error message if invalid.",
110       "memberOf" : "Roo.bootstrap.Input",
111       "values" : [
112       ]
113     },
114     {
115       "name" : "weight",
116       "type" : "String",
117       "desc" : "The text that appears beside the radio",
118       "memberOf" : "Roo.bootstrap.RadioSet",
119       "values" : [
120         "(primary",
121         "warning",
122         "info",
123         "danger",
124         "success)"
125       ]
126     },
127     {
128       "name" : "autocomplete",
129       "type" : "String",
130       "desc" : "- default is new-password see: https://developers.google.com/web/fundamentals/input/form/label-and-name-inputs?hl=en",
131       "memberOf" : "Roo.bootstrap.Input",
132       "values" : [
133       ]
134     },
135     {
136       "name" : "tooltip",
137       "type" : "string",
138       "desc" : "Text for the tooltip",
139       "memberOf" : "Roo.bootstrap.Component",
140       "values" : [
141       ]
142     },
143     {
144       "name" : "labelAlign",
145       "type" : "String",
146       "desc" : "",
147       "memberOf" : "Roo.bootstrap.Input",
148       "values" : [
149         "(top",
150         "left)"
151       ]
152     },
153     {
154       "name" : "regexText",
155       "type" : "String",
156       "desc" : "-- Depricated - use Invalid Text",
157       "memberOf" : "Roo.bootstrap.Input",
158       "values" : [
159       ]
160     },
161     {
162       "name" : "allowDomMove",
163       "type" : "Boolean",
164       "desc" : "Whether the component can move the Dom node when rendering (defaults to true).",
165       "memberOf" : "Roo.Component",
166       "values" : [
167       ]
168     },
169     {
170       "name" : "style",
171       "type" : "String",
172       "desc" : "any extra css",
173       "memberOf" : "Roo.bootstrap.Component",
174       "values" : [
175       ]
176     },
177     {
178       "name" : "labelmd",
179       "type" : "Number",
180       "desc" : "set the width of label (1-12)",
181       "memberOf" : "Roo.bootstrap.Input",
182       "values" : [
183       ]
184     },
185     {
186       "name" : "value",
187       "type" : "string",
188       "desc" : "default value of the input",
189       "memberOf" : "Roo.bootstrap.Input",
190       "values" : [
191       ]
192     },
193     {
194       "name" : "hasFeedback",
195       "type" : "Boolean",
196       "desc" : "default true",
197       "memberOf" : "Roo.bootstrap.Input",
198       "values" : [
199         "(true",
200         "false)"
201       ]
202     },
203     {
204       "name" : "actionMode",
205       "type" : "String",
206       "desc" : "which property holds the element that used for  hide() / show() / disable() / enable()\ndefault is 'el'",
207       "memberOf" : "Roo.Component",
208       "values" : [
209       ]
210     },
211     {
212       "name" : "sm",
213       "type" : "Number",
214       "desc" : "colspan out of 12 for tablet-sized screens",
215       "memberOf" : "Roo.bootstrap.Input",
216       "values" : [
217       ]
218     },
219     {
220       "name" : "minLengthText",
221       "type" : "String",
222       "desc" : "Error text to display if the minimum length validation fails (defaults to \"The minimum length for this field is {minLength}\")",
223       "memberOf" : "Roo.bootstrap.Input",
224       "values" : [
225       ]
226     },
227     {
228       "name" : "maxLengthText",
229       "type" : "String",
230       "desc" : "Error text to display if the maximum length validation fails (defaults to \"The maximum length for this field is {maxLength}\")",
231       "memberOf" : "Roo.bootstrap.Input",
232       "values" : [
233       ]
234     },
235     {
236       "name" : "listeners",
237       "type" : "Object",
238       "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>",
239       "memberOf" : "Roo.util.Observable",
240       "values" : [
241       ]
242     },
243     {
244       "name" : "container_method",
245       "type" : "string",
246       "desc" : "method to fetch parents container element (used by NavHeaderbar -  getHeaderChildContainer)",
247       "memberOf" : "Roo.bootstrap.Component",
248       "values" : [
249       ]
250     },
251     {
252       "name" : "readOnly",
253       "type" : "Boolean",
254       "desc" : "Specifies that the field should be read-only",
255       "memberOf" : "Roo.bootstrap.Input",
256       "values" : [
257       ]
258     },
259     {
260       "name" : "indicatorpos",
261       "type" : "String",
262       "desc" : "default left",
263       "memberOf" : "Roo.bootstrap.RadioSet",
264       "values" : [
265         "(left",
266         "right)"
267       ]
268     },
269     {
270       "name" : "align",
271       "type" : "String",
272       "desc" : "Default left",
273       "memberOf" : "Roo.bootstrap.Input",
274       "values" : [
275         "(left",
276         "center",
277         "right)"
278       ]
279     },
280     {
281       "name" : "inline",
282       "type" : "Boolean",
283       "desc" : "inline the element (default true)",
284       "memberOf" : "Roo.bootstrap.RadioSet",
285       "values" : [
286         "(true",
287         "false)"
288       ]
289     },
290     {
291       "name" : "size",
292       "type" : "string",
293       "desc" : "- (lg|sm) or leave empty..",
294       "memberOf" : "Roo.bootstrap.Input",
295       "values" : [
296       ]
297     },
298     {
299       "name" : "focusClass",
300       "type" : "String",
301       "desc" : "The CSS class to use when the field receives focus (defaults to \"x-form-focus\")",
302       "memberOf" : "Roo.bootstrap.Input",
303       "values" : [
304       ]
305     },
306     {
307       "name" : "labellg",
308       "type" : "Number",
309       "desc" : "set the width of label (1-12)",
310       "memberOf" : "Roo.bootstrap.Input",
311       "values" : [
312       ]
313     },
314     {
315       "name" : "labelxs",
316       "type" : "Number",
317       "desc" : "set the width of label (1-12)",
318       "memberOf" : "Roo.bootstrap.Input",
319       "values" : [
320       ]
321     },
322     {
323       "name" : "validateOnBlur",
324       "type" : "Boolean",
325       "desc" : "Whether the field should validate when it loses focus (defaults to true).",
326       "memberOf" : "Roo.bootstrap.Input",
327       "values" : [
328       ]
329     },
330     {
331       "name" : "cls",
332       "type" : "String",
333       "desc" : "css class",
334       "memberOf" : "Roo.bootstrap.Component",
335       "values" : [
336       ]
337     },
338     {
339       "name" : "inputType",
340       "type" : "String",
341       "desc" : "button | checkbox | email | file | hidden | image | number | password | radio | range | reset | search | submit | text",
342       "memberOf" : "Roo.bootstrap.Input",
343       "values" : [
344       ]
345     },
346     {
347       "name" : "invalidClass",
348       "type" : "String",
349       "desc" : "DEPRICATED - code uses BS4 - is-valid / is-invalid",
350       "memberOf" : "Roo.bootstrap.Input",
351       "values" : [
352       ]
353     },
354     {
355       "name" : "maskRe",
356       "type" : "String",
357       "desc" : "An input mask regular expression that will be used to filter keystrokes that don't match (defaults to null)",
358       "memberOf" : "Roo.bootstrap.Input",
359       "values" : [
360       ]
361     },
362     {
363       "name" : "validationEvent",
364       "type" : "String/Boolean",
365       "desc" : "The event that should initiate field validation. Set to false to disable\n      automatic validation (defaults to \"keyup\").",
366       "memberOf" : "Roo.bootstrap.Input",
367       "values" : [
368       ]
369     },
370     {
371       "name" : "vtype",
372       "type" : "String",
373       "desc" : "A validation type name as defined in {@link Roo.form.VTypes} (defaults to null)",
374       "memberOf" : "Roo.bootstrap.Input",
375       "values" : [
376       ]
377     },
378     {
379       "name" : "fieldLabel",
380       "type" : "string",
381       "desc" : "- the label associated",
382       "memberOf" : "Roo.bootstrap.Input",
383       "values" : [
384       ]
385     },
386     {
387       "name" : "can_build_overlaid",
388       "type" : "Boolean",
389       "desc" : "True if element can be rebuild from a HTML page",
390       "memberOf" : "Roo.bootstrap.Component",
391       "values" : [
392       ]
393     },
394     {
395       "name" : "blankText",
396       "type" : "String",
397       "desc" : "Error text to display if the allow blank validation fails (defaults to \"This field is required\")",
398       "memberOf" : "Roo.bootstrap.Input",
399       "values" : [
400       ]
401     },
402     {
403       "name" : "before",
404       "type" : "string",
405       "desc" : "- input group add on before",
406       "memberOf" : "Roo.bootstrap.Input",
407       "values" : [
408       ]
409     },
410     {
411       "name" : "validationDelay",
412       "type" : "Number",
413       "desc" : "The length of time in milliseconds after user input begins until validation is initiated (defaults to 250)",
414       "memberOf" : "Roo.bootstrap.Input",
415       "values" : [
416       ]
417     },
418     {
419       "name" : "selectOnFocus",
420       "type" : "Boolean",
421       "desc" : "True to automatically select any existing field text when the field receives input focus (defaults to false)",
422       "memberOf" : "Roo.bootstrap.Input",
423       "values" : [
424       ]
425     },
426     {
427       "name" : "disableClass",
428       "type" : "String",
429       "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").",
430       "memberOf" : "Roo.Component",
431       "values" : [
432       ]
433     },
434     {
435       "name" : "invalidFeedbackIcon",
436       "type" : "String",
437       "desc" : "The CSS class to use when create feedback icon (defaults to \"x-form-invalid\")",
438       "memberOf" : "Roo.bootstrap.Input",
439       "values" : [
440       ]
441     },
442     {
443       "name" : "visibilityEl",
444       "type" : "string|object",
445       "desc" : "What element to use for visibility (@see getVisibilityEl())",
446       "memberOf" : "Roo.bootstrap.Component",
447       "values" : [
448         "(el",
449         "parent)"
450       ]
451     },
452     {
453       "name" : "placeholder",
454       "type" : "string",
455       "desc" : "- placeholder to put in text.",
456       "memberOf" : "Roo.bootstrap.Input",
457       "values" : [
458       ]
459     },
460     {
461       "name" : "dataId",
462       "type" : "string",
463       "desc" : "cutomer id",
464       "memberOf" : "Roo.bootstrap.Component",
465       "values" : [
466       ]
467     },
468     {
469       "name" : "md",
470       "type" : "Number",
471       "desc" : "colspan out of 12 for computer-sized screens",
472       "memberOf" : "Roo.bootstrap.Input",
473       "values" : [
474       ]
475     },
476     {
477       "name" : "regex",
478       "type" : "RegExp",
479       "desc" : "A JavaScript RegExp object to be tested against the field value during validation (defaults to null).\nIf available, this regex will be evaluated only after the basic validators all return true, and will be passed the\ncurrent field value.  If the test fails, the field will be marked invalid using {@link #regexText}.",
480       "memberOf" : "Roo.bootstrap.Input",
481       "values" : [
482       ]
483     },
484     {
485       "name" : "labelWidth",
486       "type" : "Number",
487       "desc" : "set the width of label",
488       "memberOf" : "Roo.bootstrap.Input",
489       "values" : [
490       ]
491     },
492     {
493       "name" : "minLength",
494       "type" : "Number",
495       "desc" : "Minimum input field length required (defaults to 0)",
496       "memberOf" : "Roo.bootstrap.Input",
497       "values" : [
498       ]
499     },
500     {
501       "name" : "capture",
502       "type" : "String",
503       "desc" : "use for file input only. (default empty)",
504       "memberOf" : "Roo.bootstrap.Input",
505       "values" : [
506         "(user",
507         "camera)"
508       ]
509     },
510     {
511       "name" : "validClass",
512       "type" : "String",
513       "desc" : "DEPRICATED - code uses BS4 - is-valid / is-invalid",
514       "memberOf" : "Roo.bootstrap.Input",
515       "values" : [
516       ]
517     },
518     {
519       "name" : "allowBlank",
520       "type" : "Boolean",
521       "desc" : "False to validate that the value length > 0 (defaults to true)",
522       "memberOf" : "Roo.bootstrap.Input",
523       "values" : [
524       ]
525     },
526     {
527       "name" : "forceFeedback",
528       "type" : "Boolean",
529       "desc" : "Default false",
530       "memberOf" : "Roo.bootstrap.Input",
531       "values" : [
532         "(true",
533         "false)"
534       ]
535     },
536     {
537       "name" : "labelsm",
538       "type" : "Number",
539       "desc" : "set the width of label (1-12)",
540       "memberOf" : "Roo.bootstrap.Input",
541       "values" : [
542       ]
543     },
544     {
545       "name" : "after",
546       "type" : "string",
547       "desc" : "- input group add on after",
548       "memberOf" : "Roo.bootstrap.Input",
549       "values" : [
550       ]
551     },
552     {
553       "name" : "maxLength",
554       "type" : "Number",
555       "desc" : "Maximum input field length allowed (defaults to Number.MAX_VALUE)",
556       "memberOf" : "Roo.bootstrap.Input",
557       "values" : [
558       ]
559     },
560     {
561       "name" : "invalidText",
562       "type" : "String",
563       "desc" : "The error text to display if {@link #validator} test fails during validation (defaults to \"\")",
564       "memberOf" : "Roo.bootstrap.Input",
565       "values" : [
566       ]
567     }
568   ],
569   "methods" : [
570     {
571       "name" : "clearInvalid",
572       "desc" : "Clear any invalid styles/messages for this field",
573       "isStatic" : false,
574       "isConstructor" : false,
575       "isPrivate" : false,
576       "memberOf" : "Roo.bootstrap.Input",
577       "example" : "",
578       "deprecated" : "",
579       "since" : "",
580       "see" : "",
581       "params" : [
582       ],
583       "returns" : [
584       ]
585     },
586     {
587       "name" : "validate",
588       "desc" : "Validates the field value",
589       "isStatic" : false,
590       "isConstructor" : false,
591       "isPrivate" : false,
592       "memberOf" : "Roo.bootstrap.Input",
593       "example" : "",
594       "deprecated" : "",
595       "since" : "",
596       "see" : "",
597       "params" : [
598       ],
599       "returns" : [
600         {
601           "name" : "",
602           "type" : "Boolean",
603           "desc" : "True if the value is valid, else false"
604         }
605       ]
606     },
607     {
608       "name" : "markInvalid",
609       "desc" : "Mark this field as invalid",
610       "isStatic" : false,
611       "isConstructor" : false,
612       "isPrivate" : false,
613       "memberOf" : "Roo.bootstrap.Input",
614       "example" : "",
615       "deprecated" : "",
616       "since" : "",
617       "see" : "",
618       "params" : [
619         {
620           "name" : "msg",
621           "type" : "String",
622           "desc" : "The validation message",
623           "isOptional" : false
624         }
625       ],
626       "returns" : [
627       ]
628     },
629     {
630       "name" : "getRawValue",
631       "desc" : "Returns the raw data value which may or may not be a valid, defined value.  To return a normalized value see {@link #getValue}.",
632       "isStatic" : false,
633       "isConstructor" : false,
634       "isPrivate" : false,
635       "memberOf" : "Roo.bootstrap.Input",
636       "example" : "",
637       "deprecated" : "",
638       "since" : "",
639       "see" : "",
640       "params" : [
641       ],
642       "returns" : [
643         {
644           "name" : "",
645           "type" : "Mixed",
646           "desc" : "value The field value"
647         }
648       ]
649     },
650     {
651       "name" : "markValid",
652       "desc" : "Mark this field as valid",
653       "isStatic" : false,
654       "isConstructor" : false,
655       "isPrivate" : false,
656       "memberOf" : "Roo.bootstrap.Input",
657       "example" : "",
658       "deprecated" : "",
659       "since" : "",
660       "see" : "",
661       "params" : [
662       ],
663       "returns" : [
664       ]
665     },
666     {
667       "name" : "getName",
668       "desc" : "Returns the name of the field",
669       "isStatic" : false,
670       "isConstructor" : false,
671       "isPrivate" : false,
672       "memberOf" : "Roo.bootstrap.Input",
673       "example" : "",
674       "deprecated" : "",
675       "since" : "",
676       "see" : "",
677       "params" : [
678       ],
679       "returns" : [
680         {
681           "name" : "",
682           "type" : "Mixed",
683           "desc" : "name The name field"
684         }
685       ]
686     },
687     {
688       "name" : "reset",
689       "desc" : "Resets the current field value to the originally loaded value and clears any validation messages",
690       "isStatic" : false,
691       "isConstructor" : false,
692       "isPrivate" : false,
693       "memberOf" : "Roo.bootstrap.Input",
694       "example" : "",
695       "deprecated" : "",
696       "since" : "",
697       "see" : "",
698       "params" : [
699       ],
700       "returns" : [
701       ]
702     },
703     {
704       "name" : "getValue",
705       "desc" : "Returns the normalized data value (undefined or emptyText will be returned as '').  To return the raw value see {@link #getRawValue}.",
706       "isStatic" : false,
707       "isConstructor" : false,
708       "isPrivate" : false,
709       "memberOf" : "Roo.bootstrap.Input",
710       "example" : "",
711       "deprecated" : "",
712       "since" : "",
713       "see" : "",
714       "params" : [
715       ],
716       "returns" : [
717         {
718           "name" : "",
719           "type" : "Mixed",
720           "desc" : "value The field value"
721         }
722       ]
723     },
724     {
725       "name" : "setValue",
726       "desc" : "Sets a data value into the field and validates it.  To set the value directly without validation see {@link #setRawValue}.",
727       "isStatic" : false,
728       "isConstructor" : false,
729       "isPrivate" : false,
730       "memberOf" : "Roo.bootstrap.Input",
731       "example" : "",
732       "deprecated" : "",
733       "since" : "",
734       "see" : "",
735       "params" : [
736         {
737           "name" : "value",
738           "type" : "Mixed",
739           "desc" : "The value to set",
740           "isOptional" : false
741         }
742       ],
743       "returns" : [
744       ]
745     },
746     {
747       "name" : "setRawValue",
748       "desc" : "Sets the underlying DOM field's value directly, bypassing validation.  To set the value with validation see {@link #setValue}.",
749       "isStatic" : false,
750       "isConstructor" : false,
751       "isPrivate" : false,
752       "memberOf" : "Roo.bootstrap.Input",
753       "example" : "",
754       "deprecated" : "",
755       "since" : "",
756       "see" : "",
757       "params" : [
758         {
759           "name" : "value",
760           "type" : "Mixed",
761           "desc" : "The value to set",
762           "isOptional" : false
763         }
764       ],
765       "returns" : [
766       ]
767     },
768     {
769       "name" : "inputEl",
770       "desc" : "return the real input element.",
771       "isStatic" : false,
772       "isConstructor" : false,
773       "isPrivate" : false,
774       "memberOf" : "Roo.bootstrap.Input",
775       "example" : "",
776       "deprecated" : "",
777       "since" : "",
778       "see" : "",
779       "params" : [
780       ],
781       "returns" : [
782       ]
783     },
784     {
785       "name" : "validateValue",
786       "desc" : "Validates a value according to the field's validation rules and marks the field as invalid\nif the validation fails",
787       "isStatic" : false,
788       "isConstructor" : false,
789       "isPrivate" : false,
790       "memberOf" : "Roo.bootstrap.Input",
791       "example" : "",
792       "deprecated" : "",
793       "since" : "",
794       "see" : "",
795       "params" : [
796         {
797           "name" : "value",
798           "type" : "Mixed",
799           "desc" : "The value to validate",
800           "isOptional" : false
801         }
802       ],
803       "returns" : [
804         {
805           "name" : "",
806           "type" : "Boolean",
807           "desc" : "True if the value is valid, else false"
808         }
809       ]
810     },
811     {
812       "name" : "tooltipEl",
813       "desc" : "Fetch the element to display the tooltip on.",
814       "isStatic" : false,
815       "isConstructor" : false,
816       "isPrivate" : false,
817       "memberOf" : "Roo.bootstrap.Component",
818       "example" : "",
819       "deprecated" : "",
820       "since" : "",
821       "see" : "",
822       "params" : [
823       ],
824       "returns" : [
825         {
826           "name" : "",
827           "type" : "Roo.Element",
828           "desc" : "defaults to this.el"
829         }
830       ]
831     },
832     {
833       "name" : "hide",
834       "desc" : "Hide a component - adds 'hidden' class",
835       "isStatic" : false,
836       "isConstructor" : false,
837       "isPrivate" : false,
838       "memberOf" : "Roo.bootstrap.Component",
839       "example" : "",
840       "deprecated" : "",
841       "since" : "",
842       "see" : "",
843       "params" : [
844       ],
845       "returns" : [
846       ]
847     },
848     {
849       "name" : "show",
850       "desc" : "Show a component - removes 'hidden' class",
851       "isStatic" : false,
852       "isConstructor" : false,
853       "isPrivate" : false,
854       "memberOf" : "Roo.bootstrap.Component",
855       "example" : "",
856       "deprecated" : "",
857       "since" : "",
858       "see" : "",
859       "params" : [
860       ],
861       "returns" : [
862       ]
863     },
864     {
865       "name" : "setVisibilityEl",
866       "desc" : "Set the element that will be used to show or hide",
867       "isStatic" : false,
868       "isConstructor" : false,
869       "isPrivate" : false,
870       "memberOf" : "Roo.bootstrap.Component",
871       "example" : "",
872       "deprecated" : "",
873       "since" : "",
874       "see" : "",
875       "params" : [
876       ],
877       "returns" : [
878       ]
879     },
880     {
881       "name" : "getVisibilityEl",
882       "desc" : "Get the element that will be used to show or hide",
883       "isStatic" : false,
884       "isConstructor" : false,
885       "isPrivate" : false,
886       "memberOf" : "Roo.bootstrap.Component",
887       "example" : "",
888       "deprecated" : "",
889       "since" : "",
890       "see" : "",
891       "params" : [
892       ],
893       "returns" : [
894       ]
895     },
896     {
897       "name" : "initEvents",
898       "desc" : "Initialize Events for the element",
899       "isStatic" : false,
900       "isConstructor" : false,
901       "isPrivate" : false,
902       "memberOf" : "Roo.bootstrap.Component",
903       "example" : "",
904       "deprecated" : "",
905       "since" : "",
906       "see" : "",
907       "params" : [
908       ],
909       "returns" : [
910       ]
911     },
912     {
913       "name" : "getChildContainer",
914       "desc" : "Fetch the element to add children to",
915       "isStatic" : false,
916       "isConstructor" : false,
917       "isPrivate" : false,
918       "memberOf" : "Roo.bootstrap.Component",
919       "example" : "",
920       "deprecated" : "",
921       "since" : "",
922       "see" : "",
923       "params" : [
924       ],
925       "returns" : [
926         {
927           "name" : "",
928           "type" : "Roo.Element",
929           "desc" : "defaults to this.el"
930         }
931       ]
932     },
933     {
934       "name" : "getId",
935       "desc" : "Returns the id of this component.",
936       "isStatic" : false,
937       "isConstructor" : false,
938       "isPrivate" : false,
939       "memberOf" : "Roo.Component",
940       "example" : "",
941       "deprecated" : "",
942       "since" : "",
943       "see" : "",
944       "params" : [
945       ],
946       "returns" : [
947         {
948           "name" : "",
949           "type" : "String",
950           "desc" : ""
951         }
952       ]
953     },
954     {
955       "name" : "render",
956       "desc" : "If this is a lazy rendering component, render it to its container element.",
957       "isStatic" : false,
958       "isConstructor" : false,
959       "isPrivate" : false,
960       "memberOf" : "Roo.Component",
961       "example" : "",
962       "deprecated" : "",
963       "since" : "",
964       "see" : "",
965       "params" : [
966         {
967           "name" : "container",
968           "type" : "String/HTMLElement/Element",
969           "desc" : "(optional) The element this component should be rendered into. If it is being applied to existing markup, this should be left off.",
970           "isOptional" : false
971         }
972       ],
973       "returns" : [
974       ]
975     },
976     {
977       "name" : "destroy",
978       "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}.",
979       "isStatic" : false,
980       "isConstructor" : false,
981       "isPrivate" : false,
982       "memberOf" : "Roo.Component",
983       "example" : "",
984       "deprecated" : "",
985       "since" : "",
986       "see" : "",
987       "params" : [
988       ],
989       "returns" : [
990       ]
991     },
992     {
993       "name" : "isVisible",
994       "desc" : "Returns true if this component is visible.",
995       "isStatic" : false,
996       "isConstructor" : false,
997       "isPrivate" : false,
998       "memberOf" : "Roo.Component",
999       "example" : "",
1000       "deprecated" : "",
1001       "since" : "",
1002       "see" : "",
1003       "params" : [
1004       ],
1005       "returns" : [
1006       ]
1007     },
1008     {
1009       "name" : "setDisabled",
1010       "desc" : "Convenience function for setting disabled/enabled by boolean.",
1011       "isStatic" : false,
1012       "isConstructor" : false,
1013       "isPrivate" : false,
1014       "memberOf" : "Roo.Component",
1015       "example" : "",
1016       "deprecated" : "",
1017       "since" : "",
1018       "see" : "",
1019       "params" : [
1020         {
1021           "name" : "disabled",
1022           "type" : "Boolean",
1023           "desc" : "",
1024           "isOptional" : false
1025         }
1026       ],
1027       "returns" : [
1028       ]
1029     },
1030     {
1031       "name" : "focus",
1032       "desc" : "Try to focus this component.",
1033       "isStatic" : false,
1034       "isConstructor" : false,
1035       "isPrivate" : false,
1036       "memberOf" : "Roo.Component",
1037       "example" : "",
1038       "deprecated" : "",
1039       "since" : "",
1040       "see" : "",
1041       "params" : [
1042         {
1043           "name" : "selectText",
1044           "type" : "Boolean",
1045           "desc" : "True to also select the text in this component (if applicable)",
1046           "isOptional" : false
1047         }
1048       ],
1049       "returns" : [
1050         {
1051           "name" : "",
1052           "type" : "Roo.Component",
1053           "desc" : "this"
1054         }
1055       ]
1056     },
1057     {
1058       "name" : "enable",
1059       "desc" : "Enable this component.",
1060       "isStatic" : false,
1061       "isConstructor" : false,
1062       "isPrivate" : false,
1063       "memberOf" : "Roo.Component",
1064       "example" : "",
1065       "deprecated" : "",
1066       "since" : "",
1067       "see" : "",
1068       "params" : [
1069       ],
1070       "returns" : [
1071         {
1072           "name" : "",
1073           "type" : "Roo.Component",
1074           "desc" : "this"
1075         }
1076       ]
1077     },
1078     {
1079       "name" : "setVisible",
1080       "desc" : "Convenience function to hide or show this component by boolean.",
1081       "isStatic" : false,
1082       "isConstructor" : false,
1083       "isPrivate" : false,
1084       "memberOf" : "Roo.Component",
1085       "example" : "",
1086       "deprecated" : "",
1087       "since" : "",
1088       "see" : "",
1089       "params" : [
1090         {
1091           "name" : "visible",
1092           "type" : "Boolean",
1093           "desc" : "True to show, false to hide",
1094           "isOptional" : false
1095         }
1096       ],
1097       "returns" : [
1098         {
1099           "name" : "",
1100           "type" : "Roo.Component",
1101           "desc" : "this"
1102         }
1103       ]
1104     },
1105     {
1106       "name" : "disable",
1107       "desc" : "Disable this component.",
1108       "isStatic" : false,
1109       "isConstructor" : false,
1110       "isPrivate" : false,
1111       "memberOf" : "Roo.Component",
1112       "example" : "",
1113       "deprecated" : "",
1114       "since" : "",
1115       "see" : "",
1116       "params" : [
1117       ],
1118       "returns" : [
1119         {
1120           "name" : "",
1121           "type" : "Roo.Component",
1122           "desc" : "this"
1123         }
1124       ]
1125     },
1126     {
1127       "name" : "getEl",
1128       "desc" : "Returns the underlying {@link Roo.Element}.",
1129       "isStatic" : false,
1130       "isConstructor" : false,
1131       "isPrivate" : false,
1132       "memberOf" : "Roo.Component",
1133       "example" : "",
1134       "deprecated" : "",
1135       "since" : "",
1136       "see" : "",
1137       "params" : [
1138       ],
1139       "returns" : [
1140         {
1141           "name" : "",
1142           "type" : "Roo.Element",
1143           "desc" : "The element"
1144         }
1145       ]
1146     },
1147     {
1148       "name" : "purgeListeners",
1149       "desc" : "Removes all listeners for this object",
1150       "isStatic" : false,
1151       "isConstructor" : false,
1152       "isPrivate" : false,
1153       "memberOf" : "Roo.util.Observable",
1154       "example" : "",
1155       "deprecated" : "",
1156       "since" : "",
1157       "see" : "",
1158       "params" : [
1159       ],
1160       "returns" : [
1161       ]
1162     },
1163     {
1164       "name" : "on",
1165       "desc" : "Appends an event handler to this element (shorthand for addListener)",
1166       "isStatic" : false,
1167       "isConstructor" : false,
1168       "isPrivate" : false,
1169       "memberOf" : "Roo.util.Observable",
1170       "example" : "",
1171       "deprecated" : "",
1172       "since" : "",
1173       "see" : "",
1174       "params" : [
1175         {
1176           "name" : "eventName",
1177           "type" : "String",
1178           "desc" : "The type of event to listen for",
1179           "isOptional" : false
1180         },
1181         {
1182           "name" : "handler",
1183           "type" : "Function",
1184           "desc" : "The method the event invokes",
1185           "isOptional" : false
1186         },
1187         {
1188           "name" : "scope",
1189           "type" : "Object",
1190           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
1191           "isOptional" : false
1192         },
1193         {
1194           "name" : "options",
1195           "type" : "Object",
1196           "desc" : "(optional)",
1197           "isOptional" : false
1198         }
1199       ],
1200       "returns" : [
1201       ]
1202     },
1203     {
1204       "name" : "un",
1205       "desc" : "Removes a listener (shorthand for removeListener)",
1206       "isStatic" : false,
1207       "isConstructor" : false,
1208       "isPrivate" : false,
1209       "memberOf" : "Roo.util.Observable",
1210       "example" : "",
1211       "deprecated" : "",
1212       "since" : "",
1213       "see" : "",
1214       "params" : [
1215         {
1216           "name" : "eventName",
1217           "type" : "String",
1218           "desc" : "The type of event to listen for",
1219           "isOptional" : false
1220         },
1221         {
1222           "name" : "handler",
1223           "type" : "Function",
1224           "desc" : "The handler to remove",
1225           "isOptional" : false
1226         },
1227         {
1228           "name" : "scope",
1229           "type" : "Object",
1230           "desc" : "(optional) The scope (this object) for the handler",
1231           "isOptional" : false
1232         }
1233       ],
1234       "returns" : [
1235       ]
1236     },
1237     {
1238       "name" : "addEvents",
1239       "desc" : "Used to define events on this Observable",
1240       "isStatic" : false,
1241       "isConstructor" : false,
1242       "isPrivate" : false,
1243       "memberOf" : "Roo.util.Observable",
1244       "example" : "",
1245       "deprecated" : "",
1246       "since" : "",
1247       "see" : "",
1248       "params" : [
1249         {
1250           "name" : "object",
1251           "type" : "Object",
1252           "desc" : "The object with the events defined",
1253           "isOptional" : false
1254         }
1255       ],
1256       "returns" : [
1257       ]
1258     },
1259     {
1260       "name" : "releaseCapture",
1261       "desc" : "Removes <b>all</b> added captures from the Observable.",
1262       "isStatic" : true,
1263       "isConstructor" : false,
1264       "isPrivate" : false,
1265       "memberOf" : "Roo.util.Observable",
1266       "example" : "",
1267       "deprecated" : "",
1268       "since" : "",
1269       "see" : "",
1270       "params" : [
1271         {
1272           "name" : "o",
1273           "type" : "Observable",
1274           "desc" : "The Observable to release",
1275           "isOptional" : false
1276         }
1277       ],
1278       "returns" : [
1279       ]
1280     },
1281     {
1282       "name" : "removeListener",
1283       "desc" : "Removes a listener",
1284       "isStatic" : false,
1285       "isConstructor" : false,
1286       "isPrivate" : false,
1287       "memberOf" : "Roo.util.Observable",
1288       "example" : "",
1289       "deprecated" : "",
1290       "since" : "",
1291       "see" : "",
1292       "params" : [
1293         {
1294           "name" : "eventName",
1295           "type" : "String",
1296           "desc" : "The type of event to listen for",
1297           "isOptional" : false
1298         },
1299         {
1300           "name" : "handler",
1301           "type" : "Function",
1302           "desc" : "The handler to remove",
1303           "isOptional" : false
1304         },
1305         {
1306           "name" : "scope",
1307           "type" : "Object",
1308           "desc" : "(optional) The scope (this object) for the handler",
1309           "isOptional" : false
1310         }
1311       ],
1312       "returns" : [
1313       ]
1314     },
1315     {
1316       "name" : "fireEvent",
1317       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
1318       "isStatic" : false,
1319       "isConstructor" : false,
1320       "isPrivate" : false,
1321       "memberOf" : "Roo.util.Observable",
1322       "example" : "",
1323       "deprecated" : "",
1324       "since" : "",
1325       "see" : "",
1326       "params" : [
1327         {
1328           "name" : "eventName",
1329           "type" : "String",
1330           "desc" : "",
1331           "isOptional" : false
1332         },
1333         {
1334           "name" : "args",
1335           "type" : "Object...",
1336           "desc" : "Variable number of parameters are passed to handlers",
1337           "isOptional" : false
1338         }
1339       ],
1340       "returns" : [
1341         {
1342           "name" : "",
1343           "type" : "Boolean",
1344           "desc" : "returns false if any of the handlers return false otherwise it returns true"
1345         }
1346       ]
1347     },
1348     {
1349       "name" : "hasListener",
1350       "desc" : "Checks to see if this object has any listeners for a specified event",
1351       "isStatic" : false,
1352       "isConstructor" : false,
1353       "isPrivate" : false,
1354       "memberOf" : "Roo.util.Observable",
1355       "example" : "",
1356       "deprecated" : "",
1357       "since" : "",
1358       "see" : "",
1359       "params" : [
1360         {
1361           "name" : "eventName",
1362           "type" : "String",
1363           "desc" : "The name of the event to check for",
1364           "isOptional" : false
1365         }
1366       ],
1367       "returns" : [
1368         {
1369           "name" : "",
1370           "type" : "Boolean",
1371           "desc" : "True if the event is being listened for, else false"
1372         }
1373       ]
1374     },
1375     {
1376       "name" : "capture",
1377       "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.",
1378       "isStatic" : true,
1379       "isConstructor" : false,
1380       "isPrivate" : false,
1381       "memberOf" : "Roo.util.Observable",
1382       "example" : "",
1383       "deprecated" : "",
1384       "since" : "",
1385       "see" : "",
1386       "params" : [
1387         {
1388           "name" : "o",
1389           "type" : "Observable",
1390           "desc" : "The Observable to capture",
1391           "isOptional" : false
1392         },
1393         {
1394           "name" : "fn",
1395           "type" : "Function",
1396           "desc" : "The function to call",
1397           "isOptional" : false
1398         },
1399         {
1400           "name" : "scope",
1401           "type" : "Object",
1402           "desc" : "(optional) The scope (this object) for the fn",
1403           "isOptional" : false
1404         }
1405       ],
1406       "returns" : [
1407       ]
1408     },
1409     {
1410       "name" : "addListener",
1411       "desc" : "Appends an event handler to this component",
1412       "isStatic" : false,
1413       "isConstructor" : false,
1414       "isPrivate" : false,
1415       "memberOf" : "Roo.util.Observable",
1416       "example" : "",
1417       "deprecated" : "",
1418       "since" : "",
1419       "see" : "",
1420       "params" : [
1421         {
1422           "name" : "eventName",
1423           "type" : "String",
1424           "desc" : "The type of event to listen for",
1425           "isOptional" : false
1426         },
1427         {
1428           "name" : "handler",
1429           "type" : "Function",
1430           "desc" : "The method the event invokes",
1431           "isOptional" : false
1432         },
1433         {
1434           "name" : "scope",
1435           "type" : "Object",
1436           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
1437           "isOptional" : false
1438         },
1439         {
1440           "name" : "options",
1441           "type" : "Object",
1442           "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>",
1443           "isOptional" : false
1444         }
1445       ],
1446       "returns" : [
1447       ]
1448     }
1449   ],
1450   "events" : [
1451     {
1452       "name" : "click",
1453       "desc" : "Fires when the element is click.",
1454       "memberOf" : "Roo.bootstrap.RadioSet",
1455       "example" : "",
1456       "deprecated" : "",
1457       "since" : "",
1458       "see" : "",
1459       "params" : [
1460         {
1461           "name" : "this",
1462           "type" : "Roo.bootstrap.RadioSet",
1463           "desc" : "This radio set",
1464           "isOptional" : false
1465         },
1466         {
1467           "name" : "item",
1468           "type" : "Roo.bootstrap.Radio",
1469           "desc" : "The checked item",
1470           "isOptional" : false
1471         },
1472         {
1473           "name" : "e",
1474           "type" : "Roo.EventObject",
1475           "desc" : "The event object",
1476           "isOptional" : false
1477         }
1478       ],
1479       "returns" : [
1480       ]
1481     },
1482     {
1483       "name" : "check",
1484       "desc" : "Fires when the element is checked or unchecked.",
1485       "memberOf" : "Roo.bootstrap.RadioSet",
1486       "example" : "",
1487       "deprecated" : "",
1488       "since" : "",
1489       "see" : "",
1490       "params" : [
1491         {
1492           "name" : "this",
1493           "type" : "Roo.bootstrap.RadioSet",
1494           "desc" : "This radio",
1495           "isOptional" : false
1496         },
1497         {
1498           "name" : "item",
1499           "type" : "Roo.bootstrap.Radio",
1500           "desc" : "The checked item",
1501           "isOptional" : false
1502         }
1503       ],
1504       "returns" : [
1505       ]
1506     },
1507     {
1508       "name" : "change",
1509       "desc" : "Fires just before the field blurs if the field value has changed.",
1510       "memberOf" : "Roo.bootstrap.Input",
1511       "example" : "",
1512       "deprecated" : "",
1513       "since" : "",
1514       "see" : "",
1515       "params" : [
1516         {
1517           "name" : "this",
1518           "type" : "Roo.form.Field",
1519           "desc" : "",
1520           "isOptional" : false
1521         },
1522         {
1523           "name" : "newValue",
1524           "type" : "Mixed",
1525           "desc" : "The new value",
1526           "isOptional" : false
1527         },
1528         {
1529           "name" : "oldValue",
1530           "type" : "Mixed",
1531           "desc" : "The original value",
1532           "isOptional" : false
1533         }
1534       ],
1535       "returns" : [
1536       ]
1537     },
1538     {
1539       "name" : "invalid",
1540       "desc" : "Fires after the field has been marked as invalid.",
1541       "memberOf" : "Roo.bootstrap.Input",
1542       "example" : "",
1543       "deprecated" : "",
1544       "since" : "",
1545       "see" : "",
1546       "params" : [
1547         {
1548           "name" : "this",
1549           "type" : "Roo.form.Field",
1550           "desc" : "",
1551           "isOptional" : false
1552         },
1553         {
1554           "name" : "msg",
1555           "type" : "String",
1556           "desc" : "The validation message",
1557           "isOptional" : false
1558         }
1559       ],
1560       "returns" : [
1561       ]
1562     },
1563     {
1564       "name" : "valid",
1565       "desc" : "Fires after the field has been validated with no errors.",
1566       "memberOf" : "Roo.bootstrap.Input",
1567       "example" : "",
1568       "deprecated" : "",
1569       "since" : "",
1570       "see" : "",
1571       "params" : [
1572         {
1573           "name" : "this",
1574           "type" : "Roo.form.Field",
1575           "desc" : "",
1576           "isOptional" : false
1577         }
1578       ],
1579       "returns" : [
1580       ]
1581     },
1582     {
1583       "name" : "blur",
1584       "desc" : "Fires when this field loses input focus.",
1585       "memberOf" : "Roo.bootstrap.Input",
1586       "example" : "",
1587       "deprecated" : "",
1588       "since" : "",
1589       "see" : "",
1590       "params" : [
1591         {
1592           "name" : "this",
1593           "type" : "Roo.form.Field",
1594           "desc" : "",
1595           "isOptional" : false
1596         }
1597       ],
1598       "returns" : [
1599       ]
1600     },
1601     {
1602       "name" : "specialkey",
1603       "desc" : "Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.  You can check\n{@link Roo.EventObject#getKey} to determine which key was pressed.",
1604       "memberOf" : "Roo.bootstrap.Input",
1605       "example" : "",
1606       "deprecated" : "",
1607       "since" : "",
1608       "see" : "",
1609       "params" : [
1610         {
1611           "name" : "this",
1612           "type" : "Roo.form.Field",
1613           "desc" : "",
1614           "isOptional" : false
1615         },
1616         {
1617           "name" : "e",
1618           "type" : "Roo.EventObject",
1619           "desc" : "The event object",
1620           "isOptional" : false
1621         }
1622       ],
1623       "returns" : [
1624       ]
1625     },
1626     {
1627       "name" : "focus",
1628       "desc" : "Fires when this field receives input focus.",
1629       "memberOf" : "Roo.bootstrap.Input",
1630       "example" : "",
1631       "deprecated" : "",
1632       "since" : "",
1633       "see" : "",
1634       "params" : [
1635         {
1636           "name" : "this",
1637           "type" : "Roo.form.Field",
1638           "desc" : "",
1639           "isOptional" : false
1640         }
1641       ],
1642       "returns" : [
1643       ]
1644     },
1645     {
1646       "name" : "keyup",
1647       "desc" : "Fires after the key up",
1648       "memberOf" : "Roo.bootstrap.Input",
1649       "example" : "",
1650       "deprecated" : "",
1651       "since" : "",
1652       "see" : "",
1653       "params" : [
1654         {
1655           "name" : "this",
1656           "type" : "Roo.form.Field",
1657           "desc" : "",
1658           "isOptional" : false
1659         },
1660         {
1661           "name" : "e",
1662           "type" : "Roo.EventObject",
1663           "desc" : "The event Object",
1664           "isOptional" : false
1665         }
1666       ],
1667       "returns" : [
1668       ]
1669     },
1670     {
1671       "name" : "childrenrendered",
1672       "desc" : "Fires when the children have been rendered..",
1673       "memberOf" : "Roo.bootstrap.Component",
1674       "example" : "",
1675       "deprecated" : "",
1676       "since" : "",
1677       "see" : "",
1678       "params" : [
1679         {
1680           "name" : "this",
1681           "type" : "Roo.bootstrap.Component",
1682           "desc" : "",
1683           "isOptional" : false
1684         }
1685       ],
1686       "returns" : [
1687       ]
1688     },
1689     {
1690       "name" : "beforerender",
1691       "desc" : "Fires before the component is rendered. Return false to stop the render.",
1692       "memberOf" : "Roo.Component",
1693       "example" : "",
1694       "deprecated" : "",
1695       "since" : "",
1696       "see" : "",
1697       "params" : [
1698         {
1699           "name" : "this",
1700           "type" : "Roo.Component",
1701           "desc" : "",
1702           "isOptional" : false
1703         }
1704       ],
1705       "returns" : [
1706       ]
1707     },
1708     {
1709       "name" : "disable",
1710       "desc" : "Fires after the component is disabled.",
1711       "memberOf" : "Roo.Component",
1712       "example" : "",
1713       "deprecated" : "",
1714       "since" : "",
1715       "see" : "",
1716       "params" : [
1717         {
1718           "name" : "this",
1719           "type" : "Roo.Component",
1720           "desc" : "",
1721           "isOptional" : false
1722         }
1723       ],
1724       "returns" : [
1725       ]
1726     },
1727     {
1728       "name" : "render",
1729       "desc" : "Fires after the component is rendered.",
1730       "memberOf" : "Roo.Component",
1731       "example" : "",
1732       "deprecated" : "",
1733       "since" : "",
1734       "see" : "",
1735       "params" : [
1736         {
1737           "name" : "this",
1738           "type" : "Roo.Component",
1739           "desc" : "",
1740           "isOptional" : false
1741         }
1742       ],
1743       "returns" : [
1744       ]
1745     },
1746     {
1747       "name" : "destroy",
1748       "desc" : "Fires after the component is destroyed.",
1749       "memberOf" : "Roo.Component",
1750       "example" : "",
1751       "deprecated" : "",
1752       "since" : "",
1753       "see" : "",
1754       "params" : [
1755         {
1756           "name" : "this",
1757           "type" : "Roo.Component",
1758           "desc" : "",
1759           "isOptional" : false
1760         }
1761       ],
1762       "returns" : [
1763       ]
1764     },
1765     {
1766       "name" : "hide",
1767       "desc" : "Fires after the component is hidden.",
1768       "memberOf" : "Roo.Component",
1769       "example" : "",
1770       "deprecated" : "",
1771       "since" : "",
1772       "see" : "",
1773       "params" : [
1774         {
1775           "name" : "this",
1776           "type" : "Roo.Component",
1777           "desc" : "",
1778           "isOptional" : false
1779         }
1780       ],
1781       "returns" : [
1782       ]
1783     },
1784     {
1785       "name" : "beforehide",
1786       "desc" : "Fires before the component is hidden. Return false to stop the hide.",
1787       "memberOf" : "Roo.Component",
1788       "example" : "",
1789       "deprecated" : "",
1790       "since" : "",
1791       "see" : "",
1792       "params" : [
1793         {
1794           "name" : "this",
1795           "type" : "Roo.Component",
1796           "desc" : "",
1797           "isOptional" : false
1798         }
1799       ],
1800       "returns" : [
1801       ]
1802     },
1803     {
1804       "name" : "show",
1805       "desc" : "Fires after the component is shown.",
1806       "memberOf" : "Roo.Component",
1807       "example" : "",
1808       "deprecated" : "",
1809       "since" : "",
1810       "see" : "",
1811       "params" : [
1812         {
1813           "name" : "this",
1814           "type" : "Roo.Component",
1815           "desc" : "",
1816           "isOptional" : false
1817         }
1818       ],
1819       "returns" : [
1820       ]
1821     },
1822     {
1823       "name" : "beforeshow",
1824       "desc" : "Fires before the component is shown.  Return false to stop the show.",
1825       "memberOf" : "Roo.Component",
1826       "example" : "",
1827       "deprecated" : "",
1828       "since" : "",
1829       "see" : "",
1830       "params" : [
1831         {
1832           "name" : "this",
1833           "type" : "Roo.Component",
1834           "desc" : "",
1835           "isOptional" : false
1836         }
1837       ],
1838       "returns" : [
1839       ]
1840     },
1841     {
1842       "name" : "enable",
1843       "desc" : "Fires after the component is enabled.",
1844       "memberOf" : "Roo.Component",
1845       "example" : "",
1846       "deprecated" : "",
1847       "since" : "",
1848       "see" : "",
1849       "params" : [
1850         {
1851           "name" : "this",
1852           "type" : "Roo.Component",
1853           "desc" : "",
1854           "isOptional" : false
1855         }
1856       ],
1857       "returns" : [
1858       ]
1859     },
1860     {
1861       "name" : "beforedestroy",
1862       "desc" : "Fires before the component is destroyed. Return false to stop the destroy.",
1863       "memberOf" : "Roo.Component",
1864       "example" : "",
1865       "deprecated" : "",
1866       "since" : "",
1867       "see" : "",
1868       "params" : [
1869         {
1870           "name" : "this",
1871           "type" : "Roo.Component",
1872           "desc" : "",
1873           "isOptional" : false
1874         }
1875       ],
1876       "returns" : [
1877       ]
1878     }
1879   ]
1880 }