Documentation v8.0.25

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.

Explore Metronic

Demo1

Demo2

Demo3

Demo4

Demo5

Demo6

Demo7

Demo8

Demo9

Demo10

demo
Coming soon

Demo11

Demo12

demo
Coming soon

Demo13

Demo14

demo
Coming soon

Demo15

demo
Coming soon

Demo16

demo
Coming soon

Demo17

demo
Coming soon

Demo18

demo
Coming soon

Demo19

demo
Coming soon

Demo20

demo
Coming soon