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