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