Documentation v8.2.5

Downloads Preview

Overview

TinyMCE is one of the world's most advanced rich text editor. The WYSIWYG editor that is flexible, customizable, and designed with the user in mind. TinyMCE can handle any challenge, from the most simple implementation through to the most complex use case. For more info see the official siteand the Github repository.

Usage

TinyMCE's script bundles are separate from our global bundle and required to be included and initialized manually on related pages.
<script src="assets/plugins/custom/tinymce/tinymce.bundle.js"></script>

Initialization

  • TinyMCE's Javascript is required to be added into the page via the usage codesnippet above, along with our other global bundles.
  • Add a blank (or populated) textareaelement with a unique idto initialize with JS.