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