Documentation v1.0.4

Preview Purchase

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.
Learn & Get Inspired

Support at devs.keenthemes.com

Join our developers community to find answer to your question and help others. FAQs
Get Support
Documentation
From guides and how-tos, to live demos and code examples to get started right away.
Plugins & Components
Check out our 300+ in-house components and customized 3rd-party plugins.
Layout Builder
Build your layout, preview it and export the HTML for server side integration.
What's New
Latest features and improvements added with our users feedback in mind.
Buy now