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