Logo
CKEditor is a proven, enterprise-grade WYSIWYG HTML editor with wide browser compatibility, including legacy browsers.
For more info please visit the plugin's Demo Pageor Github Repo.

Classic Default Classic Demo


                            <div class="card card-custom">
                                <div class="card-header">
                                    <h3 class="card-title">
                                        Classic Default Classic Demo
                                    </h3>
                                </div>
                                <div class="card-body">
                                    <textarea name="kt-ckeditor-1" id="kt-ckeditor-1">
                                        <h1>Quick and simple CKEditor 5 Integration</h1>
                                        <p>Here goes the initial content of the editor. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
                                        <p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
                                        <h3>Flexible & Powerful</h3>
                                        <p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled.</p>
                                        <p>Lorem ipsum dolor sit amet,consectetuer edipiscing elit,sed diam nonummy nibh euismod tinciduntut laoreet doloremagna aliquam erat volutpat.Ut wisi enim ad minim veniam,quis nostrud exerci tation ullamcorper. Lorem ipsum dolor sit amet,consectetuer edipiscing elit,sed diam nonummy nibh euismod tinciduntut laoreet doloremagna aliquam erat volutpat.Ut wisi enim ad minim veniam,quis nostrud exerci tation ullamcorper.</p>
                                        <p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</p>
                                    </textarea>
                                </div>
                            </div>
                

                            // Class definition

                            var KTCkeditor = function () {
                                // Private functions
                                var demos = function () {
                                    ClassicEditor
                                        .create( document.querySelector( '#kt-ckeditor-1' ) )
                                        .then( editor => {
                                            console.log( editor );
                                        } )
                                        .catch( error => {
                                            console.error( error );
                                        } );
                                }

                                return {
                                    // public functions
                                    init: function() {
                                        demos();
                                    }
                                };
                            }();

                            // Initialization
                            jQuery(document).ready(function() {
                                KTCkeditor.init();
                            });
                            

Classic Demo with multiple font styles


                            <div class="card card-custom">
                                <div class="card-header">
                                    <h3 class="card-title">
                                        Classic Demo with multiple font styles
                                    </h3>
                                </div>
                                <div class="card-body">
                                    <textarea name="kt-ckeditor-2" id="kt-ckeditor-2">
                                        <h1>Quick and simple CKEditor 5 Integration</h1>
                                        <p>Here goes the <a href="#">Minitial content of the editor</a>. Lorem Ipsum is simply dummy text of the <em>printing and typesetting</em> industry.</p>
                                        <blockquote>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</blockquote>
                                        <h3>Flexible & Powerful</h3>
                                        <p><strong>Lorem Ipsum has been the industry's</strong> standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled.</p>
                                        <ul>
                                            <li>List item 1</li>
                                            <li>List item 2</li>
                                            <li>List item 3</li>
                                            <li>List item 4</li>
                                        </ul>
                                    </textarea>
                                </div>
                            </div>
                

                            // Class definition

                            var KTCkeditor = function () {
                                // Private functions
                                var demos = function () {
                                    ClassicEditor
                                        .create( document.querySelector( '#kt-ckeditor-2' ) )
                                        .then( editor => {
                                            console.log( editor );
                                        } )
                                        .catch( error => {
                                            console.error( error );
                                        } );
                                }

                                return {
                                    // public functions
                                    init: function() {
                                        demos();
                                    }
                                };
                            }();

                            // Initialization
                            jQuery(document).ready(function() {
                                KTCkeditor.init();
                            });
                            

Classic Demo with images


                            <div class="card card-custom">
                                <div class="card-header">
                                    <h3 class="card-title">
                                        Classic Demo with images
                                    </h3>
                                </div>
                                <div class="card-body">
                                    <textarea name="kt-ckeditor-4" id="kt-ckeditor-3">
                                        <h1>Quick and simple CKEditor 5 Integration</h1>
                                        <figure class="image"><img src="<?php echo Page::getMediaPath();?>stock-600x400/img-1.jpg" alt="Keen CKEditor Demo"/></figure>
                                        Here goes the <a href="#">Minitial content of the editor</a>. Lorem Ipsum is simply dummy text of the <em>printing and typesetting</em> industry.
                                    </textarea>
                                </div>
                            </div>
                

                            // Class definition

                            var KTCkeditor = function () {
                                // Private functions
                                var demos = function () {
                                    ClassicEditor
                                        .create( document.querySelector( '#kt-ckeditor-3' ) )
                                        .then( editor => {
                                            console.log( editor );
                                        } )
                                        .catch( error => {
                                            console.error( error );
                                        } );
                                }

                                return {
                                    // public functions
                                    init: function() {
                                        demos();
                                    }
                                };
                            }();

                            // Initialization
                            jQuery(document).ready(function() {
                                KTCkeditor.init();
                            });
                            

