Documentation v1.0.0

Preview Upgrade to Pro

Overview

CKEditor is Modern JavaScript rich text editor with a modular architecture. Its clean UI and features provide the perfect WYSIWYG UX for creating semantic content.. For more info see the official siteand the Github repository.

Usage

CKEditor's script bundles are separate from our global bundle and required to be included and initialized manually on related pages. Each CKEditor Build has it's own Javascript file to include. Therefore, include the specifc JS files accordingly.
<!--CKEditor Build Bundles:: Only include the relevant bundles accordingly-->
<script src="assets/plugins/custom/ckeditor/ckeditor-classic.bundle.js"></script>
<script src="assets/plugins/custom/ckeditor/ckeditor-inline.bundle.js"></script>
<script src="assets/plugins/custom/ckeditor/ckeditor-balloon.bundle.js"></script>
<script src="assets/plugins/custom/ckeditor/ckeditor-balloon-block.bundle.js"></script>
<script src="assets/plugins/custom/ckeditor/ckeditor-document.bundle.js"></script>

Initialization

  • CKEditor's Javascript is required to be added into the page via the usage codesnippet above, along with our other global bundles.
  • For the Classic CKEditor build, add a blank (or populated) textareaelement with a unique idto initialize with JS.
  • For the all other CKEditor builds, add a blank (or populated) divelement with a unique idto initialize with JS.
Upgrade To Pro
Pro Version Benefits Free Pro
UI Elements 20 100
In-house Components 20 40
Crafted Pages 5 20
Complete Documentation
Product Support
Layout Builder
Source Vectors
Email Templates
User Management App
Calendar App
Chat App
Customers App
Upgrade to Ceres HTML Pro