Documentation v1.1.4

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 code snippet above, along with our other global bundles.
  • Add a blank (or populated) textarea element with a unique id to initialize with JS.
Preview Get Help Buy Now