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