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