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