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