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