ckeditor
Ckeditor: on dom change event
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[详细]
2023-04-06 11:30 分类:问答HTML source indentation for ckeditor
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[详细]
2023-04-06 11:26 分类:问答CKEditor loop only works on the last instance
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:[详细]
2023-04-06 05:30 分类:问答ckeditor and cakephp - I can't make the text area bigger - what am I doing wrong
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开发者_开发问答[详细]
2023-04-05 23:52 分类:问答Integrating CKEDITOR.replace and Perch to use two editors
In CKEDITOR\'s documentation there are suggesti开发者_运维问答ons to use the following in the config.js file:[详细]
2023-04-05 16:57 分类:问答CKEditor " and \" magic quote issue
I have a problem with CKEditor. When I try to add a link with it <a href=\"foo.html\">foo</a>[详细]
2023-04-05 16:09 分类:问答Best markup for short stories on wiki-like site
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:[详细]
2023-04-05 04:46 分类:问答CKEditor plugin get first image in editor contents
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[详细]
2023-04-05 02:14 分类:问答How to remove unnecessary tags in CKEditor 3.x
i use the following code... var oEditorText = CKEDITOR.instances[\"_TEXTAREANAME_\"].getData(); return {[详细]
2023-04-05 02:12 分类:问答CKEditor excessive formatting of plain text
The problem: CKEditor is adding tons of <span> tags to plain text, such as the example below. The code:[详细]
2023-04-04 22:24 分类:问答