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