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