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