fix docs add optvalues
[roojs1] / docs / symbols / Roo.HtmlEditorCore.json
1 {
2   "name" : "Roo.HtmlEditorCore",
3   "augments" : [
4     "Roo.Component",
5     "Roo.util.Observable"
6   ],
7   "childClasses" : {  },
8   "tree_children" : [],
9   "tree_parent" : [],
10   "desc" : "Provides a the editing component for the HTML editors in Roo. (bootstrap and Roo.form)\n\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   "isAbstract" : false,
15   "isBuilderTop" : false,
16   "memberOf" : "HtmlEditorCore",
17   "example" : "",
18   "deprecated" : "",
19   "since" : "",
20   "see" : "",
21   "params" : [],
22   "returns" : [],
23   "throws" : "",
24   "requires" : "",
25   "config" : [
26     {
27       "name" : "listeners",
28       "type" : "Object",
29       "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>",
30       "memberOf" : "Roo.util.Observable",
31       "isOptional" : false,
32       "optvalues" : []
33     },
34     {
35       "name" : "allowComments",
36       "type" : "boolean",
37       "desc" : "- default false - allow comments in HTML source\n         - by default they are stripped - if you are editing email you may need this.",
38       "memberOf" : "",
39       "isOptional" : false,
40       "optvalues" : []
41     },
42     {
43       "name" : "autoClean",
44       "type" : "boolean",
45       "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",
46       "memberOf" : "",
47       "isOptional" : false,
48       "optvalues" : []
49     },
50     {
51       "name" : "the",
52       "type" : "Roo.form.HtmlEditor|Roo.bootstrap.HtmlEditor",
53       "desc" : "owner field",
54       "memberOf" : "",
55       "isOptional" : false,
56       "optvalues" : []
57     },
58     {
59       "name" : "hideMode",
60       "type" : "String",
61       "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",
62       "memberOf" : "Roo.Component",
63       "isOptional" : false,
64       "optvalues" : [
65         "display",
66         "visibility"
67       ]
68     },
69     {
70       "name" : "allowDomMove",
71       "type" : "Boolean",
72       "desc" : "Whether the component can move the Dom node when rendering (defaults to true).",
73       "memberOf" : "Roo.Component",
74       "isOptional" : false,
75       "optvalues" : []
76     },
77     {
78       "name" : "language",
79       "type" : "String",
80       "desc" : "default en - language of text (usefull for rtl languages)",
81       "memberOf" : "",
82       "isOptional" : false,
83       "optvalues" : []
84     },
85     {
86       "name" : "enableBlocks",
87       "type" : "boolean",
88       "desc" : "- default true - if the block editor (table and figure should be enabled)",
89       "memberOf" : "",
90       "isOptional" : false,
91       "optvalues" : []
92     },
93     {
94       "name" : "actionMode",
95       "type" : "String",
96       "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",
97       "memberOf" : "Roo.Component",
98       "isOptional" : false,
99       "optvalues" : []
100     },
101     {
102       "name" : "width",
103       "type" : "Number",
104       "desc" : "(in pixels)",
105       "memberOf" : "",
106       "isOptional" : false,
107       "optvalues" : []
108     },
109     {
110       "name" : "resizable",
111       "type" : "String",
112       "desc" : "'s' or 'se' or 'e' - wrapps the element in a\n                       Roo.resizable.",
113       "memberOf" : "",
114       "isOptional" : false,
115       "optvalues" : []
116     },
117     {
118       "name" : "height",
119       "type" : "Number",
120       "desc" : "(in pixels)",
121       "memberOf" : "",
122       "isOptional" : false,
123       "optvalues" : []
124     },
125     {
126       "name" : "disableClass",
127       "type" : "String",
128       "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").",
129       "memberOf" : "Roo.Component",
130       "isOptional" : false,
131       "optvalues" : []
132     },
133     {
134       "name" : "stylesheets",
135       "type" : "Array",
136       "desc" : "url of stylesheets. set to [] to disable stylesheets.",
137       "memberOf" : "",
138       "isOptional" : false,
139       "optvalues" : []
140     }
141   ],
142   "methods" : [
143     {
144       "name" : "relayCmd",
145       "type" : "function",
146       "desc" : "Executes a Midas editor command on the editor document and performs necessary focus and\ntoolbar updates. <b>This should only be called after the editor is initialized.</b>",
147       "sig" : "(cmd, value)",
148       "static" : false,
149       "memberOf" : "",
150       "isStatic" : false,
151       "isConstructor" : false,
152       "isPrivate" : false,
153       "example" : "",
154       "deprecated" : "",
155       "since" : "",
156       "see" : "",
157       "exceptions" : "",
158       "requires" : "",
159       "params" : [
160         {
161           "name" : "cmd",
162           "type" : "String",
163           "desc" : "The Midas command",
164           "isOptional" : false
165         },
166         {
167           "name" : "value",
168           "type" : "String/Boolean",
169           "desc" : "(optional) The value to pass to the command (defaults to null)",
170           "isOptional" : false
171         }
172       ],
173       "returns" : []
174     },
175     {
176       "name" : "selectNode",
177       "type" : "function",
178       "desc" : "Select a dom node",
179       "sig" : "(node)",
180       "static" : false,
181       "memberOf" : "",
182       "isStatic" : false,
183       "isConstructor" : false,
184       "isPrivate" : false,
185       "example" : "",
186       "deprecated" : "",
187       "since" : "",
188       "see" : "",
189       "exceptions" : "",
190       "requires" : "",
191       "params" : [
192         {
193           "name" : "node",
194           "type" : "DomElement",
195           "desc" : "the node to select",
196           "isOptional" : false
197         }
198       ],
199       "returns" : []
200     },
201     {
202       "name" : "execCmd",
203       "type" : "function",
204       "desc" : "Executes a Midas editor command directly on the editor document.\nFor visual commands, you should use {@link #relayCmd} instead.\n<b>This should only be called after the editor is initialized.</b>",
205       "sig" : "(cmd, value)",
206       "static" : false,
207       "memberOf" : "",
208       "isStatic" : false,
209       "isConstructor" : false,
210       "isPrivate" : false,
211       "example" : "",
212       "deprecated" : "",
213       "since" : "",
214       "see" : "",
215       "exceptions" : "",
216       "requires" : "",
217       "params" : [
218         {
219           "name" : "cmd",
220           "type" : "String",
221           "desc" : "The Midas command",
222           "isOptional" : false
223         },
224         {
225           "name" : "value",
226           "type" : "String/Boolean",
227           "desc" : "(optional) The value to pass to the command (defaults to null)",
228           "isOptional" : false
229         }
230       ],
231       "returns" : []
232     },
233     {
234       "name" : "cleanWord",
235       "type" : "function",
236       "desc" : "Clean up MS wordisms...",
237       "sig" : "()\n{\n\n}",
238       "static" : false,
239       "memberOf" : "",
240       "isStatic" : false,
241       "isConstructor" : false,
242       "isPrivate" : false,
243       "example" : "",
244       "deprecated" : "This has been deprecated: - use filter directly",
245       "since" : "",
246       "see" : "",
247       "exceptions" : "",
248       "requires" : "",
249       "params" : [],
250       "returns" : []
251     },
252     {
253       "name" : "syncValue",
254       "type" : "function",
255       "desc" : "HTML Editor -> Textarea\nProtected method that will not generally be called directly. Syncs the contents\nof the editor iframe with the textarea.",
256       "sig" : "()\n{\n\n}",
257       "static" : false,
258       "memberOf" : "",
259       "isStatic" : false,
260       "isConstructor" : false,
261       "isPrivate" : false,
262       "example" : "",
263       "deprecated" : "",
264       "since" : "",
265       "see" : "",
266       "exceptions" : "",
267       "requires" : "",
268       "params" : [],
269       "returns" : []
270     },
271     {
272       "name" : "cleanTableWidths",
273       "type" : "function",
274       "desc" : "",
275       "sig" : "()\n{\n\n}",
276       "static" : false,
277       "memberOf" : "",
278       "isStatic" : false,
279       "isConstructor" : false,
280       "isPrivate" : false,
281       "example" : "",
282       "deprecated" : "This has been deprecated: - use filters",
283       "since" : "",
284       "see" : "",
285       "exceptions" : "",
286       "requires" : "",
287       "params" : [],
288       "returns" : []
289     },
290     {
291       "name" : "cleanHtml",
292       "type" : "function",
293       "desc" : "Protected method that will not generally be called directly. If you need/want\ncustom HTML cleanup, this is the method you should override.",
294       "sig" : "(html)",
295       "static" : false,
296       "memberOf" : "",
297       "isStatic" : false,
298       "isConstructor" : false,
299       "isPrivate" : false,
300       "example" : "",
301       "deprecated" : "",
302       "since" : "",
303       "see" : "",
304       "exceptions" : "",
305       "requires" : "",
306       "params" : [
307         {
308           "name" : "html",
309           "type" : "String",
310           "desc" : "The HTML to be cleaned\nreturn {String} The cleaned HTML",
311           "isOptional" : false
312         }
313       ],
314       "returns" : []
315     },
316     {
317       "name" : "toggleSourceEdit",
318       "type" : "function",
319       "desc" : "Toggles the editor between standard and source edit mode.",
320       "sig" : "(sourceEdit)",
321       "static" : false,
322       "memberOf" : "",
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" : "sourceEdit",
335           "type" : "Boolean",
336           "desc" : "(optional) True for source edit, false for standard",
337           "isOptional" : false
338         }
339       ],
340       "returns" : []
341     },
342     {
343       "name" : "getDocMarkup",
344       "type" : "function",
345       "desc" : "Protected method that will not generally be called directly. It\nis called when the editor initializes the iframe with HTML contents. Override this method if you\nwant to change the initialization markup of the iframe (e.g. to add stylesheets).",
346       "sig" : "()\n{\n\n}",
347       "static" : false,
348       "memberOf" : "",
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     {
362       "name" : "pushValue",
363       "type" : "function",
364       "desc" : "TEXTAREA -> EDITABLE\nProtected method that will not generally be called directly. Pushes the value of the textarea\ninto the iframe editor.",
365       "sig" : "()\n{\n\n}",
366       "static" : false,
367       "memberOf" : "",
368       "isStatic" : false,
369       "isConstructor" : false,
370       "isPrivate" : false,
371       "example" : "",
372       "deprecated" : "",
373       "since" : "",
374       "see" : "",
375       "exceptions" : "",
376       "requires" : "",
377       "params" : [],
378       "returns" : []
379     },
380     {
381       "name" : "rangeIntersectsNode",
382       "type" : "function",
383       "desc" : "Range intersection.. the hard stuff...\n '-1' = before\n '0' = hits..\n '1' = after.\n        [ -- selected range --- ]\n  [fail]                        [fail]\n\n   basically..\n     if end is before start or  hits it. fail.\n     if start is after end or hits it fail.\n\n  if either hits (but other is outside. - then it's not",
384       "sig" : "()\n{\n\n}",
385       "static" : false,
386       "memberOf" : "",
387       "isStatic" : false,
388       "isConstructor" : false,
389       "isPrivate" : false,
390       "example" : "",
391       "deprecated" : "",
392       "since" : "",
393       "see" : "",
394       "exceptions" : "",
395       "requires" : "",
396       "params" : [],
397       "returns" : []
398     },
399     {
400       "name" : "insertAtCursor",
401       "type" : "function",
402       "desc" : "Inserts the passed text at the current cursor position. Note: the editor must be initialized and activated\nto insert tRoo.",
403       "sig" : "(text)",
404       "static" : false,
405       "memberOf" : "",
406       "isStatic" : false,
407       "isConstructor" : false,
408       "isPrivate" : false,
409       "example" : "",
410       "deprecated" : "",
411       "since" : "",
412       "see" : "",
413       "exceptions" : "",
414       "requires" : "",
415       "params" : [
416         {
417           "name" : "text",
418           "type" : "String",
419           "desc" : "| dom node..",
420           "isOptional" : false
421         }
422       ],
423       "returns" : []
424     },
425     {
426       "name" : "getId",
427       "type" : "function",
428       "desc" : "Returns the id of this component.",
429       "sig" : "()\n{\n\n}",
430       "static" : false,
431       "memberOf" : "Roo.Component",
432       "isStatic" : false,
433       "isConstructor" : false,
434       "isPrivate" : false,
435       "example" : "",
436       "deprecated" : "",
437       "since" : "",
438       "see" : "",
439       "exceptions" : "",
440       "requires" : "",
441       "params" : [],
442       "returns" : [
443         {
444           "name" : "",
445           "type" : "String",
446           "desc" : ""
447         }
448       ]
449     },
450     {
451       "name" : "render",
452       "type" : "function",
453       "desc" : "If this is a lazy rendering component, render it to its container element.",
454       "sig" : "(container)",
455       "static" : false,
456       "memberOf" : "Roo.Component",
457       "isStatic" : false,
458       "isConstructor" : false,
459       "isPrivate" : false,
460       "example" : "",
461       "deprecated" : "",
462       "since" : "",
463       "see" : "",
464       "exceptions" : "",
465       "requires" : "",
466       "params" : [
467         {
468           "name" : "container",
469           "type" : "String/HTMLElement/Element",
470           "desc" : "(optional) The element this component should be rendered into. If it is being applied to existing markup, this should be left off.",
471           "isOptional" : false
472         }
473       ],
474       "returns" : []
475     },
476     {
477       "name" : "destroy",
478       "type" : "function",
479       "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}.",
480       "sig" : "()\n{\n\n}",
481       "static" : false,
482       "memberOf" : "Roo.Component",
483       "isStatic" : false,
484       "isConstructor" : false,
485       "isPrivate" : false,
486       "example" : "",
487       "deprecated" : "",
488       "since" : "",
489       "see" : "",
490       "exceptions" : "",
491       "requires" : "",
492       "params" : [],
493       "returns" : []
494     },
495     {
496       "name" : "isVisible",
497       "type" : "function",
498       "desc" : "Returns true if this component is visible.",
499       "sig" : "()\n{\n\n}",
500       "static" : false,
501       "memberOf" : "Roo.Component",
502       "isStatic" : false,
503       "isConstructor" : false,
504       "isPrivate" : false,
505       "example" : "",
506       "deprecated" : "",
507       "since" : "",
508       "see" : "",
509       "exceptions" : "",
510       "requires" : "",
511       "params" : [],
512       "returns" : []
513     },
514     {
515       "name" : "setDisabled",
516       "type" : "function",
517       "desc" : "Convenience function for setting disabled/enabled by boolean.",
518       "sig" : "(disabled)",
519       "static" : false,
520       "memberOf" : "Roo.Component",
521       "isStatic" : false,
522       "isConstructor" : false,
523       "isPrivate" : false,
524       "example" : "",
525       "deprecated" : "",
526       "since" : "",
527       "see" : "",
528       "exceptions" : "",
529       "requires" : "",
530       "params" : [
531         {
532           "name" : "disabled",
533           "type" : "Boolean",
534           "desc" : "",
535           "isOptional" : false
536         }
537       ],
538       "returns" : []
539     },
540     {
541       "name" : "hide",
542       "type" : "function",
543       "desc" : "Hide this component.",
544       "sig" : "()\n{\n\n}",
545       "static" : false,
546       "memberOf" : "Roo.Component",
547       "isStatic" : false,
548       "isConstructor" : false,
549       "isPrivate" : false,
550       "example" : "",
551       "deprecated" : "",
552       "since" : "",
553       "see" : "",
554       "exceptions" : "",
555       "requires" : "",
556       "params" : [],
557       "returns" : [
558         {
559           "name" : "",
560           "type" : "Roo.Component",
561           "desc" : "this"
562         }
563       ]
564     },
565     {
566       "name" : "focus",
567       "type" : "function",
568       "desc" : "Try to focus this component.",
569       "sig" : "(selectText)",
570       "static" : false,
571       "memberOf" : "Roo.Component",
572       "isStatic" : false,
573       "isConstructor" : false,
574       "isPrivate" : false,
575       "example" : "",
576       "deprecated" : "",
577       "since" : "",
578       "see" : "",
579       "exceptions" : "",
580       "requires" : "",
581       "params" : [
582         {
583           "name" : "selectText",
584           "type" : "Boolean",
585           "desc" : "True to also select the text in this component (if applicable)",
586           "isOptional" : false
587         }
588       ],
589       "returns" : [
590         {
591           "name" : "",
592           "type" : "Roo.Component",
593           "desc" : "this"
594         }
595       ]
596     },
597     {
598       "name" : "show",
599       "type" : "function",
600       "desc" : "Show this component.",
601       "sig" : "()\n{\n\n}",
602       "static" : false,
603       "memberOf" : "Roo.Component",
604       "isStatic" : false,
605       "isConstructor" : false,
606       "isPrivate" : false,
607       "example" : "",
608       "deprecated" : "",
609       "since" : "",
610       "see" : "",
611       "exceptions" : "",
612       "requires" : "",
613       "params" : [],
614       "returns" : [
615         {
616           "name" : "",
617           "type" : "Roo.Component",
618           "desc" : "this"
619         }
620       ]
621     },
622     {
623       "name" : "enable",
624       "type" : "function",
625       "desc" : "Enable this component.",
626       "sig" : "()\n{\n\n}",
627       "static" : false,
628       "memberOf" : "Roo.Component",
629       "isStatic" : false,
630       "isConstructor" : false,
631       "isPrivate" : false,
632       "example" : "",
633       "deprecated" : "",
634       "since" : "",
635       "see" : "",
636       "exceptions" : "",
637       "requires" : "",
638       "params" : [],
639       "returns" : [
640         {
641           "name" : "",
642           "type" : "Roo.Component",
643           "desc" : "this"
644         }
645       ]
646     },
647     {
648       "name" : "setVisible",
649       "type" : "function",
650       "desc" : "Convenience function to hide or show this component by boolean.",
651       "sig" : "(visible)",
652       "static" : false,
653       "memberOf" : "Roo.Component",
654       "isStatic" : false,
655       "isConstructor" : false,
656       "isPrivate" : false,
657       "example" : "",
658       "deprecated" : "",
659       "since" : "",
660       "see" : "",
661       "exceptions" : "",
662       "requires" : "",
663       "params" : [
664         {
665           "name" : "visible",
666           "type" : "Boolean",
667           "desc" : "True to show, false to hide",
668           "isOptional" : false
669         }
670       ],
671       "returns" : [
672         {
673           "name" : "",
674           "type" : "Roo.Component",
675           "desc" : "this"
676         }
677       ]
678     },
679     {
680       "name" : "disable",
681       "type" : "function",
682       "desc" : "Disable this component.",
683       "sig" : "()\n{\n\n}",
684       "static" : false,
685       "memberOf" : "Roo.Component",
686       "isStatic" : false,
687       "isConstructor" : false,
688       "isPrivate" : false,
689       "example" : "",
690       "deprecated" : "",
691       "since" : "",
692       "see" : "",
693       "exceptions" : "",
694       "requires" : "",
695       "params" : [],
696       "returns" : [
697         {
698           "name" : "",
699           "type" : "Roo.Component",
700           "desc" : "this"
701         }
702       ]
703     },
704     {
705       "name" : "getEl",
706       "type" : "function",
707       "desc" : "Returns the underlying {@link Roo.Element}.",
708       "sig" : "()\n{\n\n}",
709       "static" : false,
710       "memberOf" : "Roo.Component",
711       "isStatic" : false,
712       "isConstructor" : false,
713       "isPrivate" : false,
714       "example" : "",
715       "deprecated" : "",
716       "since" : "",
717       "see" : "",
718       "exceptions" : "",
719       "requires" : "",
720       "params" : [],
721       "returns" : [
722         {
723           "name" : "",
724           "type" : "Roo.Element",
725           "desc" : "The element"
726         }
727       ]
728     },
729     {
730       "name" : "purgeListeners",
731       "type" : "function",
732       "desc" : "Removes all listeners for this object",
733       "sig" : "()\n{\n\n}",
734       "static" : false,
735       "memberOf" : "Roo.util.Observable",
736       "isStatic" : false,
737       "isConstructor" : false,
738       "isPrivate" : false,
739       "example" : "",
740       "deprecated" : "",
741       "since" : "",
742       "see" : "",
743       "exceptions" : "",
744       "requires" : "",
745       "params" : [],
746       "returns" : []
747     },
748     {
749       "name" : "on",
750       "type" : "function",
751       "desc" : "Appends an event handler to this element (shorthand for addListener)",
752       "sig" : "(eventName, handler, scope, options)",
753       "static" : false,
754       "memberOf" : "Roo.util.Observable",
755       "isStatic" : false,
756       "isConstructor" : false,
757       "isPrivate" : false,
758       "example" : "",
759       "deprecated" : "",
760       "since" : "",
761       "see" : "",
762       "exceptions" : "",
763       "requires" : "",
764       "params" : [
765         {
766           "name" : "eventName",
767           "type" : "String",
768           "desc" : "The type of event to listen for",
769           "isOptional" : false
770         },
771         {
772           "name" : "handler",
773           "type" : "Function",
774           "desc" : "The method the event invokes",
775           "isOptional" : false
776         },
777         {
778           "name" : "scope",
779           "type" : "Object",
780           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
781           "isOptional" : false
782         },
783         {
784           "name" : "options",
785           "type" : "Object",
786           "desc" : "(optional)",
787           "isOptional" : false
788         }
789       ],
790       "returns" : []
791     },
792     {
793       "name" : "un",
794       "type" : "function",
795       "desc" : "Removes a listener (shorthand for removeListener)",
796       "sig" : "(eventName, handler, scope)",
797       "static" : false,
798       "memberOf" : "Roo.util.Observable",
799       "isStatic" : false,
800       "isConstructor" : false,
801       "isPrivate" : false,
802       "example" : "",
803       "deprecated" : "",
804       "since" : "",
805       "see" : "",
806       "exceptions" : "",
807       "requires" : "",
808       "params" : [
809         {
810           "name" : "eventName",
811           "type" : "String",
812           "desc" : "The type of event to listen for",
813           "isOptional" : false
814         },
815         {
816           "name" : "handler",
817           "type" : "Function",
818           "desc" : "The handler to remove",
819           "isOptional" : false
820         },
821         {
822           "name" : "scope",
823           "type" : "Object",
824           "desc" : "(optional) The scope (this object) for the handler",
825           "isOptional" : false
826         }
827       ],
828       "returns" : []
829     },
830     {
831       "name" : "addEvents",
832       "type" : "function",
833       "desc" : "Used to define events on this Observable",
834       "sig" : "(object)",
835       "static" : false,
836       "memberOf" : "Roo.util.Observable",
837       "isStatic" : false,
838       "isConstructor" : false,
839       "isPrivate" : false,
840       "example" : "",
841       "deprecated" : "",
842       "since" : "",
843       "see" : "",
844       "exceptions" : "",
845       "requires" : "",
846       "params" : [
847         {
848           "name" : "object",
849           "type" : "Object",
850           "desc" : "The object with the events defined",
851           "isOptional" : false
852         }
853       ],
854       "returns" : []
855     },
856     {
857       "name" : "releaseCapture",
858       "type" : "function",
859       "desc" : "Removes <b>all</b> added captures from the Observable.",
860       "sig" : "(o)",
861       "static" : true,
862       "memberOf" : "Roo.util.Observable",
863       "isStatic" : true,
864       "isConstructor" : false,
865       "isPrivate" : false,
866       "example" : "",
867       "deprecated" : "",
868       "since" : "",
869       "see" : "",
870       "exceptions" : "",
871       "requires" : "",
872       "params" : [
873         {
874           "name" : "o",
875           "type" : "Observable",
876           "desc" : "The Observable to release",
877           "isOptional" : false
878         }
879       ],
880       "returns" : []
881     },
882     {
883       "name" : "removeListener",
884       "type" : "function",
885       "desc" : "Removes a listener",
886       "sig" : "(eventName, handler, scope)",
887       "static" : false,
888       "memberOf" : "Roo.util.Observable",
889       "isStatic" : false,
890       "isConstructor" : false,
891       "isPrivate" : false,
892       "example" : "",
893       "deprecated" : "",
894       "since" : "",
895       "see" : "",
896       "exceptions" : "",
897       "requires" : "",
898       "params" : [
899         {
900           "name" : "eventName",
901           "type" : "String",
902           "desc" : "The type of event to listen for",
903           "isOptional" : false
904         },
905         {
906           "name" : "handler",
907           "type" : "Function",
908           "desc" : "The handler to remove",
909           "isOptional" : false
910         },
911         {
912           "name" : "scope",
913           "type" : "Object",
914           "desc" : "(optional) The scope (this object) for the handler",
915           "isOptional" : false
916         }
917       ],
918       "returns" : []
919     },
920     {
921       "name" : "fireEvent",
922       "type" : "function",
923       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
924       "sig" : "(eventName, args)",
925       "static" : false,
926       "memberOf" : "Roo.util.Observable",
927       "isStatic" : false,
928       "isConstructor" : false,
929       "isPrivate" : false,
930       "example" : "",
931       "deprecated" : "",
932       "since" : "",
933       "see" : "",
934       "exceptions" : "",
935       "requires" : "",
936       "params" : [
937         {
938           "name" : "eventName",
939           "type" : "String",
940           "desc" : "",
941           "isOptional" : false
942         },
943         {
944           "name" : "args",
945           "type" : "Object...",
946           "desc" : "Variable number of parameters are passed to handlers",
947           "isOptional" : false
948         }
949       ],
950       "returns" : [
951         {
952           "name" : "",
953           "type" : "Boolean",
954           "desc" : "returns false if any of the handlers return false otherwise it returns true"
955         }
956       ]
957     },
958     {
959       "name" : "hasListener",
960       "type" : "function",
961       "desc" : "Checks to see if this object has any listeners for a specified event",
962       "sig" : "(eventName)",
963       "static" : false,
964       "memberOf" : "Roo.util.Observable",
965       "isStatic" : false,
966       "isConstructor" : false,
967       "isPrivate" : false,
968       "example" : "",
969       "deprecated" : "",
970       "since" : "",
971       "see" : "",
972       "exceptions" : "",
973       "requires" : "",
974       "params" : [
975         {
976           "name" : "eventName",
977           "type" : "String",
978           "desc" : "The name of the event to check for",
979           "isOptional" : false
980         }
981       ],
982       "returns" : [
983         {
984           "name" : "",
985           "type" : "Boolean",
986           "desc" : "True if the event is being listened for, else false"
987         }
988       ]
989     },
990     {
991       "name" : "capture",
992       "type" : "function",
993       "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.",
994       "sig" : "(o, fn, scope)",
995       "static" : true,
996       "memberOf" : "Roo.util.Observable",
997       "isStatic" : true,
998       "isConstructor" : false,
999       "isPrivate" : false,
1000       "example" : "",
1001       "deprecated" : "",
1002       "since" : "",
1003       "see" : "",
1004       "exceptions" : "",
1005       "requires" : "",
1006       "params" : [
1007         {
1008           "name" : "o",
1009           "type" : "Observable",
1010           "desc" : "The Observable to capture",
1011           "isOptional" : false
1012         },
1013         {
1014           "name" : "fn",
1015           "type" : "Function",
1016           "desc" : "The function to call",
1017           "isOptional" : false
1018         },
1019         {
1020           "name" : "scope",
1021           "type" : "Object",
1022           "desc" : "(optional) The scope (this object) for the fn",
1023           "isOptional" : false
1024         }
1025       ],
1026       "returns" : []
1027     },
1028     {
1029       "name" : "addListener",
1030       "type" : "function",
1031       "desc" : "Appends an event handler to this component",
1032       "sig" : "(eventName, handler, scope, options)",
1033       "static" : false,
1034       "memberOf" : "Roo.util.Observable",
1035       "isStatic" : false,
1036       "isConstructor" : false,
1037       "isPrivate" : false,
1038       "example" : "",
1039       "deprecated" : "",
1040       "since" : "",
1041       "see" : "",
1042       "exceptions" : "",
1043       "requires" : "",
1044       "params" : [
1045         {
1046           "name" : "eventName",
1047           "type" : "String",
1048           "desc" : "The type of event to listen for",
1049           "isOptional" : false
1050         },
1051         {
1052           "name" : "handler",
1053           "type" : "Function",
1054           "desc" : "The method the event invokes",
1055           "isOptional" : false
1056         },
1057         {
1058           "name" : "scope",
1059           "type" : "Object",
1060           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
1061           "isOptional" : false
1062         },
1063         {
1064           "name" : "options",
1065           "type" : "Object",
1066           "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>",
1067           "isOptional" : false
1068         }
1069       ],
1070       "returns" : []
1071     }
1072   ],
1073   "events" : [
1074     {
1075       "name" : "specialkey",
1076       "type" : "function",
1077       "desc" : "",
1078       "sig" : "function ()\n{\n\n}",
1079       "memberOf" : "",
1080       "example" : "",
1081       "deprecated" : "",
1082       "since" : "",
1083       "see" : "",
1084       "params" : [],
1085       "returns" : []
1086     },
1087     {
1088       "name" : "editorevent",
1089       "type" : "function",
1090       "desc" : "Fires when on any editor (mouse up/down cursor movement etc.) - used for toolbar hooks.",
1091       "sig" : "function (_self)\n{\n\n}",
1092       "memberOf" : "",
1093       "example" : "",
1094       "deprecated" : "",
1095       "since" : "",
1096       "see" : "",
1097       "params" : [
1098         {
1099           "name" : "this",
1100           "type" : "Roo.HtmlEditorCore",
1101           "desc" : "",
1102           "isOptional" : false
1103         }
1104       ],
1105       "returns" : []
1106     },
1107     {
1108       "name" : "beforepush",
1109       "type" : "function",
1110       "desc" : "Fires before the iframe editor is updated with content from the textarea. Return false\nto cancel the push.",
1111       "sig" : "function (_self, html)\n{\n\n}",
1112       "memberOf" : "",
1113       "example" : "",
1114       "deprecated" : "",
1115       "since" : "",
1116       "see" : "",
1117       "params" : [
1118         {
1119           "name" : "this",
1120           "type" : "Roo.HtmlEditorCore",
1121           "desc" : "",
1122           "isOptional" : false
1123         },
1124         {
1125           "name" : "html",
1126           "type" : "String",
1127           "desc" : "",
1128           "isOptional" : false
1129         }
1130       ],
1131       "returns" : []
1132     },
1133     {
1134       "name" : "activate",
1135       "type" : "function",
1136       "desc" : "Fires when the editor is first receives the focus. Any insertion must wait\nuntil after this event.",
1137       "sig" : "function (_self)\n{\n\n}",
1138       "memberOf" : "",
1139       "example" : "",
1140       "deprecated" : "",
1141       "since" : "",
1142       "see" : "",
1143       "params" : [
1144         {
1145           "name" : "this",
1146           "type" : "Roo.HtmlEditorCore",
1147           "desc" : "",
1148           "isOptional" : false
1149         }
1150       ],
1151       "returns" : []
1152     },
1153     {
1154       "name" : "initialize",
1155       "type" : "function",
1156       "desc" : "Fires when the editor is fully initialized (including the iframe)",
1157       "sig" : "function (_self)\n{\n\n}",
1158       "memberOf" : "",
1159       "example" : "",
1160       "deprecated" : "",
1161       "since" : "",
1162       "see" : "",
1163       "params" : [
1164         {
1165           "name" : "this",
1166           "type" : "Roo.HtmlEditorCore",
1167           "desc" : "",
1168           "isOptional" : false
1169         }
1170       ],
1171       "returns" : []
1172     },
1173     {
1174       "name" : "beforesync",
1175       "type" : "function",
1176       "desc" : "Fires before the textarea is updated with content from the editor iframe. Return false\nto cancel the sync.",
1177       "sig" : "function (_self, html)\n{\n\n}",
1178       "memberOf" : "",
1179       "example" : "",
1180       "deprecated" : "",
1181       "since" : "",
1182       "see" : "",
1183       "params" : [
1184         {
1185           "name" : "this",
1186           "type" : "Roo.HtmlEditorCore",
1187           "desc" : "",
1188           "isOptional" : false
1189         },
1190         {
1191           "name" : "html",
1192           "type" : "String",
1193           "desc" : "",
1194           "isOptional" : false
1195         }
1196       ],
1197       "returns" : []
1198     },
1199     {
1200       "name" : "push",
1201       "type" : "function",
1202       "desc" : "Fires when the iframe editor is updated with content from the textarea.",
1203       "sig" : "function (_self, html)\n{\n\n}",
1204       "memberOf" : "",
1205       "example" : "",
1206       "deprecated" : "",
1207       "since" : "",
1208       "see" : "",
1209       "params" : [
1210         {
1211           "name" : "this",
1212           "type" : "Roo.HtmlEditorCore",
1213           "desc" : "",
1214           "isOptional" : false
1215         },
1216         {
1217           "name" : "html",
1218           "type" : "String",
1219           "desc" : "",
1220           "isOptional" : false
1221         }
1222       ],
1223       "returns" : []
1224     },
1225     {
1226       "name" : "sync",
1227       "type" : "function",
1228       "desc" : "Fires when the textarea is updated with content from the editor iframe.",
1229       "sig" : "function (_self, html)\n{\n\n}",
1230       "memberOf" : "",
1231       "example" : "",
1232       "deprecated" : "",
1233       "since" : "",
1234       "see" : "",
1235       "params" : [
1236         {
1237           "name" : "this",
1238           "type" : "Roo.HtmlEditorCore",
1239           "desc" : "",
1240           "isOptional" : false
1241         },
1242         {
1243           "name" : "html",
1244           "type" : "String",
1245           "desc" : "",
1246           "isOptional" : false
1247         }
1248       ],
1249       "returns" : []
1250     },
1251     {
1252       "name" : "change",
1253       "type" : "function",
1254       "desc" : "",
1255       "sig" : "function ()\n{\n\n}",
1256       "memberOf" : "",
1257       "example" : "",
1258       "deprecated" : "",
1259       "since" : "",
1260       "see" : "",
1261       "params" : [],
1262       "returns" : []
1263     },
1264     {
1265       "name" : "blur",
1266       "type" : "function",
1267       "desc" : "",
1268       "sig" : "function ()\n{\n\n}",
1269       "memberOf" : "",
1270       "example" : "",
1271       "deprecated" : "",
1272       "since" : "",
1273       "see" : "",
1274       "params" : [],
1275       "returns" : []
1276     },
1277     {
1278       "name" : "focus",
1279       "type" : "function",
1280       "desc" : "",
1281       "sig" : "function ()\n{\n\n}",
1282       "memberOf" : "",
1283       "example" : "",
1284       "deprecated" : "",
1285       "since" : "",
1286       "see" : "",
1287       "params" : [],
1288       "returns" : []
1289     },
1290     {
1291       "name" : "beforerender",
1292       "type" : "function",
1293       "desc" : "Fires before the component is rendered. Return false to stop the render.",
1294       "sig" : "function (_self)\n{\n\n}",
1295       "memberOf" : "Roo.Component",
1296       "example" : "",
1297       "deprecated" : "",
1298       "since" : "",
1299       "see" : "",
1300       "params" : [
1301         {
1302           "name" : "this",
1303           "type" : "Roo.Component",
1304           "desc" : "",
1305           "isOptional" : false
1306         }
1307       ],
1308       "returns" : []
1309     },
1310     {
1311       "name" : "disable",
1312       "type" : "function",
1313       "desc" : "Fires after the component is disabled.",
1314       "sig" : "function (_self)\n{\n\n}",
1315       "memberOf" : "Roo.Component",
1316       "example" : "",
1317       "deprecated" : "",
1318       "since" : "",
1319       "see" : "",
1320       "params" : [
1321         {
1322           "name" : "this",
1323           "type" : "Roo.Component",
1324           "desc" : "",
1325           "isOptional" : false
1326         }
1327       ],
1328       "returns" : []
1329     },
1330     {
1331       "name" : "render",
1332       "type" : "function",
1333       "desc" : "Fires after the component is rendered.",
1334       "sig" : "function (_self)\n{\n\n}",
1335       "memberOf" : "Roo.Component",
1336       "example" : "",
1337       "deprecated" : "",
1338       "since" : "",
1339       "see" : "",
1340       "params" : [
1341         {
1342           "name" : "this",
1343           "type" : "Roo.Component",
1344           "desc" : "",
1345           "isOptional" : false
1346         }
1347       ],
1348       "returns" : []
1349     },
1350     {
1351       "name" : "destroy",
1352       "type" : "function",
1353       "desc" : "Fires after the component is destroyed.",
1354       "sig" : "function (_self)\n{\n\n}",
1355       "memberOf" : "Roo.Component",
1356       "example" : "",
1357       "deprecated" : "",
1358       "since" : "",
1359       "see" : "",
1360       "params" : [
1361         {
1362           "name" : "this",
1363           "type" : "Roo.Component",
1364           "desc" : "",
1365           "isOptional" : false
1366         }
1367       ],
1368       "returns" : []
1369     },
1370     {
1371       "name" : "hide",
1372       "type" : "function",
1373       "desc" : "Fires after the component is hidden.",
1374       "sig" : "function (_self)\n{\n\n}",
1375       "memberOf" : "Roo.Component",
1376       "example" : "",
1377       "deprecated" : "",
1378       "since" : "",
1379       "see" : "",
1380       "params" : [
1381         {
1382           "name" : "this",
1383           "type" : "Roo.Component",
1384           "desc" : "",
1385           "isOptional" : false
1386         }
1387       ],
1388       "returns" : []
1389     },
1390     {
1391       "name" : "beforehide",
1392       "type" : "function",
1393       "desc" : "Fires before the component is hidden. Return false to stop the hide.",
1394       "sig" : "function (_self)\n{\n\n}",
1395       "memberOf" : "Roo.Component",
1396       "example" : "",
1397       "deprecated" : "",
1398       "since" : "",
1399       "see" : "",
1400       "params" : [
1401         {
1402           "name" : "this",
1403           "type" : "Roo.Component",
1404           "desc" : "",
1405           "isOptional" : false
1406         }
1407       ],
1408       "returns" : []
1409     },
1410     {
1411       "name" : "show",
1412       "type" : "function",
1413       "desc" : "Fires after the component is shown.",
1414       "sig" : "function (_self)\n{\n\n}",
1415       "memberOf" : "Roo.Component",
1416       "example" : "",
1417       "deprecated" : "",
1418       "since" : "",
1419       "see" : "",
1420       "params" : [
1421         {
1422           "name" : "this",
1423           "type" : "Roo.Component",
1424           "desc" : "",
1425           "isOptional" : false
1426         }
1427       ],
1428       "returns" : []
1429     },
1430     {
1431       "name" : "beforeshow",
1432       "type" : "function",
1433       "desc" : "Fires before the component is shown.  Return false to stop the show.",
1434       "sig" : "function (_self)\n{\n\n}",
1435       "memberOf" : "Roo.Component",
1436       "example" : "",
1437       "deprecated" : "",
1438       "since" : "",
1439       "see" : "",
1440       "params" : [
1441         {
1442           "name" : "this",
1443           "type" : "Roo.Component",
1444           "desc" : "",
1445           "isOptional" : false
1446         }
1447       ],
1448       "returns" : []
1449     },
1450     {
1451       "name" : "enable",
1452       "type" : "function",
1453       "desc" : "Fires after the component is enabled.",
1454       "sig" : "function (_self)\n{\n\n}",
1455       "memberOf" : "Roo.Component",
1456       "example" : "",
1457       "deprecated" : "",
1458       "since" : "",
1459       "see" : "",
1460       "params" : [
1461         {
1462           "name" : "this",
1463           "type" : "Roo.Component",
1464           "desc" : "",
1465           "isOptional" : false
1466         }
1467       ],
1468       "returns" : []
1469     },
1470     {
1471       "name" : "beforedestroy",
1472       "type" : "function",
1473       "desc" : "Fires before the component is destroyed. Return false to stop the destroy.",
1474       "sig" : "function (_self)\n{\n\n}",
1475       "memberOf" : "Roo.Component",
1476       "example" : "",
1477       "deprecated" : "",
1478       "since" : "",
1479       "see" : "",
1480       "params" : [
1481         {
1482           "name" : "this",
1483           "type" : "Roo.Component",
1484           "desc" : "",
1485           "isOptional" : false
1486         }
1487       ],
1488       "returns" : []
1489     }
1490   ]
1491 }