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