Important changes to Tiny Cloud pricing > Find out more

Modern theme

Theme that renders iframe or inline modes using the tinymce core UI framework.

Contribute to this page

The modern theme is responsible for rendering the editor in iframe or inline mode. This is currently the default theme there is also a lightweight theme called inlite

Example:
tinymce.init({
    selector: "textarea.tinymce",
    themes: "modern"
});

Related configuration options

Can't find what you're looking for? Let us know.

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.