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