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