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