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