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