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