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