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