d9c229a293a2dc0905fe17473674fe3f6a99cc2e
[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" : "autoCreate",
307       "type" : "String/Object",
308       "desc" : "A DomHelper element spec, or true for a default element spec (defaults to\n{tag: \"input\", type: \"text\", size: \"10\", autocomplete: \"off\"})",
309       "memberOf" : "Roo.form.MonthField",
310       "values" : [
311       ]
312     },
313     {
314       "name" : "maskRe",
315       "type" : "String",
316       "desc" : "An input mask regular expression that will be used to filter keystrokes that don't match (defaults to null)",
317       "memberOf" : "Roo.form.TextField",
318       "values" : [
319       ]
320     },
321     {
322       "name" : "vtype",
323       "type" : "String",
324       "desc" : "A validation type name as defined in {@link Roo.form.VTypes} (defaults to null)",
325       "memberOf" : "Roo.form.TextField",
326       "values" : [
327       ]
328     },
329     {
330       "name" : "invalidClass",
331       "type" : "String",
332       "desc" : "The CSS class to use when marking a field invalid (defaults to \"x-form-invalid\")",
333       "memberOf" : "Roo.form.Field",
334       "values" : [
335       ]
336     },
337     {
338       "name" : "validationEvent",
339       "type" : "String/Boolean",
340       "desc" : "The event that should initiate field validation. Set to false to disable\n      automatic validation (defaults to \"keyup\").",
341       "memberOf" : "Roo.form.Field",
342       "values" : [
343       ]
344     },
345     {
346       "name" : "fieldLabel",
347       "type" : "String",
348       "desc" : "Label to use when rendering a form.",
349       "memberOf" : "Roo.form.Field",
350       "values" : [
351       ]
352     },
353     {
354       "name" : "blankText",
355       "type" : "String",
356       "desc" : "Error text to display if the allow blank validation fails (defaults to \"This field is required\")",
357       "memberOf" : "Roo.form.TextField",
358       "values" : [
359       ]
360     },
361     {
362       "name" : "selectOnFocus",
363       "type" : "Boolean",
364       "desc" : "True to automatically select any existing field text when the field receives input focus (defaults to false)",
365       "memberOf" : "Roo.form.TextField",
366       "values" : [
367       ]
368     },
369     {
370       "name" : "validationDelay",
371       "type" : "Number",
372       "desc" : "The length of time in milliseconds after user input begins until validation is initiated (defaults to 250)",
373       "memberOf" : "Roo.form.Field",
374       "values" : [
375       ]
376     },
377     {
378       "name" : "disableClass",
379       "type" : "String",
380       "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").",
381       "memberOf" : "Roo.Component",
382       "values" : [
383       ]
384     },
385     {
386       "name" : "tabIndex",
387       "type" : "Number",
388       "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).",
389       "memberOf" : "Roo.form.Field",
390       "values" : [
391       ]
392     },
393     {
394       "name" : "format",
395       "type" : "String",
396       "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').",
397       "memberOf" : "Roo.form.MonthField",
398       "values" : [
399       ]
400     },
401     {
402       "name" : "maxTextf",
403       "type" : "String",
404       "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}').",
405       "memberOf" : "Roo.form.MonthField",
406       "values" : [
407       ]
408     },
409     {
410       "name" : "regex",
411       "type" : "RegExp",
412       "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}.",
413       "memberOf" : "Roo.form.TextField",
414       "values" : [
415       ]
416     },
417     {
418       "name" : "minLength",
419       "type" : "Number",
420       "desc" : "Minimum input field length required (defaults to 0)",
421       "memberOf" : "Roo.form.TextField",
422       "values" : [
423       ]
424     },
425     {
426       "name" : "allowBlank",
427       "type" : "Boolean",
428       "desc" : "False to validate that the value length > 0 (defaults to true)",
429       "memberOf" : "Roo.form.TextField",
430       "values" : [
431       ]
432     },
433     {
434       "name" : "qtip",
435       "type" : "String",
436       "desc" : "Mouse over tip",
437       "memberOf" : "Roo.form.Field",
438       "values" : [
439       ]
440     },
441     {
442       "name" : "maxLength",
443       "type" : "Number",
444       "desc" : "Maximum input field length allowed (defaults to Number.MAX_VALUE)",
445       "memberOf" : "Roo.form.TextField",
446       "values" : [
447       ]
448     },
449     {
450       "name" : "invalidText",
451       "type" : "String",
452       "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}').",
453       "memberOf" : "Roo.form.MonthField",
454       "values" : [
455       ]
456     }
457   ],
458   "methods" : [
459     {
460       "name" : "getValue",
461       "desc" : "Returns the current date value of the date field.",
462       "isStatic" : false,
463       "isConstructor" : false,
464       "isPrivate" : false,
465       "memberOf" : "Roo.form.MonthField",
466       "example" : "",
467       "deprecated" : "",
468       "since" : "",
469       "see" : "",
470       "params" : [
471       ],
472       "returns" : [
473         {
474           "name" : "",
475           "type" : "Date",
476           "desc" : "The date value"
477         }
478       ]
479     },
480     {
481       "name" : "setValue",
482       "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>",
483       "isStatic" : false,
484       "isConstructor" : false,
485       "isPrivate" : false,
486       "memberOf" : "Roo.form.MonthField",
487       "example" : "",
488       "deprecated" : "",
489       "since" : "",
490       "see" : "",
491       "params" : [
492         {
493           "name" : "date",
494           "type" : "String/Date",
495           "desc" : "The date or valid date string",
496           "isOptional" : false
497         }
498       ],
499       "returns" : [
500       ]
501     },
502     {
503       "name" : "onTriggerClick",
504       "desc" : "The function that should handle the trigger's click event.  This method does nothing by default until overridden\nby an implementing function.",
505       "isStatic" : false,
506       "isConstructor" : false,
507       "isPrivate" : false,
508       "memberOf" : "Roo.form.TriggerField",
509       "example" : "",
510       "deprecated" : "",
511       "since" : "",
512       "see" : "",
513       "params" : [
514         {
515           "name" : "e",
516           "type" : "EventObject",
517           "desc" : "",
518           "isOptional" : false
519         }
520       ],
521       "returns" : [
522       ]
523     },
524     {
525       "name" : "autoSize",
526       "desc" : "",
527       "isStatic" : false,
528       "isConstructor" : false,
529       "isPrivate" : false,
530       "memberOf" : "Roo.form.TriggerField",
531       "example" : "",
532       "deprecated" : "",
533       "since" : "",
534       "see" : "",
535       "params" : [
536       ],
537       "returns" : [
538       ]
539     },
540     {
541       "name" : "selectText",
542       "desc" : "Selects text in this field",
543       "isStatic" : false,
544       "isConstructor" : false,
545       "isPrivate" : false,
546       "memberOf" : "Roo.form.TextField",
547       "example" : "",
548       "deprecated" : "",
549       "since" : "",
550       "see" : "",
551       "params" : [
552         {
553           "name" : "start",
554           "type" : "Number",
555           "desc" : "(optional) The index where the selection should start (defaults to 0)",
556           "isOptional" : false
557         },
558         {
559           "name" : "end",
560           "type" : "Number",
561           "desc" : "(optional) The index where the selection should end (defaults to the text length)",
562           "isOptional" : false
563         }
564       ],
565       "returns" : [
566       ]
567     },
568     {
569       "name" : "validateValue",
570       "desc" : "Validates a value according to the field's validation rules and marks the field as invalid\nif the validation fails",
571       "isStatic" : false,
572       "isConstructor" : false,
573       "isPrivate" : false,
574       "memberOf" : "Roo.form.TextField",
575       "example" : "",
576       "deprecated" : "",
577       "since" : "",
578       "see" : "",
579       "params" : [
580         {
581           "name" : "value",
582           "type" : "Mixed",
583           "desc" : "The value to validate",
584           "isOptional" : false
585         }
586       ],
587       "returns" : [
588         {
589           "name" : "",
590           "type" : "Boolean",
591           "desc" : "True if the value is valid, else false"
592         }
593       ]
594     },
595     {
596       "name" : "reset",
597       "desc" : "Resets the current field value to the originally-loaded value and clears any validation messages.",
598       "isStatic" : false,
599       "isConstructor" : false,
600       "isPrivate" : false,
601       "memberOf" : "Roo.form.TextField",
602       "example" : "",
603       "deprecated" : "",
604       "since" : "",
605       "see" : "",
606       "params" : [
607       ],
608       "returns" : [
609       ]
610     },
611     {
612       "name" : "validate",
613       "desc" : "Validates the field value",
614       "isStatic" : false,
615       "isConstructor" : false,
616       "isPrivate" : false,
617       "memberOf" : "Roo.form.Field",
618       "example" : "",
619       "deprecated" : "",
620       "since" : "",
621       "see" : "",
622       "params" : [
623       ],
624       "returns" : [
625         {
626           "name" : "",
627           "type" : "Boolean",
628           "desc" : "True if the value is valid, else false"
629         }
630       ]
631     },
632     {
633       "name" : "getName",
634       "desc" : "Returns the name attribute of the field if available",
635       "isStatic" : false,
636       "isConstructor" : false,
637       "isPrivate" : false,
638       "memberOf" : "Roo.form.Field",
639       "example" : "",
640       "deprecated" : "",
641       "since" : "",
642       "see" : "",
643       "params" : [
644       ],
645       "returns" : [
646         {
647           "name" : "",
648           "type" : "String",
649           "desc" : "name The field name"
650         }
651       ]
652     },
653     {
654       "name" : "markInvalid",
655       "desc" : "Mark this field as invalid",
656       "isStatic" : false,
657       "isConstructor" : false,
658       "isPrivate" : false,
659       "memberOf" : "Roo.form.Field",
660       "example" : "",
661       "deprecated" : "",
662       "since" : "",
663       "see" : "",
664       "params" : [
665         {
666           "name" : "msg",
667           "type" : "String",
668           "desc" : "The validation message",
669           "isOptional" : false
670         }
671       ],
672       "returns" : [
673       ]
674     },
675     {
676       "name" : "getRawValue",
677       "desc" : "Returns the raw data value which may or may not be a valid, defined value.  To return a normalized value see {@link #getValue}.",
678       "isStatic" : false,
679       "isConstructor" : false,
680       "isPrivate" : false,
681       "memberOf" : "Roo.form.Field",
682       "example" : "",
683       "deprecated" : "",
684       "since" : "",
685       "see" : "",
686       "params" : [
687       ],
688       "returns" : [
689         {
690           "name" : "",
691           "type" : "Mixed",
692           "desc" : "value The field value"
693         }
694       ]
695     },
696     {
697       "name" : "applyTo",
698       "desc" : "Apply the behaviors of this component to an existing element. <b>This is used instead of render().</b>",
699       "isStatic" : false,
700       "isConstructor" : false,
701       "isPrivate" : false,
702       "memberOf" : "Roo.form.Field",
703       "example" : "",
704       "deprecated" : "",
705       "since" : "",
706       "see" : "",
707       "params" : [
708         {
709           "name" : "el",
710           "type" : "String/HTMLElement/Element",
711           "desc" : "The id of the node, a DOM node or an existing Element",
712           "isOptional" : false
713         }
714       ],
715       "returns" : [
716         {
717           "name" : "",
718           "type" : "Roo.form.Field",
719           "desc" : "this"
720         }
721       ]
722     },
723     {
724       "name" : "resetHasChanged",
725       "desc" : "stores the current value in loadedValue",
726       "isStatic" : false,
727       "isConstructor" : false,
728       "isPrivate" : false,
729       "memberOf" : "Roo.form.Field",
730       "example" : "",
731       "deprecated" : "",
732       "since" : "",
733       "see" : "",
734       "params" : [
735       ],
736       "returns" : [
737       ]
738     },
739     {
740       "name" : "isDirty",
741       "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.",
742       "isStatic" : false,
743       "isConstructor" : false,
744       "isPrivate" : false,
745       "memberOf" : "Roo.form.Field",
746       "example" : "",
747       "deprecated" : "",
748       "since" : "",
749       "see" : "",
750       "params" : [
751       ],
752       "returns" : [
753       ]
754     },
755     {
756       "name" : "setRawValue",
757       "desc" : "Sets the underlying DOM field's value directly, bypassing validation.  To set the value with validation see {@link #setValue}.",
758       "isStatic" : false,
759       "isConstructor" : false,
760       "isPrivate" : false,
761       "memberOf" : "Roo.form.Field",
762       "example" : "",
763       "deprecated" : "",
764       "since" : "",
765       "see" : "",
766       "params" : [
767         {
768           "name" : "value",
769           "type" : "Mixed",
770           "desc" : "The value to set",
771           "isOptional" : false
772         }
773       ],
774       "returns" : [
775       ]
776     },
777     {
778       "name" : "clearInvalid",
779       "desc" : "Clear any invalid styles/messages for this field",
780       "isStatic" : false,
781       "isConstructor" : false,
782       "isPrivate" : false,
783       "memberOf" : "Roo.form.Field",
784       "example" : "",
785       "deprecated" : "",
786       "since" : "",
787       "see" : "",
788       "params" : [
789       ],
790       "returns" : [
791       ]
792     },
793     {
794       "name" : "isValid",
795       "desc" : "Returns whether or not the field value is currently valid",
796       "isStatic" : false,
797       "isConstructor" : false,
798       "isPrivate" : false,
799       "memberOf" : "Roo.form.Field",
800       "example" : "",
801       "deprecated" : "",
802       "since" : "",
803       "see" : "",
804       "params" : [
805         {
806           "name" : "preventMark",
807           "type" : "Boolean",
808           "desc" : "True to disable marking the field invalid",
809           "isOptional" : false
810         }
811       ],
812       "returns" : [
813         {
814           "name" : "",
815           "type" : "Boolean",
816           "desc" : "True if the value is valid, else false"
817         }
818       ]
819     },
820     {
821       "name" : "hasChanged",
822       "desc" : "checks the current value against the 'loaded' value.\nNote - will return false if 'resetHasChanged' has not been called first.",
823       "isStatic" : false,
824       "isConstructor" : false,
825       "isPrivate" : false,
826       "memberOf" : "Roo.form.Field",
827       "example" : "",
828       "deprecated" : "",
829       "since" : "",
830       "see" : "",
831       "params" : [
832       ],
833       "returns" : [
834       ]
835     },
836     {
837       "name" : "updateBox",
838       "desc" : "Sets the current box measurements of the component's underlying element.",
839       "isStatic" : false,
840       "isConstructor" : false,
841       "isPrivate" : false,
842       "memberOf" : "Roo.BoxComponent",
843       "example" : "",
844       "deprecated" : "",
845       "since" : "",
846       "see" : "",
847       "params" : [
848         {
849           "name" : "box",
850           "type" : "Object",
851           "desc" : "An object in the format {x, y, width, height}",
852           "isOptional" : false
853         }
854       ],
855       "returns" : [
856       ]
857     },
858     {
859       "name" : "setPagePosition",
860       "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.",
861       "isStatic" : false,
862       "isConstructor" : false,
863       "isPrivate" : false,
864       "memberOf" : "Roo.BoxComponent",
865       "example" : "",
866       "deprecated" : "",
867       "since" : "",
868       "see" : "",
869       "params" : [
870         {
871           "name" : "x",
872           "type" : "Number",
873           "desc" : "The new x position",
874           "isOptional" : false
875         },
876         {
877           "name" : "y",
878           "type" : "Number",
879           "desc" : "The new y position",
880           "isOptional" : false
881         }
882       ],
883       "returns" : [
884       ]
885     },
886     {
887       "name" : "syncSize",
888       "desc" : "Force the component's size to recalculate based on the underlying element's current height and width.",
889       "isStatic" : false,
890       "isConstructor" : false,
891       "isPrivate" : false,
892       "memberOf" : "Roo.BoxComponent",
893       "example" : "",
894       "deprecated" : "",
895       "since" : "",
896       "see" : "",
897       "params" : [
898       ],
899       "returns" : [
900       ]
901     },
902     {
903       "name" : "setSize",
904       "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}.",
905       "isStatic" : false,
906       "isConstructor" : false,
907       "isPrivate" : false,
908       "memberOf" : "Roo.BoxComponent",
909       "example" : "",
910       "deprecated" : "",
911       "since" : "",
912       "see" : "",
913       "params" : [
914         {
915           "name" : "width",
916           "type" : "Number/Object",
917           "desc" : "The new width to set, or a size object in the format {width, height}",
918           "isOptional" : false
919         },
920         {
921           "name" : "height",
922           "type" : "Number",
923           "desc" : "The new height to set (not required if a size object is passed as the first arg)",
924           "isOptional" : false
925         }
926       ],
927       "returns" : [
928         {
929           "name" : "",
930           "type" : "Roo.BoxComponent",
931           "desc" : "this"
932         }
933       ]
934     },
935     {
936       "name" : "getPosition",
937       "desc" : "Gets the current XY position of the component's underlying element.",
938       "isStatic" : false,
939       "isConstructor" : false,
940       "isPrivate" : false,
941       "memberOf" : "Roo.BoxComponent",
942       "example" : "",
943       "deprecated" : "",
944       "since" : "",
945       "see" : "",
946       "params" : [
947         {
948           "name" : "local",
949           "type" : "Boolean",
950           "desc" : "(optional) If true the element's left and top are returned instead of page XY (defaults to false)",
951           "isOptional" : false
952         }
953       ],
954       "returns" : [
955         {
956           "name" : "",
957           "type" : "Array",
958           "desc" : "The XY position of the element (e.g., [100, 200])"
959         }
960       ]
961     },
962     {
963       "name" : "onResize",
964       "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.",
965       "isStatic" : false,
966       "isConstructor" : false,
967       "isPrivate" : false,
968       "memberOf" : "Roo.BoxComponent",
969       "example" : "",
970       "deprecated" : "",
971       "since" : "",
972       "see" : "",
973       "params" : [
974         {
975           "name" : "adjWidth",
976           "type" : "Number",
977           "desc" : "The box-adjusted width that was set",
978           "isOptional" : false
979         },
980         {
981           "name" : "adjHeight",
982           "type" : "Number",
983           "desc" : "The box-adjusted height that was set",
984           "isOptional" : false
985         },
986         {
987           "name" : "rawWidth",
988           "type" : "Number",
989           "desc" : "The width that was originally specified",
990           "isOptional" : false
991         },
992         {
993           "name" : "rawHeight",
994           "type" : "Number",
995           "desc" : "The height that was originally specified",
996           "isOptional" : false
997         }
998       ],
999       "returns" : [
1000       ]
1001     },
1002     {
1003       "name" : "getBox",
1004       "desc" : "Gets the current box measurements of the component's underlying element.",
1005       "isStatic" : false,
1006       "isConstructor" : false,
1007       "isPrivate" : false,
1008       "memberOf" : "Roo.BoxComponent",
1009       "example" : "",
1010       "deprecated" : "",
1011       "since" : "",
1012       "see" : "",
1013       "params" : [
1014         {
1015           "name" : "local",
1016           "type" : "Boolean",
1017           "desc" : "(optional) If true the element's left and top are returned instead of page XY (defaults to false)",
1018           "isOptional" : false
1019         }
1020       ],
1021       "returns" : [
1022       ]
1023     },
1024     {
1025       "name" : "getSize",
1026       "desc" : "Gets the current size of the component's underlying element.",
1027       "isStatic" : false,
1028       "isConstructor" : false,
1029       "isPrivate" : false,
1030       "memberOf" : "Roo.BoxComponent",
1031       "example" : "",
1032       "deprecated" : "",
1033       "since" : "",
1034       "see" : "",
1035       "params" : [
1036       ],
1037       "returns" : [
1038         {
1039           "name" : "",
1040           "type" : "Object",
1041           "desc" : "An object containing the element's size {width: (element width), height: (element height)}"
1042         }
1043       ]
1044     },
1045     {
1046       "name" : "onPosition",
1047       "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.",
1048       "isStatic" : false,
1049       "isConstructor" : false,
1050       "isPrivate" : false,
1051       "memberOf" : "Roo.BoxComponent",
1052       "example" : "",
1053       "deprecated" : "",
1054       "since" : "",
1055       "see" : "",
1056       "params" : [
1057         {
1058           "name" : "x",
1059           "type" : "Number",
1060           "desc" : "The new x position",
1061           "isOptional" : false
1062         },
1063         {
1064           "name" : "y",
1065           "type" : "Number",
1066           "desc" : "The new y position",
1067           "isOptional" : false
1068         }
1069       ],
1070       "returns" : [
1071       ]
1072     },
1073     {
1074       "name" : "setPosition",
1075       "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.",
1076       "isStatic" : false,
1077       "isConstructor" : false,
1078       "isPrivate" : false,
1079       "memberOf" : "Roo.BoxComponent",
1080       "example" : "",
1081       "deprecated" : "",
1082       "since" : "",
1083       "see" : "",
1084       "params" : [
1085         {
1086           "name" : "left",
1087           "type" : "Number",
1088           "desc" : "The new left",
1089           "isOptional" : false
1090         },
1091         {
1092           "name" : "top",
1093           "type" : "Number",
1094           "desc" : "The new top",
1095           "isOptional" : false
1096         }
1097       ],
1098       "returns" : [
1099       ]
1100     },
1101     {
1102       "name" : "getId",
1103       "desc" : "Returns the id of this component.",
1104       "isStatic" : false,
1105       "isConstructor" : false,
1106       "isPrivate" : false,
1107       "memberOf" : "Roo.Component",
1108       "example" : "",
1109       "deprecated" : "",
1110       "since" : "",
1111       "see" : "",
1112       "params" : [
1113       ],
1114       "returns" : [
1115         {
1116           "name" : "",
1117           "type" : "String",
1118           "desc" : ""
1119         }
1120       ]
1121     },
1122     {
1123       "name" : "render",
1124       "desc" : "If this is a lazy rendering component, render it to its container element.",
1125       "isStatic" : false,
1126       "isConstructor" : false,
1127       "isPrivate" : false,
1128       "memberOf" : "Roo.Component",
1129       "example" : "",
1130       "deprecated" : "",
1131       "since" : "",
1132       "see" : "",
1133       "params" : [
1134         {
1135           "name" : "container",
1136           "type" : "String/HTMLElement/Element",
1137           "desc" : "(optional) The element this component should be rendered into. If it is being applied to existing markup, this should be left off.",
1138           "isOptional" : false
1139         }
1140       ],
1141       "returns" : [
1142       ]
1143     },
1144     {
1145       "name" : "destroy",
1146       "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}.",
1147       "isStatic" : false,
1148       "isConstructor" : false,
1149       "isPrivate" : false,
1150       "memberOf" : "Roo.Component",
1151       "example" : "",
1152       "deprecated" : "",
1153       "since" : "",
1154       "see" : "",
1155       "params" : [
1156       ],
1157       "returns" : [
1158       ]
1159     },
1160     {
1161       "name" : "isVisible",
1162       "desc" : "Returns true if this component is visible.",
1163       "isStatic" : false,
1164       "isConstructor" : false,
1165       "isPrivate" : false,
1166       "memberOf" : "Roo.Component",
1167       "example" : "",
1168       "deprecated" : "",
1169       "since" : "",
1170       "see" : "",
1171       "params" : [
1172       ],
1173       "returns" : [
1174       ]
1175     },
1176     {
1177       "name" : "setDisabled",
1178       "desc" : "Convenience function for setting disabled/enabled by boolean.",
1179       "isStatic" : false,
1180       "isConstructor" : false,
1181       "isPrivate" : false,
1182       "memberOf" : "Roo.Component",
1183       "example" : "",
1184       "deprecated" : "",
1185       "since" : "",
1186       "see" : "",
1187       "params" : [
1188         {
1189           "name" : "disabled",
1190           "type" : "Boolean",
1191           "desc" : "",
1192           "isOptional" : false
1193         }
1194       ],
1195       "returns" : [
1196       ]
1197     },
1198     {
1199       "name" : "hide",
1200       "desc" : "Hide this component.",
1201       "isStatic" : false,
1202       "isConstructor" : false,
1203       "isPrivate" : false,
1204       "memberOf" : "Roo.Component",
1205       "example" : "",
1206       "deprecated" : "",
1207       "since" : "",
1208       "see" : "",
1209       "params" : [
1210       ],
1211       "returns" : [
1212         {
1213           "name" : "",
1214           "type" : "Roo.Component",
1215           "desc" : "this"
1216         }
1217       ]
1218     },
1219     {
1220       "name" : "focus",
1221       "desc" : "Try to focus this component.",
1222       "isStatic" : false,
1223       "isConstructor" : false,
1224       "isPrivate" : false,
1225       "memberOf" : "Roo.Component",
1226       "example" : "",
1227       "deprecated" : "",
1228       "since" : "",
1229       "see" : "",
1230       "params" : [
1231         {
1232           "name" : "selectText",
1233           "type" : "Boolean",
1234           "desc" : "True to also select the text in this component (if applicable)",
1235           "isOptional" : false
1236         }
1237       ],
1238       "returns" : [
1239         {
1240           "name" : "",
1241           "type" : "Roo.Component",
1242           "desc" : "this"
1243         }
1244       ]
1245     },
1246     {
1247       "name" : "show",
1248       "desc" : "Show this component.",
1249       "isStatic" : false,
1250       "isConstructor" : false,
1251       "isPrivate" : false,
1252       "memberOf" : "Roo.Component",
1253       "example" : "",
1254       "deprecated" : "",
1255       "since" : "",
1256       "see" : "",
1257       "params" : [
1258       ],
1259       "returns" : [
1260         {
1261           "name" : "",
1262           "type" : "Roo.Component",
1263           "desc" : "this"
1264         }
1265       ]
1266     },
1267     {
1268       "name" : "enable",
1269       "desc" : "Enable this component.",
1270       "isStatic" : false,
1271       "isConstructor" : false,
1272       "isPrivate" : false,
1273       "memberOf" : "Roo.Component",
1274       "example" : "",
1275       "deprecated" : "",
1276       "since" : "",
1277       "see" : "",
1278       "params" : [
1279       ],
1280       "returns" : [
1281         {
1282           "name" : "",
1283           "type" : "Roo.Component",
1284           "desc" : "this"
1285         }
1286       ]
1287     },
1288     {
1289       "name" : "setVisible",
1290       "desc" : "Convenience function to hide or show this component by boolean.",
1291       "isStatic" : false,
1292       "isConstructor" : false,
1293       "isPrivate" : false,
1294       "memberOf" : "Roo.Component",
1295       "example" : "",
1296       "deprecated" : "",
1297       "since" : "",
1298       "see" : "",
1299       "params" : [
1300         {
1301           "name" : "visible",
1302           "type" : "Boolean",
1303           "desc" : "True to show, false to hide",
1304           "isOptional" : false
1305         }
1306       ],
1307       "returns" : [
1308         {
1309           "name" : "",
1310           "type" : "Roo.Component",
1311           "desc" : "this"
1312         }
1313       ]
1314     },
1315     {
1316       "name" : "disable",
1317       "desc" : "Disable this component.",
1318       "isStatic" : false,
1319       "isConstructor" : false,
1320       "isPrivate" : false,
1321       "memberOf" : "Roo.Component",
1322       "example" : "",
1323       "deprecated" : "",
1324       "since" : "",
1325       "see" : "",
1326       "params" : [
1327       ],
1328       "returns" : [
1329         {
1330           "name" : "",
1331           "type" : "Roo.Component",
1332           "desc" : "this"
1333         }
1334       ]
1335     },
1336     {
1337       "name" : "getEl",
1338       "desc" : "Returns the underlying {@link Roo.Element}.",
1339       "isStatic" : false,
1340       "isConstructor" : false,
1341       "isPrivate" : false,
1342       "memberOf" : "Roo.Component",
1343       "example" : "",
1344       "deprecated" : "",
1345       "since" : "",
1346       "see" : "",
1347       "params" : [
1348       ],
1349       "returns" : [
1350         {
1351           "name" : "",
1352           "type" : "Roo.Element",
1353           "desc" : "The element"
1354         }
1355       ]
1356     },
1357     {
1358       "name" : "purgeListeners",
1359       "desc" : "Removes all listeners for this object",
1360       "isStatic" : false,
1361       "isConstructor" : false,
1362       "isPrivate" : false,
1363       "memberOf" : "Roo.util.Observable",
1364       "example" : "",
1365       "deprecated" : "",
1366       "since" : "",
1367       "see" : "",
1368       "params" : [
1369       ],
1370       "returns" : [
1371       ]
1372     },
1373     {
1374       "name" : "on",
1375       "desc" : "Appends an event handler to this element (shorthand for addListener)",
1376       "isStatic" : false,
1377       "isConstructor" : false,
1378       "isPrivate" : false,
1379       "memberOf" : "Roo.util.Observable",
1380       "example" : "",
1381       "deprecated" : "",
1382       "since" : "",
1383       "see" : "",
1384       "params" : [
1385         {
1386           "name" : "eventName",
1387           "type" : "String",
1388           "desc" : "The type of event to listen for",
1389           "isOptional" : false
1390         },
1391         {
1392           "name" : "handler",
1393           "type" : "Function",
1394           "desc" : "The method the event invokes",
1395           "isOptional" : false
1396         },
1397         {
1398           "name" : "scope",
1399           "type" : "Object",
1400           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
1401           "isOptional" : false
1402         },
1403         {
1404           "name" : "options",
1405           "type" : "Object",
1406           "desc" : "(optional)",
1407           "isOptional" : false
1408         }
1409       ],
1410       "returns" : [
1411       ]
1412     },
1413     {
1414       "name" : "un",
1415       "desc" : "Removes a listener (shorthand for removeListener)",
1416       "isStatic" : false,
1417       "isConstructor" : false,
1418       "isPrivate" : false,
1419       "memberOf" : "Roo.util.Observable",
1420       "example" : "",
1421       "deprecated" : "",
1422       "since" : "",
1423       "see" : "",
1424       "params" : [
1425         {
1426           "name" : "eventName",
1427           "type" : "String",
1428           "desc" : "The type of event to listen for",
1429           "isOptional" : false
1430         },
1431         {
1432           "name" : "handler",
1433           "type" : "Function",
1434           "desc" : "The handler to remove",
1435           "isOptional" : false
1436         },
1437         {
1438           "name" : "scope",
1439           "type" : "Object",
1440           "desc" : "(optional) The scope (this object) for the handler",
1441           "isOptional" : false
1442         }
1443       ],
1444       "returns" : [
1445       ]
1446     },
1447     {
1448       "name" : "addEvents",
1449       "desc" : "Used to define events on this Observable",
1450       "isStatic" : false,
1451       "isConstructor" : false,
1452       "isPrivate" : false,
1453       "memberOf" : "Roo.util.Observable",
1454       "example" : "",
1455       "deprecated" : "",
1456       "since" : "",
1457       "see" : "",
1458       "params" : [
1459         {
1460           "name" : "object",
1461           "type" : "Object",
1462           "desc" : "The object with the events defined",
1463           "isOptional" : false
1464         }
1465       ],
1466       "returns" : [
1467       ]
1468     },
1469     {
1470       "name" : "releaseCapture",
1471       "desc" : "Removes <b>all</b> added captures from the Observable.",
1472       "isStatic" : true,
1473       "isConstructor" : false,
1474       "isPrivate" : false,
1475       "memberOf" : "Roo.util.Observable",
1476       "example" : "",
1477       "deprecated" : "",
1478       "since" : "",
1479       "see" : "",
1480       "params" : [
1481         {
1482           "name" : "o",
1483           "type" : "Observable",
1484           "desc" : "The Observable to release",
1485           "isOptional" : false
1486         }
1487       ],
1488       "returns" : [
1489       ]
1490     },
1491     {
1492       "name" : "removeListener",
1493       "desc" : "Removes a listener",
1494       "isStatic" : false,
1495       "isConstructor" : false,
1496       "isPrivate" : false,
1497       "memberOf" : "Roo.util.Observable",
1498       "example" : "",
1499       "deprecated" : "",
1500       "since" : "",
1501       "see" : "",
1502       "params" : [
1503         {
1504           "name" : "eventName",
1505           "type" : "String",
1506           "desc" : "The type of event to listen for",
1507           "isOptional" : false
1508         },
1509         {
1510           "name" : "handler",
1511           "type" : "Function",
1512           "desc" : "The handler to remove",
1513           "isOptional" : false
1514         },
1515         {
1516           "name" : "scope",
1517           "type" : "Object",
1518           "desc" : "(optional) The scope (this object) for the handler",
1519           "isOptional" : false
1520         }
1521       ],
1522       "returns" : [
1523       ]
1524     },
1525     {
1526       "name" : "fireEvent",
1527       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
1528       "isStatic" : false,
1529       "isConstructor" : false,
1530       "isPrivate" : false,
1531       "memberOf" : "Roo.util.Observable",
1532       "example" : "",
1533       "deprecated" : "",
1534       "since" : "",
1535       "see" : "",
1536       "params" : [
1537         {
1538           "name" : "eventName",
1539           "type" : "String",
1540           "desc" : "",
1541           "isOptional" : false
1542         },
1543         {
1544           "name" : "args",
1545           "type" : "Object...",
1546           "desc" : "Variable number of parameters are passed to handlers",
1547           "isOptional" : false
1548         }
1549       ],
1550       "returns" : [
1551         {
1552           "name" : "",
1553           "type" : "Boolean",
1554           "desc" : "returns false if any of the handlers return false otherwise it returns true"
1555         }
1556       ]
1557     },
1558     {
1559       "name" : "hasListener",
1560       "desc" : "Checks to see if this object has any listeners for a specified event",
1561       "isStatic" : false,
1562       "isConstructor" : false,
1563       "isPrivate" : false,
1564       "memberOf" : "Roo.util.Observable",
1565       "example" : "",
1566       "deprecated" : "",
1567       "since" : "",
1568       "see" : "",
1569       "params" : [
1570         {
1571           "name" : "eventName",
1572           "type" : "String",
1573           "desc" : "The name of the event to check for",
1574           "isOptional" : false
1575         }
1576       ],
1577       "returns" : [
1578         {
1579           "name" : "",
1580           "type" : "Boolean",
1581           "desc" : "True if the event is being listened for, else false"
1582         }
1583       ]
1584     },
1585     {
1586       "name" : "capture",
1587       "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.",
1588       "isStatic" : true,
1589       "isConstructor" : false,
1590       "isPrivate" : false,
1591       "memberOf" : "Roo.util.Observable",
1592       "example" : "",
1593       "deprecated" : "",
1594       "since" : "",
1595       "see" : "",
1596       "params" : [
1597         {
1598           "name" : "o",
1599           "type" : "Observable",
1600           "desc" : "The Observable to capture",
1601           "isOptional" : false
1602         },
1603         {
1604           "name" : "fn",
1605           "type" : "Function",
1606           "desc" : "The function to call",
1607           "isOptional" : false
1608         },
1609         {
1610           "name" : "scope",
1611           "type" : "Object",
1612           "desc" : "(optional) The scope (this object) for the fn",
1613           "isOptional" : false
1614         }
1615       ],
1616       "returns" : [
1617       ]
1618     },
1619     {
1620       "name" : "addListener",
1621       "desc" : "Appends an event handler to this component",
1622       "isStatic" : false,
1623       "isConstructor" : false,
1624       "isPrivate" : false,
1625       "memberOf" : "Roo.util.Observable",
1626       "example" : "",
1627       "deprecated" : "",
1628       "since" : "",
1629       "see" : "",
1630       "params" : [
1631         {
1632           "name" : "eventName",
1633           "type" : "String",
1634           "desc" : "The type of event to listen for",
1635           "isOptional" : false
1636         },
1637         {
1638           "name" : "handler",
1639           "type" : "Function",
1640           "desc" : "The method the event invokes",
1641           "isOptional" : false
1642         },
1643         {
1644           "name" : "scope",
1645           "type" : "Object",
1646           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
1647           "isOptional" : false
1648         },
1649         {
1650           "name" : "options",
1651           "type" : "Object",
1652           "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>",
1653           "isOptional" : false
1654         }
1655       ],
1656       "returns" : [
1657       ]
1658     }
1659   ],
1660   "events" : [
1661     {
1662       "name" : "select",
1663       "desc" : "Fires when a date is selected",
1664       "memberOf" : "",
1665       "example" : "",
1666       "deprecated" : "",
1667       "since" : "",
1668       "see" : "",
1669       "params" : [
1670         {
1671           "name" : "combo",
1672           "type" : "Roo.form.MonthFieeld",
1673           "desc" : "This combo box",
1674           "isOptional" : false
1675         },
1676         {
1677           "name" : "date",
1678           "type" : "Date",
1679           "desc" : "The date selected",
1680           "isOptional" : false
1681         }
1682       ],
1683       "returns" : [
1684       ]
1685     },
1686     {
1687       "name" : "autosize",
1688       "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.",
1689       "memberOf" : "Roo.form.TextField",
1690       "example" : "",
1691       "deprecated" : "",
1692       "since" : "",
1693       "see" : "",
1694       "params" : [
1695         {
1696           "name" : "this",
1697           "type" : "Roo.form.Field",
1698           "desc" : "This text field",
1699           "isOptional" : false
1700         },
1701         {
1702           "name" : "width",
1703           "type" : "Number",
1704           "desc" : "The new field width",
1705           "isOptional" : false
1706         }
1707       ],
1708       "returns" : [
1709       ]
1710     },
1711     {
1712       "name" : "blur",
1713       "desc" : "Fires when this field loses input focus.",
1714       "memberOf" : "Roo.form.Field",
1715       "example" : "",
1716       "deprecated" : "",
1717       "since" : "",
1718       "see" : "",
1719       "params" : [
1720         {
1721           "name" : "this",
1722           "type" : "Roo.form.Field",
1723           "desc" : "",
1724           "isOptional" : false
1725         }
1726       ],
1727       "returns" : [
1728       ]
1729     },
1730     {
1731       "name" : "valid",
1732       "desc" : "Fires after the field has been validated with no errors.",
1733       "memberOf" : "Roo.form.Field",
1734       "example" : "",
1735       "deprecated" : "",
1736       "since" : "",
1737       "see" : "",
1738       "params" : [
1739         {
1740           "name" : "this",
1741           "type" : "Roo.form.Field",
1742           "desc" : "",
1743           "isOptional" : false
1744         }
1745       ],
1746       "returns" : [
1747       ]
1748     },
1749     {
1750       "name" : "specialkey",
1751       "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.",
1752       "memberOf" : "Roo.form.Field",
1753       "example" : "",
1754       "deprecated" : "",
1755       "since" : "",
1756       "see" : "",
1757       "params" : [
1758         {
1759           "name" : "this",
1760           "type" : "Roo.form.Field",
1761           "desc" : "",
1762           "isOptional" : false
1763         },
1764         {
1765           "name" : "e",
1766           "type" : "Roo.EventObject",
1767           "desc" : "The event object",
1768           "isOptional" : false
1769         }
1770       ],
1771       "returns" : [
1772       ]
1773     },
1774     {
1775       "name" : "focus",
1776       "desc" : "Fires when this field receives input focus.",
1777       "memberOf" : "Roo.form.Field",
1778       "example" : "",
1779       "deprecated" : "",
1780       "since" : "",
1781       "see" : "",
1782       "params" : [
1783         {
1784           "name" : "this",
1785           "type" : "Roo.form.Field",
1786           "desc" : "",
1787           "isOptional" : false
1788         }
1789       ],
1790       "returns" : [
1791       ]
1792     },
1793     {
1794       "name" : "keyup",
1795       "desc" : "Fires after the key up",
1796       "memberOf" : "Roo.form.Field",
1797       "example" : "",
1798       "deprecated" : "",
1799       "since" : "",
1800       "see" : "",
1801       "params" : [
1802         {
1803           "name" : "this",
1804           "type" : "Roo.form.Field",
1805           "desc" : "",
1806           "isOptional" : false
1807         },
1808         {
1809           "name" : "e",
1810           "type" : "Roo.EventObject",
1811           "desc" : "The event Object",
1812           "isOptional" : false
1813         }
1814       ],
1815       "returns" : [
1816       ]
1817     },
1818     {
1819       "name" : "invalid",
1820       "desc" : "Fires after the field has been marked as invalid.",
1821       "memberOf" : "Roo.form.Field",
1822       "example" : "",
1823       "deprecated" : "",
1824       "since" : "",
1825       "see" : "",
1826       "params" : [
1827         {
1828           "name" : "this",
1829           "type" : "Roo.form.Field",
1830           "desc" : "",
1831           "isOptional" : false
1832         },
1833         {
1834           "name" : "msg",
1835           "type" : "String",
1836           "desc" : "The validation message",
1837           "isOptional" : false
1838         }
1839       ],
1840       "returns" : [
1841       ]
1842     },
1843     {
1844       "name" : "change",
1845       "desc" : "Fires just before the field blurs if the field value has changed.",
1846       "memberOf" : "Roo.form.Field",
1847       "example" : "",
1848       "deprecated" : "",
1849       "since" : "",
1850       "see" : "",
1851       "params" : [
1852         {
1853           "name" : "this",
1854           "type" : "Roo.form.Field",
1855           "desc" : "",
1856           "isOptional" : false
1857         },
1858         {
1859           "name" : "newValue",
1860           "type" : "Mixed",
1861           "desc" : "The new value",
1862           "isOptional" : false
1863         },
1864         {
1865           "name" : "oldValue",
1866           "type" : "Mixed",
1867           "desc" : "The original value",
1868           "isOptional" : false
1869         }
1870       ],
1871       "returns" : [
1872       ]
1873     },
1874     {
1875       "name" : "move",
1876       "desc" : "Fires after the component is moved.",
1877       "memberOf" : "Roo.BoxComponent",
1878       "example" : "",
1879       "deprecated" : "",
1880       "since" : "",
1881       "see" : "",
1882       "params" : [
1883         {
1884           "name" : "this",
1885           "type" : "Roo.Component",
1886           "desc" : "",
1887           "isOptional" : false
1888         },
1889         {
1890           "name" : "x",
1891           "type" : "Number",
1892           "desc" : "The new x position",
1893           "isOptional" : false
1894         },
1895         {
1896           "name" : "y",
1897           "type" : "Number",
1898           "desc" : "The new y position",
1899           "isOptional" : false
1900         }
1901       ],
1902       "returns" : [
1903       ]
1904     },
1905     {
1906       "name" : "resize",
1907       "desc" : "Fires after the component is resized.",
1908       "memberOf" : "Roo.BoxComponent",
1909       "example" : "",
1910       "deprecated" : "",
1911       "since" : "",
1912       "see" : "",
1913       "params" : [
1914         {
1915           "name" : "this",
1916           "type" : "Roo.Component",
1917           "desc" : "",
1918           "isOptional" : false
1919         },
1920         {
1921           "name" : "adjWidth",
1922           "type" : "Number",
1923           "desc" : "The box-adjusted width that was set",
1924           "isOptional" : false
1925         },
1926         {
1927           "name" : "adjHeight",
1928           "type" : "Number",
1929           "desc" : "The box-adjusted height that was set",
1930           "isOptional" : false
1931         },
1932         {
1933           "name" : "rawWidth",
1934           "type" : "Number",
1935           "desc" : "The width that was originally specified",
1936           "isOptional" : false
1937         },
1938         {
1939           "name" : "rawHeight",
1940           "type" : "Number",
1941           "desc" : "The height that was originally specified",
1942           "isOptional" : false
1943         }
1944       ],
1945       "returns" : [
1946       ]
1947     },
1948     {
1949       "name" : "beforerender",
1950       "desc" : "Fires before the component is rendered. Return false to stop the render.",
1951       "memberOf" : "Roo.Component",
1952       "example" : "",
1953       "deprecated" : "",
1954       "since" : "",
1955       "see" : "",
1956       "params" : [
1957         {
1958           "name" : "this",
1959           "type" : "Roo.Component",
1960           "desc" : "",
1961           "isOptional" : false
1962         }
1963       ],
1964       "returns" : [
1965       ]
1966     },
1967     {
1968       "name" : "disable",
1969       "desc" : "Fires after the component is disabled.",
1970       "memberOf" : "Roo.Component",
1971       "example" : "",
1972       "deprecated" : "",
1973       "since" : "",
1974       "see" : "",
1975       "params" : [
1976         {
1977           "name" : "this",
1978           "type" : "Roo.Component",
1979           "desc" : "",
1980           "isOptional" : false
1981         }
1982       ],
1983       "returns" : [
1984       ]
1985     },
1986     {
1987       "name" : "render",
1988       "desc" : "Fires after the component is rendered.",
1989       "memberOf" : "Roo.Component",
1990       "example" : "",
1991       "deprecated" : "",
1992       "since" : "",
1993       "see" : "",
1994       "params" : [
1995         {
1996           "name" : "this",
1997           "type" : "Roo.Component",
1998           "desc" : "",
1999           "isOptional" : false
2000         }
2001       ],
2002       "returns" : [
2003       ]
2004     },
2005     {
2006       "name" : "destroy",
2007       "desc" : "Fires after the component is destroyed.",
2008       "memberOf" : "Roo.Component",
2009       "example" : "",
2010       "deprecated" : "",
2011       "since" : "",
2012       "see" : "",
2013       "params" : [
2014         {
2015           "name" : "this",
2016           "type" : "Roo.Component",
2017           "desc" : "",
2018           "isOptional" : false
2019         }
2020       ],
2021       "returns" : [
2022       ]
2023     },
2024     {
2025       "name" : "hide",
2026       "desc" : "Fires after the component is hidden.",
2027       "memberOf" : "Roo.Component",
2028       "example" : "",
2029       "deprecated" : "",
2030       "since" : "",
2031       "see" : "",
2032       "params" : [
2033         {
2034           "name" : "this",
2035           "type" : "Roo.Component",
2036           "desc" : "",
2037           "isOptional" : false
2038         }
2039       ],
2040       "returns" : [
2041       ]
2042     },
2043     {
2044       "name" : "beforehide",
2045       "desc" : "Fires before the component is hidden. Return false to stop the hide.",
2046       "memberOf" : "Roo.Component",
2047       "example" : "",
2048       "deprecated" : "",
2049       "since" : "",
2050       "see" : "",
2051       "params" : [
2052         {
2053           "name" : "this",
2054           "type" : "Roo.Component",
2055           "desc" : "",
2056           "isOptional" : false
2057         }
2058       ],
2059       "returns" : [
2060       ]
2061     },
2062     {
2063       "name" : "show",
2064       "desc" : "Fires after the component is shown.",
2065       "memberOf" : "Roo.Component",
2066       "example" : "",
2067       "deprecated" : "",
2068       "since" : "",
2069       "see" : "",
2070       "params" : [
2071         {
2072           "name" : "this",
2073           "type" : "Roo.Component",
2074           "desc" : "",
2075           "isOptional" : false
2076         }
2077       ],
2078       "returns" : [
2079       ]
2080     },
2081     {
2082       "name" : "beforeshow",
2083       "desc" : "Fires before the component is shown.  Return false to stop the show.",
2084       "memberOf" : "Roo.Component",
2085       "example" : "",
2086       "deprecated" : "",
2087       "since" : "",
2088       "see" : "",
2089       "params" : [
2090         {
2091           "name" : "this",
2092           "type" : "Roo.Component",
2093           "desc" : "",
2094           "isOptional" : false
2095         }
2096       ],
2097       "returns" : [
2098       ]
2099     },
2100     {
2101       "name" : "enable",
2102       "desc" : "Fires after the component is enabled.",
2103       "memberOf" : "Roo.Component",
2104       "example" : "",
2105       "deprecated" : "",
2106       "since" : "",
2107       "see" : "",
2108       "params" : [
2109         {
2110           "name" : "this",
2111           "type" : "Roo.Component",
2112           "desc" : "",
2113           "isOptional" : false
2114         }
2115       ],
2116       "returns" : [
2117       ]
2118     },
2119     {
2120       "name" : "beforedestroy",
2121       "desc" : "Fires before the component is destroyed. Return false to stop the destroy.",
2122       "memberOf" : "Roo.Component",
2123       "example" : "",
2124       "deprecated" : "",
2125       "since" : "",
2126       "see" : "",
2127       "params" : [
2128         {
2129           "name" : "this",
2130           "type" : "Roo.Component",
2131           "desc" : "",
2132           "isOptional" : false
2133         }
2134       ],
2135       "returns" : [
2136       ]
2137     }
2138   ]
2139 }