CKEditor is a JavaScript based WYSIWYG editor created for use within web pages. It is open source and plugin based making it both customizable and extensible. It has a rich JavaScript API, comes AJAX ready, and a jQuery adapter is available. Integrates with PHP, ASP.NET, and Java. Extensions available for Drupal, Joomla, and WordPress. Compliant with worldwide accessibility standards.

learn more… | top users | synonyms

45
votes
9answers
40k views

How can you integrate a custom file browser/uploader with CKEditor?

The official documentation is less than clear - what's the correct way to integrate a custom file browser/uploader with CKEditor? (v3 - not FCKEditor)
21
votes
18answers
24k views

CKEditor instance already exists

I am using jquery dialogs to present forms (fetched via AJAX). On some forms I am using a CKEditor for the textareas. The editor displays fine on the first load. When the user cancels the dialog, I ...
21
votes
6answers
39k views

CKEditor Custom Plugins Button

I've written a custom plugin for CKEditor--successful on all fronts, save one currently: I can't, for the life of me, figure out how to customize the image on the button in the toolbar of the editor. ...
18
votes
3answers
14k views

ASP.NET MVC - CKEditor Image Upload

I am looking to include CKEditor in a project I am working on and I need the image upload support provided by the CKFinder plugin, however I do not particularly need the rest of the CKFinder tool and ...
11
votes
3answers
10k views

Compare TinyMCE and CKeditor for a Wiki

For a custom wiki django-wakawaka, i want to be able to add a WYSIWYG support. TinyMCE is obviously the most popular plugin, used even by Wordpress. But CK-editor seems more feature full. Those who ...
9
votes
3answers
345 views

Dynamically Insert Pagebreak

