ckeditor

How to disable CKEditor context menu?

Does anybody know how to disable CKEditor's context (right click) menu? I would expect a configuration option, but I can't find one. I am using v3.1. Thanks. ...

Ckeditor : How can i show all anchor tags as a link and not like image of anchor

Ckeditor : How can i show all anchor tags as a link and not like image of anchor ...

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 haven't yet been able to find an equivalent way of doing this in CKEditor. I had hoped there would be a suitable event to hook into but ther...

May CKEditor slow down my ASP.NET pages?

I have used CKEditor in my ASP.NET pages. But after than, that pages are very slow. Is it possible that it is caused by CKEditor? ...

how to change a loaded stylesheet after initialisation of ckeditor

Is it possible to dynamically change the loaded stylesheet for a ckeditor instance? i.e. i have a ckeditor instance with the following config: CKEDITOR.replace('_content', {"resize_enabled":true, "customConfig":"/kmt/js/ckeditor_config.js","contentsCss":"/custom/ckeditorstyle.css","contentWidth":"240"}); Not very complicated. Afterward...

CKeditor : How to create a zoom plugin

CKeditor : How to create a zoom plugin ...

Ckeditor : How can i make few tags like h3 , h4 , h5 non editable in ckeditor

Ckeditor : How can i make few tags like h3 , h4 , h5 non editable in ckeditor open to js solution or css any will do ...

Managing quotes when using CKEditor setData function

Hey! I want to print a table in PHP, each row has a button to load it's content (HTML codes) into the CKEditor instance. $column = '<td><a href="#" onclick="CKEDITOR.instances.editor.setData(' . "'" . $HTMLcode . "');" . '">Load</a></td>'; echo $column; The HTML code also contains quotes because of the CSS styles: <p style='text-a...

Uncaught [CKEDITOR.editor] The instance "html" already exists.

I have a problem with loading CKEDITOR. I have made everything like described here: http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Integration But anyway i'm getting an error (Google Chrome 4.x) Uncaught [CKEDITOR.editor] The instance "html" already exists. Here is my code: <script type="text/javascript" src="/engine/jq.js"></sc...

CKEditor and Font Color saved but not working

Hi everybody, I've just installed CKEditor and call it with JS tag. When I save the text, all the font attributes (indentation, space, size, decoration,etc.) are correctly saved . The problem is that when I want to edit the data, with CKEditor, all these attributes are well loaded but the COLOR even if, in the example below, it's set t...

CKEditor "protects" me from inline stylesheets

I'm trying to integrate CKEditor into Wordpress for a client. I'm not too familiar with it, it's the first time I use it. The client wants to use CKEditor on a textarea that gets stored into a custom field and is displayed in the sidebar of a page. I added support for this form of editing by adding meta boxes to the page edit window. I...

Ckeditor question?

What kind of (x)HTML tags does ckeditor allow? And which tags don't they allow to be used? ...

Wysiwyg Tiny MCE, problem adding custom links

I am trying to see witch one i like best, Tiny MCE or CKEditor. The problem that i am getting is that i need to add a custom toolbar button (or extend the anchor button). Trying now to modify the advlink plugin to insert internal links from the CMS. So i modified the page link.htm and added one button next to the href field. This button ...

CKEditor with SCAYT over HTTPS gives Security Warning

I've got a CKEditor WYSIWYG text and HTML editor control on an HTTPS/SSL web page. I just today enabled the SCAYT (spell check as you type) feature and now see a Security Warning when the page loads. It seems to be caused by these four files: http://svc.spellchecker.net/spellcheck31/lf/scayt/_base.xd.js http://svc.spellchecker.net/spe...

A problem in adiing the ckeditor to a web form where the master page property is set

I could add the ckeditor to a normal .aspx page and it is working properly.But when i create web form with the master page property set, the editor is not visible in the web page when it is executed. Is there a special way to add an instance of a ckeditor when it comes a master page. ...

hmmm CKEditor shows editor but the textbox is still on my page too in asp.net MVC

i have this: <%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<string>" %> <script src="<%=Url.Content("~/Scripts/ckeditor/ckeditor.js")%>" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function() { var CurrName = $(".ckeditor").attr("name"); CKEDITOR.replace(CurrN...

ckeditor + media wiki

hey guys i searched alot but didnt find a tutorial on how to install ckeditor for media wiki i asked there but no one answered , im sure , i should ask here , but as you are professionals maybe know it thanks in advance ...

Loading javascript in an iFrame on different subdomains

I have a javascript function that loads CKEditor in one of my iFrames. Problem is that my iFrame is located on a different subdomain. I fixed this by using document.domain, however my CKeditor only loads sometimes. Does anyone know how to solve this? ...

Using Timthumb to Resize Images from CKEditor

I am using CKEditor to do basic text and image input into my website. I have noticed that it is quite sporadic in it's method of generating HTML for images when you add them. (Sometimes it might use height and width tags, other times it might use CSS). I use Timthumb for on the fly image resizing on a number of other websites and find i...

Ckeditor value saved on explicit save only, any ideas why?

Trying to troubleshoot a bug on this little legacy app and have run into a problem. The left column contains a gridview with the master records, when a row is selected the main area of the page populates with the details for that row including a ckeditor instance to capture notes and a save button calling a click event which saves the d...