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