My team working in a project using asp.net mvc3(c#). Based on the project requirement,we need to implement page break like Microsoft Word. I need to save the pagebreak and the page size may be a4, ...
9
votes
2answers
231 views

“lang.link.toolbar is null or not an object” when using CKeditor with IE7

I get this error only in IE7. lang.link.toolbar is null or not an object I thought I may have accidentally deleted something when setting up the language, so I went to ckeditor/lang/en.js and ...
9
votes
6answers
9k views

Turn off enclosing <p> tags in CKEditor 3.0

Is there a possibility to turn off the automatic enclosing of all written content within <p></p> in CKEditor 3.x? I tried CKEDITOR.config.enterMode = CKEDITOR.ENTER_BR; but this ...
9
votes
5answers
17k views

CKEditor, how to add a custom button to the toolbar that calls a JavaScript Function

I'd like to add a button to the toolbar that calls a JavaScript function like Tada()? Any ideas on how to add this?
9
votes
2answers
2k views

Get computed font size for DOM element in JS

Is it possible to detect the computed font-size of a DOM element, taking into consideration generic settings made elsewhere (In the body tag for example), inherited values, and so on? A ...
8
votes
1answer
76 views

In Ckeditor how to copy/get all formating from a selected text

I am using CKEditor ver.3.6 in my Asp.net MVC 3 Application. My requirement is to create Paint format option in the Google doc.I need to implement Paint format option in a ckeditor. In Ckeditor how ...
8
votes
4answers
216 views

in asp.net-mvc, is there a good library or pattern to follow when saving users content (images, files, etc)

i have an admin section of my website where "authors" can upload files like pictures for photo galleries, etc to include in dynamic content sections of my website later. I have certain pages where ...
7
votes
5answers
1k views

CKEditor and ASP.Net MVC 3 RequiredAttribute

I've integrated CKEditor 3 (formerly FCKEditor) into my asp.net MVC (v3 to be specific) application. I have a RequiredAttribute in my model for the field that needs the editor but the client side ...
7
votes
3answers
2k views

ckeditor - onpaste event

Does anyone know how i can attach an onpaste event in CKEditor 3.x? I basically want to grab CTRL+V data and add few text to it and then add it to the editor. I have looked around but have not found ...
7
votes
3answers
5k views

CKEditor 3.0 Height

Is there a way to set the height of CKEditor 3.0 to a percentage, such as 100%, such that it takes up the whole window? I am currently using absolute values, but they do not blend well with my UI :( ...
6
votes
2answers
70 views

Replace selected content in the ckEditor with new content using javascript

I am using CKEditor ver.3.6 in my MVC Application. My requirement is to update the selected text with new text in the ckEditor. I could find out the method editor.getSelection().getSelectedText(); ...
6
votes
1answer
166 views

CKEditor autogrow plugin vertical scrollbar flickering issue

I'm having an issue with the CKEditor autogrow plugin: Upon pressing return (after auto-growing past the min height), the text content shakes (jumps up one line and back down), and a vertical scroll ...
6
votes
3answers
529 views

validateRequest=“false” is acting weird

(ASP.NET 4.0 C#) I have my <httpRuntime requestValidationMode="2.0" /> in the webconfig. And I have my validateRequest="false" in page directories. On one page, I send some data (html) from a ...
6
votes
1answer
238 views

django-ckeditor: uncaught exception using inlines

I have two simple models Question and Choice (one question has multiple choices). I have used inline formset to add Choices along with adding Questions (through modelAdmin functionality). class ...
6
votes
2answers
2k views

How to check whether CKEditor has some text in it?

I have a HTML form with a few fields and one of them is textarea managed by CKEditor. When the user wants to submit the form, I want to check whether he entered values in all the fields. I know how ...
6
votes
2answers
4k views

Does anyone know of a spell checker plugin for ckeditor that uses aspell or a similar local service instead of spellchecker.net?

We are using CkEditor on our CMS product and does not want to use the built in spell checker from spellchecker.net. Does anyone know of other plugins, like e.g. the old FCKeditor plugin which used ...
6
votes
2answers
3k views

Remove status bar from CKEditor

The CKEditor website is somewhat lacking; can you tell me how to remove the status bar ('body ul li ...') from CKEditor? There is a list of HTML at the bottom of the editor - body p ul li - ...
5
votes
2answers
78 views

Is there a javascript function that converts characters to the &code; equivalent?

I have text that was created created with CKeditor, and it seems to be inserting &nbsp; where spaces should be. And it appears to do similar conversions with >, <, &, etc. which is fine, ...
5
votes
3answers
86 views

is there anyway to have just right or just left horzontal space using ckeditor

I am using ckeditor and i have a number of pictures in my content. One issue i see is that you have the ability to add horizontal or vertical space around a picture but you can't just set a right or ...
5
votes
4answers
715 views

ASP.NET MVC2 Rich Text Editor

basically, my question is pretty much similar and has been asked numerous times. Which WYSIWYG editor is better now that Telerik has released their MVC editor, would it be wise to purchase the entire ...
5
votes
2answers
2k views

How to define allowed tags in CKEditor?

Sometimes users copy and paste text from different sources to CKEditor, but I want to restrict what tags they can copy to CKEditor. I only need to use certain tags in CKEditor: The list tag, break ...
5
votes
3answers
2k views

CKEDITOR - Is there anyway to prevent formatting code in SOURCE mode?

I've spent the good portion of my day trying to figure this out, and I figured I'd finally just give in and ask. How can you prevent ANY automatic formatting when in SOURCE mode? I like to edit HTML ...
5
votes
3answers
3k views

CKEditor adds unwanted newline to '<p>'

If I load up a set of paragraphs then the editor replaces my <p> with <p>&#x9; It means <p>paragraph 1</p> <p>paragraph 2</p> <p>paragraph 3</p> ...
5
votes
1answer
1k views

Update editor content immediately before save in CKEditor plug-in

I am developing a plug-in for CKEditor that needs to make some changes to the editor's content immediately before saving. In FCKeditor, I achieved this using the OnAfterLinkedFieldUpdate event but I ...
4
votes
1answer
215 views

Integrating CKeditor to my symfony2 project

I was trying to integrate ckeditor to my symfony2 project so that some of the textarea will have the ckeditor html editor. I brought the ckeditor on my required textarea by calling the ...
4
votes
1answer
474 views

CKEditor - Change image source

I have made some custom functionality to the CKEditor. In short, it shows a div tag with 5 links, for Small, Medium, Large X-Large and Original size. When I click the links, it changes the SRC ...
4
votes
3answers
552 views

Public CDN for CKEditor

Simple one: Is there any public CDN to load CKEditor like when you load Jquery from Google's CDN? I haven't been able to find any big CDN. I guess I could always hotlink to ckeditor.com's .js file ...
4
votes
1answer
441 views

flickr plugin for CKEditor / CKFinder

I've done a google search and can't seem to find one anyone know if one exists or not ? Hopefully it would allow the user to select a photo from flicker to put into the ckeditor area with the correct ...
4
votes
2answers
3k views

How to integrate CKFinder with CKEditor?

How do you integrate CKFinder with the new CKEditor. It is very underdocumented on the website, and i am literally getting nowhere. A step by step guide would be greatly appreciate as, as far as i ...
4
votes
3answers
2k views

CKEditor + IE7+8 'null or not an object' error

My problem is that I'm using the CKEditor 3.4 plugin for jQuery, and it's giving me an error in IE 7+8 when executing a $(selector).val(html) call on the editor: The error: 'this.$.innerHTML' is null ...
4
votes
2answers
121 views

CKEditor, JQuery: Animation breaks the editor

I initialize a CKEditor in a <div style="display:none" id="container"></div> element. $('#container').show(); shows the editor and everything works. However, if i combine the call with ...
4
votes
5answers
3k views

How do I pass in config info to CKEditor using the jQuery adapter?

I'm using the latest CKeditor with jQuery adapter. I have successfully got it to work, and display. However, as I am completely new to CKeditor, how do I pass in config variables using the jQuery ...
4
votes
2answers
2k views

How to add data to CKEditor using JQuery

Everytime a page loads I need to load text into the CK Editor using JQuery, in order to get data from CK Editor I use var editor_data = CKEDITOR.instances['editor1'].getData(); now is there a ...
4
votes
4answers
12k views

Adding custom styles to ckeditor

I recently added CKEditor to my app, I'm new to CKEditor and I would like to include my own css style sheets within the editor so that I can select them within the editor. Ho do I accomplish this my ...
4
votes
2answers
4k views

Javascript can't change text in textarea once CKeditor instance as been called on it

Well i first wrote a Javascrip function that would change the text in a textarea according to the selection you made in a dropdown box, a really simple thing. HTML <form name="formconteudo"> ...
4
votes
4answers
5k views

Limit/Count Characters in CKEditor w/ Jquery

I am using CKEditor for my wysiwyg editor and I need to monitor and limit the character count as they are typing I have a jquery script that works fine for a normal TextArea <script type ...
4
votes
6answers
4k views

CKEditor: Class or ID for editor body

I have an instance of CKEditor on a page. I am trying to give the CKEditor's body a class or ID so it matches some styles I have defined in a stylesheet. There is a API documentation that should give ...
3
votes
3answers
65 views

How do rich text editors work and how would you go about build a basic one?

I thought I knew JavaScript pretty well, but then I thought about how rich text editors work, such as CKeditor, and realized I had no idea. I assume the buttons are somehow hooked up via JavaScript ...
3
votes
2answers
220 views

Force CKEditor to add a class to p-tags

I must configure CKEditor to add a class-attribute to every p-tag in the content. You can do something similar with config.format_p but it will only apply the class-attribute to text that is marked as ...
3
votes
1answer
124 views

How to disable CKEditor dialog skin?

I hope somebody can give me some idea on this. I have a CKEditor 3.6 dialog which contains a single element of type html and loads an external page (or actually it's body html content). The style ...
3
votes
2answers
2k views

Rails 3.1 ckeditor

So I just tried to install ckeditor in rails, however it doesn't look like its working. Here is what I did added these lines to my gemfile gem "ckeditor", "~> 3.6.0" gem "paperclip" Then ...
3
votes
2answers
126 views

How to remove the “link to anchor” from the “Link” editor in CKeditor

Basically I removed the anchor button so there should not be a link to anchor option in my link window. Any way to remove that dropdown option ?
3
votes
3answers
391 views

add code for event listener for keypress in ckeditor

I need to add an event listener for keypress after the CKEditor is loaded. The code is something like: CKEDITOR.instances.editor1.document.on('key', function(event) { /* instructions */ }); ...
3
votes
1answer
350 views

How to set the cursor in a specific location in CKEditor?

Can I possibly set the cursor at a specific location in CKEditor? Probably, it would be based on index or text searching etc? Thanks a lot !!!
3
votes
1answer
434 views

CKEditor custom image browser

I'm using CKEditor and I've successfully implemented the usual custom image browser which points to my php script. However, this opens in an ugly pop-up window. I would like to open it via ajax into ...

1 2 3 4 5 21