Files
2018-08-03 16:06:01 +10:00

1.3 KiB

layout, title, title_nav, description, keywords
layout title title_nav description keywords
default Modern theme Modern Theme that renders iframe or inline modes using the tinymce core UI framework. theme modern

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]({{ site.baseurl }}/themes/inlite/)

Example:
tinymce.init({
    selector: "textarea.tinymce",
    themes: "modern"
});
  • [elementpath]({{ site.baseurl }}/configure/editor-appearance/#elementpath)
  • [fixed-toolbar-container]({{ site.baseurl }}/configure/editor-appearance/#fixed-toolbar-container)
  • [inline]({{ site.baseurl }}/configure/editor-appearance/#inline)
  • [menu]({{ site.baseurl }}/configure/editor-appearance/#menu)
  • [menubar]({{ site.baseurl }}/configure/editor-appearance/#menubar)
  • [resize]({{ site.baseurl }}/configure/editor-appearance/#resize)
  • [skin]({{ site.baseurl }}/configure/editor-appearance/#skin)
  • [statusbar]({{ site.baseurl }}/configure/editor-appearance/#statusbar)
  • [theme]({{ site.baseurl }}/configure/editor-appearance/#theme)
  • [toolbar]({{ site.baseurl }}/configure/editor-appearance/#toolbar)
  • [toolbar-n]({{ site.baseurl }}/configure/editor-appearance/#toolbar-n)
  • [height]({{ site.baseurl }}/configure/editor-appearance/#height)