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