Classic Demo with Videos


                            <div class="card card-custom">
                                <div class="card-header">
                                    <h3 class="card-title">
                                        Classic Demo with Videos
                                    </h3>
                                </div>
                                <div class="card-body">
                                    <textarea name="kt-ckeditor-4" id="kt-ckeditor-4">
                                        <h1>Easy Media Embeds</h1>
                                        <figure class="symbol">
                                            <oembed url="https://www.youtube.com/watch?v=gMUbZMdDRCo"></oembed>
                                        </figure>
                                        <p>Lorem ipsum dolor sit amet,consectetuer edipiscing elit,sed diam nonummy nibh euismod tinciduntut laoreet doloremagna aliquam erat volutpat.Ut wisi enim ad minim veniam,quis nostrud exerci tation ullamcorper. Lorem ipsum dolor sit amet,consectetuer edipiscing elit,sed diam nonummy nibh euismod tinciduntut laoreet doloremagna aliquam erat volutpat.Ut wisi enim ad minim veniam,quis nostrud exerci tation ullamcorper.</p>
                                    </textarea>
                                </div>
                            </div>
                

                            // Class definition

                            var KTCkeditor = function () {
                                // Private functions
                                var demos = function () {
                                    ClassicEditor
                                        .create( document.querySelector( '#kt-ckeditor-4' ) )
                                        .then( editor => {
                                            console.log( editor );
                                        } )
                                        .catch( error => {
                                            console.error( error );
                                        } );
                                }

                                return {
                                    // public functions
                                    init: function() {
                                        demos();
                                    }
                                };
                            }();

                            // Initialization
                            jQuery(document).ready(function() {
                                KTCkeditor.init();
                            });
                            

Large Classic Demo


                            <div class="card card-custom">
                                <div class="card-header">
                                    <div class="card-title">
                                        <h3 class="card-title">
                                            Large Classic Demo
                                        </h3>
                                    </div>
                                </div>
                                <div class="card-body">
                                    <textarea name="kt-ckeditor-5" id="kt-ckeditor-5">
                                        <h1>Quick and simple CKEditor 5 Integration</h1>
                                        <p>Here goes the <a href="#">Minitial content of the editor</a>. Lorem Ipsum is simply dummy text of the <em>printing and typesetting</em> industry.</p>
                                        <blockquote>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</blockquote>
                                        <ul>
                                            <li>List item 1</li>
                                            <li>List item 2</li>
                                            <li>List item 3</li>
                                            <li>List item 4</li>
                                        </ul>
                                        <figure class="image"><img src="<?php echo Page::getMediaPath();?>stock-600x400/img-1.jpg" alt="Keen CKEditor Demo"/></figure>
                                        Here goes the <a href="#">Minitial content of the editor</a>. Lorem Ipsum is simply dummy text of the <em>printing and typesetting</em> industry.
                                        <h1>Easy Media Embeds</h1>
                                        <figure class="symbol">
                                            <oembed url="https://www.youtube.com/watch?v=d-pSVf8Xazk"></oembed>
                                        </figure>
                                        <p>Lorem ipsum dolor sit amet,consectetuer edipiscing elit,sed diam nonummy nibh euismod tinciduntut laoreet doloremagna aliquam erat volutpat.Ut wisi enim ad minim veniam,quis nostrud exerci tation ullamcorper. Lorem ipsum dolor sit amet,consectetuer edipiscing elit,sed diam nonummy nibh euismod tinciduntut laoreet doloremagna aliquam erat volutpat.Ut wisi enim ad minim veniam,quis nostrud exerci tation ullamcorper.</p>
                                    </textarea>
                                </div>
                            </div>
                

                            // Class definition

                            var KTCkeditor = function () {
                                // Private functions
                                var demos = function () {
                                    ClassicEditor
                                        .create( document.querySelector( '#kt-ckeditor-5' ) )
                                        .then( editor => {
                                            console.log( editor );
                                        } )
                                        .catch( error => {
                                            console.error( error );
                                        } );
                                }

                                return {
                                    // public functions
                                    init: function() {
                                        demos();
                                    }
                                };
                            }();

                            // Initialization
                            jQuery(document).ready(function() {
                                KTCkeditor.init();
                            });
                            

Quick Actions finance & reports

User Profile 15 messages

Recent Notifications

Important Notice

Lorem Ipsum is simply dummy text of the printing and industry.

System Update

There are many variations of passages of Lorem Ipsum available.

Server Maintenance

Contrary to popular belief, Lorem Ipsum is not simply random text.

DB Migration

If you are going to use a passage of Lorem Ipsum, you need.

System Messages
09:30 AM

To start a blog, think of a topic about and first brainstorm ways to write details

2:45 PM

To start a blog, think of a topic about and first brainstorm ways to write details

3:12 PM

To start a blog, think of a topic about and first brainstorm ways to write details

7:05 PM

To start a blog, think of a topic about and first brainstorm ways to write details

Notifications
Pic
Marcus Smart UI/UX, Art Director
+65%
AH
Andreas Hawks Python Developer
+23%
SC
Sarah Connor HTML, CSS. jQuery
-34%
Pic
Amanda Harden UI/UX, Art Director
+72%
SR
Sean Robbins UI/UX, Art Director
+65%
JT
Jason Tatum ASP.NET Developer
+139%

Privacy Settings:

After you log in, you will be asked for additional information to confirm your identity.

Security Settings:

After you log in, you will be asked for additional information to confirm your identity. For extra security, this requires you to confirm your email. Learn more.

Select A Demo

Demo 1
Demo 2
Demo 3
Demo 4
Demo 5
Demo 6
Demo 7
Demo 8
Demo 9