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