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