Top "Ckeditor" questions

CKEditor is an ecosystem of Open Source rich text editors with support for real-time collaboration.

ckeditor removing empty span automatically

i am using ckeditor and i have vary strange issue. it remove automatically empty <span> for example <…

javascript html ckeditor
add multiple extra plugins on a toolbar of ckeditor

I want to add multiple plugins(which i have created) on a toolbar of ckeditor. I have written below code …

javascript ckeditor
Event for ckeditor content changed

If possible, how can we to the event of ckeditor's content being changed? For instance, there's some text already inserted …

jquery ckeditor
How to listen to basic events in CKEditor?

I can't figure out how to listen to focus, click, onKeyUp and other basic dom events in ckeditor. In the …

javascript html ckeditor
Insert text at the cursor position to a CKEditor using jQuery

I'm trying to add a piece of text to an existing CKEditor using jQuery. This needs to be done when …

jquery ckeditor
Remove all CKEditor instances

I have a form in which I have CKEditor replacing my <textarea>s (multiple). I want to remove …

javascript jquery ckeditor
How to check whether CKEditor has some text in it?

I have an HTML form with a few fields. One of them is a textarea managed by CKEditor. When the …

javascript ckeditor fckeditor
What toolbar buttons are available in CKEditor 4?

The CKEditor docs mention item by item toolbar configuration here, but where is a list of the names of the …

ckeditor
ckeditor doesn´t read media embed code

I use the media embed plugin for ckeditor. It works fine, the code is correctly saved in the database and …

iframe ckeditor embed media
Getting non-html text from CKeditor

In my application, in insert news section, i use a sub string of news content for news Summary. for getting …

javascript text ckeditor