You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
840 B
840 B
layout | title | title_nav | description | keywords |
---|---|---|---|---|
default | Legacy Output plugin | Legacy Output | Changes HTML output to old HTML syntax such as font, b and i | legacyoutput filter content cms email flash |
The legacyoutput
plugin changes TinyMCE's output, producing legacy elements such as font
, b
, i
, u
, strike
, and use align
attributes.
This plugin can be useful if you want to use TinyMCE in an HTML mail client or to render contents to Flash.
However, this is not intended for use in producing normal web content such as in a CMS. These elements should no longer be used for such purposes since they are deprecated in later XHTML and HTML5 specifications.
Type: String
Example
tinymce.init({
selector: "textarea", // change this value according to your HTML
plugins: "legacyoutput"
});