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