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