Is it possible to hook into the process of creating elem开发者_运维知识库ents in the dom of ckeditor? For example, every time the editor wants to append a p element into the dom, I would like to set s
When you add some code to a ckeditor in HTML view and then change to WYSIWYG view and come back, almost all HTML tags have been modified and have loose the indentation. Is there any way to prevent thi
I\'m trying to set a focus event on all my CKEditor textareas on the page. Here\'s the code that loads on jQuery document ready:
sorry for being such a plonker but I\'m a bit new and this is doing my \'ed in. I\'m using cakephp and I\'ve got a form which uses ckeditor as the textarea. I include the javascript fil开发者_开发问答
In CKEDITOR\'s documentation there are suggesti开发者_运维问答ons to use the following in the config.js file:
I have a problem with CKEditor. When I try to add a link with it <a href=\"foo.html\">foo</a>
For a site where users can edit anything, what\'s the best markup to use for writing short stories?markitup is a good candidate editor for this and supports the following markups:
I have the code which gets the currently selected image, but I would like to get the first image in contents if one has not already been selected. Im using the code below which has been adapted from o
i use the following code... var oEditorText = CKEDITOR.instances[\"_TEXTAREANAME_\"].getData(); return {
The problem: CKEditor is adding tons of <span> tags to plain text, such as the example below. The code: