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